Class TermCollectingRewrite.TermCollector

    • Constructor Detail

      • TermCollector

        TermCollector()
    • Method Detail

      • collect

        public abstract boolean collect​(BytesRef bytes)
                                 throws java.io.IOException
        return false to stop collecting
        Throws:
        java.io.IOException
      • setNextEnum

        public abstract void setNextEnum​(TermsEnum termsEnum)
                                  throws java.io.IOException
        the next segment's TermsEnum that is used to collect terms
        Throws:
        java.io.IOException