Class FilterIndexReaderByStringId.FilterTermDocs

    • Field Detail

      • in

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

      • FilterTermDocs

        public FilterTermDocs​(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 IOException
        Specified by:
        seek in interface org.apache.lucene.index.TermDocs
        Throws:
        IOException
      • seek

        public void seek​(org.apache.lucene.index.TermEnum termEnum)
                  throws IOException
        Specified by:
        seek in interface org.apache.lucene.index.TermDocs
        Throws:
        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 IOException
        Specified by:
        next in interface org.apache.lucene.index.TermDocs
        Throws:
        IOException
      • read

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

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

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