My version is 7.10, before highlighter use default value, there will be the following problem:
index has exceeded [1000000] - maximum allowed to be analyzed for highlighting. This maximum can be set by changing the [index.highlight.max_analyzed_offset] index level setting. For large texts, indexing with offsets or term vectors is recommended!".
If I use unified or fvh, and the field is configured with term_vector:with_positions_offsets, will there still be the following problem?
Is there still a limit of 1,000,000 for analyzed? If not, what is the limit? The documentation says it will significantly increase the index size, is there any test data to provide reference, thank you!