Package | Description |
---|---|
org.apache.lucene.search |
Code to search indices.
|
Modifier and Type | Method and Description |
---|---|
TermAutomatonQuery |
TokenStreamToTermAutomatonQuery.toQuery(java.lang.String field,
TokenStream in)
Pulls the graph (including
PositionLengthAttribute ) from the provided TokenStream , and creates the corresponding
automaton where arcs are bytes (or Unicode code points
if unicodeArcs = true) from each term. |
Modifier and Type | Method and Description |
---|---|
private static boolean |
TermAutomatonQuery.checkFinished(TermAutomatonQuery q) |
private boolean |
TermAutomatonQuery.equalsTo(TermAutomatonQuery other) |