Hi guys,
Sorry for sending questions to the dev list and not to the user one.
Somehow I'm getting more luck here.
We have found the class o.a.solr.highlight.TokenOrderingFilter
with the following comment:
-/**
- * Orders Tokens in a window first by their startOffset ascending.
- * endOffset is currently ignored.
- * This is meant to work around fickleness in the highlighter only. It
- * can mess up token positions and should not be used for indexing
or querying.
- */
-final class TokenOrderingFilter extends TokenFilter {
In fact, removing this class didn't change the behaviour of the highlighter.
Could anybody shed light on its necessity?
Thanks,
Dmitry Kan