public static class IndexFieldData.XFieldComparatorSource.Nested extends Object
| Constructor and Description |
|---|
IndexFieldData.XFieldComparatorSource.Nested(org.apache.lucene.search.join.BitSetProducer rootFilter,
org.apache.lucene.search.Weight innerFilter) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.lucene.search.DocIdSetIterator |
innerDocs(org.apache.lucene.index.LeafReaderContext ctx)
Get a
DocIdSet that matches the inner documents. |
org.apache.lucene.util.BitSet |
rootDocs(org.apache.lucene.index.LeafReaderContext ctx)
Get a
BitDocIdSet that matches the root documents. |
public IndexFieldData.XFieldComparatorSource.Nested(org.apache.lucene.search.join.BitSetProducer rootFilter,
org.apache.lucene.search.Weight innerFilter)
public org.apache.lucene.util.BitSet rootDocs(org.apache.lucene.index.LeafReaderContext ctx)
throws IOException
BitDocIdSet that matches the root documents.IOExceptionpublic org.apache.lucene.search.DocIdSetIterator innerDocs(org.apache.lucene.index.LeafReaderContext ctx)
throws IOException
DocIdSet that matches the inner documents.IOExceptionCopyright © 2009–2017. All rights reserved.