public class EmptyDocIdSet
extends org.apache.lucene.search.DocIdSet
DocIdSet
's EMPTY_DOCIDSET constant (lucene 4.3 version). This constant was removed in later versions.Constructor and Description |
---|
EmptyDocIdSet() |
Modifier and Type | Method and Description |
---|---|
org.apache.lucene.util.Bits |
bits() |
boolean |
isCacheable() |
org.apache.lucene.search.DocIdSetIterator |
iterator() |
public org.apache.lucene.search.DocIdSetIterator iterator()
iterator
in class org.apache.lucene.search.DocIdSet
public boolean isCacheable()
isCacheable
in class org.apache.lucene.search.DocIdSet
public org.apache.lucene.util.Bits bits()
bits
in class org.apache.lucene.search.DocIdSet
Copyright © 2003–2018 Atlassian. All rights reserved.