public static class IndexFieldData.XFieldComparatorSource.Nested extends Object
| コンストラクタと説明 |
|---|
Nested(org.apache.lucene.search.join.BitSetProducer rootFilter,
org.apache.lucene.search.Weight innerFilter) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.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–2016. All rights reserved.