public static class IndexFieldData.XFieldComparatorSource.Nested
extends java.lang.Object
Constructor and Description |
---|
Nested(org.apache.lucene.search.join.BitSetProducer rootFilter,
org.apache.lucene.search.Query innerQuery) |
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 Nested(org.apache.lucene.search.join.BitSetProducer rootFilter, org.apache.lucene.search.Query innerQuery)
public org.apache.lucene.util.BitSet rootDocs(org.apache.lucene.index.LeafReaderContext ctx) throws java.io.IOException
BitDocIdSet
that matches the root documents.java.io.IOException
public org.apache.lucene.search.DocIdSetIterator innerDocs(org.apache.lucene.index.LeafReaderContext ctx) throws java.io.IOException
DocIdSet
that matches the inner documents.java.io.IOException