| Package | Description |
|---|---|
| org.apache.lucene.search |
Code to search indices.
|
| Modifier and Type | Method and Description |
|---|---|
static ConjunctionDISI |
ConjunctionDISI.intersectIterators(List<DocIdSetIterator> iterators)
Create a conjunction over the provided DocIdSetIterators.
|
static ConjunctionDISI |
ConjunctionDISI.intersectScorers(List<Scorer> scorers)
Create a conjunction over the provided
Scorers, taking advantage
of TwoPhaseIterator. |
static ConjunctionDISI |
ConjunctionDISI.intersectSpans(List<Spans> spanList)
Create a conjunction over the provided
Scorers, taking advantage
of TwoPhaseIterator. |
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.