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.IOException
public org.apache.lucene.util.FixedBitSet innerDocs(org.apache.lucene.index.AtomicReaderContext ctx) throws IOException
FixedBitSet
that matches the inner documents.IOException
Copyright © 2009–2015. All rights reserved.