Package | Description |
---|---|
org.apache.lucene.search |
Code to search indices.
|
Modifier and Type | Class and Description |
---|---|
private static class |
ConjunctionDISI.TwoPhase
A conjunction DISI built on top of approximations.
|
Modifier and Type | Field and Description |
---|---|
private ConjunctionDISI |
ExactPhraseScorer.conjunction |
private ConjunctionDISI |
SloppyPhraseScorer.conjunction |
(package private) ConjunctionDISI |
ConjunctionScorer.disi |
Modifier and Type | Method and Description |
---|---|
static ConjunctionDISI |
ConjunctionDISI.intersectIterators(java.util.List<DocIdSetIterator> iterators)
Create a conjunction over the provided DocIdSetIterators.
|
static ConjunctionDISI |
ConjunctionDISI.intersectScorers(java.util.List<Scorer> scorers)
Create a conjunction over the provided
Scorer s, taking advantage
of TwoPhaseIterator . |
static ConjunctionDISI |
ConjunctionDISI.intersectSpans(java.util.List<Spans> spanList)
Create a conjunction over the provided
Scorer s, taking advantage
of TwoPhaseIterator . |