Uses of Class
org.apache.lucene.search.TermAutomatonQuery
Packages that use TermAutomatonQuery
-
Uses of TermAutomatonQuery in org.apache.lucene.search
Methods in org.apache.lucene.search that return TermAutomatonQueryModifier and TypeMethodDescriptionTokenStreamToTermAutomatonQuery.toQuery(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 TermAutomatonQueryModifier and TypeMethodDescriptionprivate static booleanTermAutomatonQuery.checkFinished(TermAutomatonQuery q) private booleanTermAutomatonQuery.equalsTo(TermAutomatonQuery other)