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.subsOnDocFields in org.apache.lucene.sandbox.search with type parameters of type TermAutomatonQuery.EnumAndScorerModifier and TypeFieldDescriptionprivate final PriorityQueue<TermAutomatonQuery.EnumAndScorer>TermAutomatonScorer.docIDQueueprivate final PriorityQueue<TermAutomatonQuery.EnumAndScorer>TermAutomatonScorer.posQueueMethods in org.apache.lucene.sandbox.search with parameters of type TermAutomatonQuery.EnumAndScorerModifier and TypeMethodDescriptionprotected booleanTermAutomatonScorer.DocIDQueue.lessThan(TermAutomatonQuery.EnumAndScorer a, TermAutomatonQuery.EnumAndScorer b) protected booleanTermAutomatonScorer.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, LeafSimScorer docScorer)