public static class IndexFieldData.XFieldComparatorSource.Nested extends Object
| Constructor and Description |
|---|
Nested(FixedBitSetFilter rootFilter,
FixedBitSetFilter innerFilter) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.lucene.util.FixedBitSet |
innerDocs(org.apache.lucene.index.AtomicReaderContext ctx)
Get a
FixedBitSet that matches the inner documents. |
org.apache.lucene.util.FixedBitSet |
rootDocs(org.apache.lucene.index.AtomicReaderContext ctx)
Get a
FixedBitSet that matches the root documents. |
public Nested(FixedBitSetFilter rootFilter, FixedBitSetFilter innerFilter)
public org.apache.lucene.util.FixedBitSet rootDocs(org.apache.lucene.index.AtomicReaderContext ctx)
throws IOException
FixedBitSet that matches the root documents.IOExceptionpublic org.apache.lucene.util.FixedBitSet innerDocs(org.apache.lucene.index.AtomicReaderContext ctx)
throws IOException
FixedBitSet that matches the inner documents.IOExceptionCopyright © 2009–2016. All rights reserved.