Lexically sorted shingle filter
-------------------------------

                 Key: LUCENE-2749
                 URL: https://issues.apache.org/jira/browse/LUCENE-2749
             Project: Lucene - Java
          Issue Type: New Feature
          Components: Analysis
    Affects Versions: 3.1, 4.0
            Reporter: Steven Rowe
            Priority: Minor
             Fix For: 3.1, 4.0


Sometimes people want to know if words have co-occurred within a specific 
window onto the token stream, but don't care what the order is.  A Lucene token 
filter (LexicallySortedWindowFilter?), perhaps implemented as a ShingleFilter 
sub-class, could provide this functionality.

This feature would allow for exact term set equality queries (in the case of a 
full-field-width window).


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to