Class TermVectorsReader

    • Constructor Detail

      • TermVectorsReader

        protected TermVectorsReader()
        Sole constructor. (For invocation by subclass constructors, typically implicit.)
    • Method Detail

      • ramBytesUsed

        public abstract long ramBytesUsed()
        Returns approximate RAM bytes used
      • clone

        public abstract TermVectorsReader clone()
        Create a clone that one caller at a time may use to read term vectors.
        Overrides:
        clone in class Object