class FilterImpl
extends org.apache.lucene.search.Filter
| Modifier and Type | Class and Description |
|---|---|
private static class |
FilterImpl.DualFilterIterator |
private static class |
FilterImpl.FilterIterator |
private class |
FilterImpl.FilterSet |
| Modifier and Type | Field and Description |
|---|---|
(package private) DocSet |
filter |
(package private) org.apache.lucene.search.Filter |
topFilter |
(package private) java.util.List<org.apache.lucene.search.Weight> |
weights |
| Constructor and Description |
|---|
FilterImpl(DocSet filter,
java.util.List<org.apache.lucene.search.Weight> weights) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.lucene.search.DocIdSet |
getDocIdSet(org.apache.lucene.index.IndexReader reader) |