Uses of Class
org.apache.lucene.sandbox.search.TermAutomatonQuery
-
Packages that use TermAutomatonQuery Package Description org.apache.lucene.sandbox.search This package contains a flexible graph-based proximity query, TermAutomatonQuery, and geospatial queries. -
-
Uses of TermAutomatonQuery in org.apache.lucene.sandbox.search
Methods in org.apache.lucene.sandbox.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.sandbox.search with parameters of type TermAutomatonQuery Modifier and Type Method Description private static boolean
TermAutomatonQuery. checkFinished(TermAutomatonQuery q)
private boolean
TermAutomatonQuery. equalsTo(TermAutomatonQuery other)
-