Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
New, Patch Available
Description
With LUCENE-6664 we can use multi-term synonyms query time. A "graph token stream" will be created which which is nothing more than using the position length attribute on stacked tokens to indicate how many positions a token should span. Currently the position length attribute on tokens is ignored during query parsing. This issue will add support for handling these graph token streams inside the QueryBuilder utility class used by query parsers.
Attachments
Issue Links
- breaks
-
LUCENE-7698 CommonGramsQueryFilter in the query analyzer chain breaks phrase queries
- Resolved
- links to