Package | Description |
---|---|
org.apache.lucene.search |
Code to search indices.
|
Modifier and Type | Field and Description |
---|---|
private TermAutomatonQuery.EnumAndScorer[] |
TermAutomatonScorer.subs |
private TermAutomatonQuery.EnumAndScorer[] |
TermAutomatonScorer.subsOnDoc |
Modifier and Type | Field and Description |
---|---|
private PriorityQueue<TermAutomatonQuery.EnumAndScorer> |
TermAutomatonScorer.docIDQueue |
private PriorityQueue<TermAutomatonQuery.EnumAndScorer> |
TermAutomatonScorer.posQueue |
Modifier and Type | Method and Description |
---|---|
protected boolean |
TermAutomatonScorer.DocIDQueue.lessThan(TermAutomatonQuery.EnumAndScorer a,
TermAutomatonQuery.EnumAndScorer b) |
protected boolean |
TermAutomatonScorer.PositionQueue.lessThan(TermAutomatonQuery.EnumAndScorer a,
TermAutomatonQuery.EnumAndScorer b) |
Constructor and Description |
---|
TermAutomatonScorer(TermAutomatonQuery.TermAutomatonWeight weight,
TermAutomatonQuery.EnumAndScorer[] subs,
int anyTermID,
java.util.Map<java.lang.Integer,BytesRef> idToTerm,
LeafSimScorer docScorer) |