@Fumika Isono Just a heads up that the maximumPageLength
and pageOverlapLength
variables are immutable, which means that they cannot be updated once the skillset has been created. Therefore, any changes you make to these variables will not affect the text split results seen in the index.
If you want to change the maximumPageLength
and pageOverlapLength
variables, you will need to create a new skillset with the updated values and use that skillset to create a new indexer.