Class FilterIndexReaderByStringId.FilterTermDocs

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.apache.lucene.index.TermDocs in  
    • Constructor Summary

      Constructors 
      Constructor Description
      FilterTermDocs​(java.lang.String id, org.apache.lucene.index.TermDocs in)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      int doc()  
      int freq()  
      boolean next()  
      int read​(int[] docs, int[] freqs)  
      void seek​(org.apache.lucene.index.Term term)  
      void seek​(org.apache.lucene.index.TermEnum termEnum)  
      boolean skipTo​(int i)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • in

        protected org.apache.lucene.index.TermDocs in
    • Constructor Detail

      • FilterTermDocs

        public FilterTermDocs​(java.lang.String id,
                              org.apache.lucene.index.TermDocs in)
        Parameters:
        id - String
        in - TermDocs
    • Method Detail

      • seek

        public void seek​(org.apache.lucene.index.Term term)
                  throws java.io.IOException
        Specified by:
        seek in interface org.apache.lucene.index.TermDocs
        Throws:
        java.io.IOException
      • seek

        public void seek​(org.apache.lucene.index.TermEnum termEnum)
                  throws java.io.IOException
        Specified by:
        seek in interface org.apache.lucene.index.TermDocs
        Throws:
        java.io.IOException
      • doc

        public int doc()
        Specified by:
        doc in interface org.apache.lucene.index.TermDocs
      • freq

        public int freq()
        Specified by:
        freq in interface org.apache.lucene.index.TermDocs
      • next

        public boolean next()
                     throws java.io.IOException
        Specified by:
        next in interface org.apache.lucene.index.TermDocs
        Throws:
        java.io.IOException
      • read

        public int read​(int[] docs,
                        int[] freqs)
                 throws java.io.IOException
        Specified by:
        read in interface org.apache.lucene.index.TermDocs
        Throws:
        java.io.IOException
      • skipTo

        public boolean skipTo​(int i)
                       throws java.io.IOException
        Specified by:
        skipTo in interface org.apache.lucene.index.TermDocs
        Throws:
        java.io.IOException
      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface org.apache.lucene.index.TermDocs
        Throws:
        java.io.IOException