public class ContextDocIdSet extends Object
DocIdSet and the AtomicReaderContext it is associated with.| Modifier and Type | Field and Description |
|---|---|
org.apache.lucene.index.AtomicReaderContext |
context |
org.apache.lucene.search.DocIdSet |
docSet |
| Constructor and Description |
|---|
ContextDocIdSet(org.apache.lucene.index.AtomicReaderContext context,
org.apache.lucene.search.DocIdSet docSet) |
Copyright © 2009–2016. All rights reserved.