Package | Description |
---|---|
org.apache.lucene.search.join |
Support for index-time and query-time joins.
|
org.apache.lucene.util |
Some utility classes.
|
Modifier and Type | Method and Description |
---|---|
BitDocIdSet |
BitDocIdSetCachingWrapperFilter.getDocIdSet(LeafReaderContext context)
Deprecated.
|
abstract BitDocIdSet |
BitDocIdSetFilter.getDocIdSet(LeafReaderContext context)
Deprecated.
Same as
BitDocIdSetFilter.getDocIdSet(LeafReaderContext, Bits) but does not take
acceptDocs into account and guarantees to return a BitDocIdSet . |
Modifier and Type | Method and Description |
---|---|
BitDocIdSet |
BitDocIdSet.Builder.build()
Build a
DocIdSet that contains all doc ids that have been added. |
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.