Uses of Class
org.apache.lucene.sandbox.search.TermAutomatonQuery.EnumAndScorer
-
Packages that use TermAutomatonQuery.EnumAndScorer Package Description org.apache.lucene.sandbox.search This package contains a flexible graph-based proximity query, TermAutomatonQuery, and geospatial queries. -
-
Uses of TermAutomatonQuery.EnumAndScorer in org.apache.lucene.sandbox.search
Fields in org.apache.lucene.sandbox.search declared as TermAutomatonQuery.EnumAndScorer Modifier and Type Field Description private TermAutomatonQuery.EnumAndScorer[]
TermAutomatonScorer. subsOnDoc
Fields in org.apache.lucene.sandbox.search with type parameters of type TermAutomatonQuery.EnumAndScorer Modifier and Type Field Description private PriorityQueue<TermAutomatonQuery.EnumAndScorer>
TermAutomatonScorer. docIDQueue
private PriorityQueue<TermAutomatonQuery.EnumAndScorer>
TermAutomatonScorer. posQueue
Methods in org.apache.lucene.sandbox.search with parameters of type TermAutomatonQuery.EnumAndScorer Modifier and Type Method Description protected boolean
TermAutomatonScorer.DocIDQueue. lessThan(TermAutomatonQuery.EnumAndScorer a, TermAutomatonQuery.EnumAndScorer b)
protected boolean
TermAutomatonScorer.PositionQueue. lessThan(TermAutomatonQuery.EnumAndScorer a, TermAutomatonQuery.EnumAndScorer b)
Constructors in org.apache.lucene.sandbox.search with parameters of type TermAutomatonQuery.EnumAndScorer Constructor Description TermAutomatonScorer(TermAutomatonQuery.TermAutomatonWeight weight, TermAutomatonQuery.EnumAndScorer[] subs, int anyTermID, LeafSimScorer docScorer)
-