When I run a search, I look for the exact term, and any terms that contain that term (term OR (wiildcard)term OR term(wildcard) OR (wildcard)term(wildcard)).
Highlighting only works on exact matches, for example if a result comes back that hit on (wildcard)term, there is nothing in the highlights object to reflect the match.
I was wondering if there exists a configuration in the fast-vector-highlighter plugin, or cdb-lucene that could enable such highlighting
When I run a search, I look for the exact term, and any terms that contain that term (term OR (wiildcard)term OR term(wildcard) OR (wildcard)term(wildcard)).
Highlighting only works on exact matches, for example if a result comes back that hit on (wildcard)term, there is nothing in the highlights object to reflect the match.
I was wondering if there exists a configuration in the fast-vector-highlighter plugin, or cdb-lucene that could enable such highlighting
Thank you!