Class BitsFilteredPostingsEnum


  • public class BitsFilteredPostingsEnum
    extends org.apache.lucene.index.FilterLeafReader.FilterPostingsEnum
    • Field Summary

      • Fields inherited from class org.apache.lucene.index.FilterLeafReader.FilterPostingsEnum

        in
      • Fields inherited from class org.apache.lucene.index.PostingsEnum

        ALL, FREQS, NONE, OFFSETS, PAYLOADS, POSITIONS
      • Fields inherited from class org.apache.lucene.search.DocIdSetIterator

        NO_MORE_DOCS
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int advance​(int target)  
      int nextDoc()  
      static org.apache.lucene.index.PostingsEnum wrap​(org.apache.lucene.index.PostingsEnum in, org.apache.lucene.util.Bits acceptDocs)  
      • Methods inherited from class org.apache.lucene.index.FilterLeafReader.FilterPostingsEnum

        cost, docID, endOffset, freq, getPayload, nextPosition, startOffset
      • Methods inherited from class org.apache.lucene.index.PostingsEnum

        featureRequested
      • Methods inherited from class org.apache.lucene.search.DocIdSetIterator

        all, empty, range, slowAdvance
    • Method Detail

      • wrap

        public static org.apache.lucene.index.PostingsEnum wrap​(org.apache.lucene.index.PostingsEnum in,
                                                                org.apache.lucene.util.Bits acceptDocs)
      • nextDoc

        public int nextDoc()
                    throws IOException
        Overrides:
        nextDoc in class org.apache.lucene.index.FilterLeafReader.FilterPostingsEnum
        Throws:
        IOException
      • advance

        public int advance​(int target)
                    throws IOException
        Overrides:
        advance in class org.apache.lucene.index.FilterLeafReader.FilterPostingsEnum
        Throws:
        IOException