-
Notifications
You must be signed in to change notification settings - Fork 246
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improves Lucene query tokenization to properly handle Analyzers that …
…produce alternate tokens at the same position (#2629) * General code cleanup/prep * Introduced the ability to track variants in tokens, all unit tests still pass * Completed implementation based on position increment * Update unit test and apply formatting * Removed unused CachingTokenFilter in CustomAnalyzerQueryNodeProcessor * Fixed formatting in some unit tests --------- Co-authored-by: austin007008 <[email protected]> Co-authored-by: hgklohr <[email protected]>
- Loading branch information
1 parent
ee8627a
commit c8e8a1f
Showing
3 changed files
with
344 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.