Limit the number of analyzed tokens during highlighting.
The maximum number is be 10K, and could be modified through an index setting.
If the limit is exceeded, return a flag that highlights are returned with partial results
This limit does NOT apply if documents used postings, indexed with offsets or term vectors.
relates to #27038
depending on the implementation approach, can be a duplicate of #26515
Limit the number of analyzed tokens during highlighting.
The maximum number is be 10K, and could be modified through an index setting.
If the limit is exceeded, return a flag that highlights are returned with partial results
This limit does NOT apply if documents used postings, indexed with offsets or term vectors.
relates to #27038
depending on the implementation approach, can be a duplicate of #26515