Uses of Class
org.apache.lucene.search.TermAutomatonQuery.EnumAndScorer
-
Packages that use TermAutomatonQuery.EnumAndScorer Package Description org.apache.lucene.search Code to search indices. -
-
Uses of TermAutomatonQuery.EnumAndScorer in org.apache.lucene.search
Fields in org.apache.lucene.search declared as TermAutomatonQuery.EnumAndScorer Modifier and Type Field Description private TermAutomatonQuery.EnumAndScorer[]TermAutomatonScorer. subsprivate TermAutomatonQuery.EnumAndScorer[]TermAutomatonScorer. subsOnDocFields in org.apache.lucene.search with type parameters of type TermAutomatonQuery.EnumAndScorer Modifier and Type Field Description private PriorityQueue<TermAutomatonQuery.EnumAndScorer>TermAutomatonScorer. docIDQueueprivate PriorityQueue<TermAutomatonQuery.EnumAndScorer>TermAutomatonScorer. posQueueMethods in org.apache.lucene.search with parameters of type TermAutomatonQuery.EnumAndScorer Modifier and Type Method Description protected booleanTermAutomatonScorer.DocIDQueue. lessThan(TermAutomatonQuery.EnumAndScorer a, TermAutomatonQuery.EnumAndScorer b)protected booleanTermAutomatonScorer.PositionQueue. lessThan(TermAutomatonQuery.EnumAndScorer a, TermAutomatonQuery.EnumAndScorer b)Constructors in org.apache.lucene.search with parameters of type TermAutomatonQuery.EnumAndScorer Constructor Description TermAutomatonScorer(TermAutomatonQuery.TermAutomatonWeight weight, TermAutomatonQuery.EnumAndScorer[] subs, int anyTermID, java.util.Map<java.lang.Integer,BytesRef> idToTerm, LeafSimScorer docScorer)
-