Uses of Class
org.apache.lucene.sandbox.search.TermAutomatonQuery.EnumAndScorer
Packages that use TermAutomatonQuery.EnumAndScorer
Package
Description
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.EnumAndScorerModifier and TypeFieldDescriptionprivate final TermAutomatonQuery.EnumAndScorer[]
TermAutomatonScorer.originalSubsOnDoc
originalSubsOnDoc is an array of EnumAndScorer instances used to create this TermAutomatonScorer.private final TermAutomatonQuery.EnumAndScorer[]
TermAutomatonScorer.subsOnDoc
Fields in org.apache.lucene.sandbox.search with type parameters of type TermAutomatonQuery.EnumAndScorerModifier and TypeFieldDescriptionprivate final PriorityQueue
<TermAutomatonQuery.EnumAndScorer> TermAutomatonScorer.docIDQueue
private final PriorityQueue
<TermAutomatonQuery.EnumAndScorer> TermAutomatonScorer.posQueue
Methods in org.apache.lucene.sandbox.search that return TermAutomatonQuery.EnumAndScorerModifier and TypeMethodDescription(package private) TermAutomatonQuery.EnumAndScorer[]
TermAutomatonScorer.getOriginalSubsOnDoc()
Methods in org.apache.lucene.sandbox.search with parameters of type TermAutomatonQuery.EnumAndScorerModifier and TypeMethodDescriptionprotected 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.EnumAndScorerModifierConstructorDescriptionTermAutomatonScorer
(TermAutomatonQuery.TermAutomatonWeight weight, TermAutomatonQuery.EnumAndScorer[] subs, int anyTermID, Similarity.SimScorer scorer, NumericDocValues norms)