Uses of Class
org.apache.lucene.search.TermAutomatonQuery
-
Packages that use TermAutomatonQuery Package Description org.apache.lucene.search Code to search indices. -
-
Uses of TermAutomatonQuery in org.apache.lucene.search
Methods in org.apache.lucene.search that return TermAutomatonQuery Modifier and Type Method Description TermAutomatonQuery
TokenStreamToTermAutomatonQuery. toQuery(java.lang.String field, TokenStream in)
Pulls the graph (includingPositionLengthAttribute
) from the providedTokenStream
, and creates the corresponding automaton where arcs are bytes (or Unicode code points if unicodeArcs = true) from each term.Methods in org.apache.lucene.search with parameters of type TermAutomatonQuery Modifier and Type Method Description private static boolean
TermAutomatonQuery. checkFinished(TermAutomatonQuery q)
private boolean
TermAutomatonQuery. equalsTo(TermAutomatonQuery other)
-