Class EmptyDocIdSet


  • public class EmptyDocIdSet
    extends org.apache.lucene.search.DocIdSet
    Copied from DocIdSet's EMPTY_DOCIDSET constant (lucene 4.3 version). This constant was removed in later versions.
    • Constructor Detail

      • EmptyDocIdSet

        public EmptyDocIdSet()
    • Method Detail

      • iterator

        public org.apache.lucene.search.DocIdSetIterator iterator()
        Specified by:
        iterator in class org.apache.lucene.search.DocIdSet
      • isCacheable

        public boolean isCacheable()
        Overrides:
        isCacheable in class org.apache.lucene.search.DocIdSet
      • bits

        public org.apache.lucene.util.Bits bits()
        Overrides:
        bits in class org.apache.lucene.search.DocIdSet