Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
New
Description
In LUCENE-3475 I tried to make a ShingleGraphFilter that could accept and emit arbitrary graphs, while duplicating all the functionality of the existing ShingleFilter. This ends up being extremely hairy, and doesn't play well with query parsers.
I'd like to step back and try and create a simpler shingle filter that can be used for index-time phrase tokenization only. It will have a single fixed shingle size, can deal with single-token synonyms, and won't emit unigrams.