Class VariableGapTermsIndexWriter.IndexTermSelector

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract boolean isIndexTerm​(BytesRef term, TermStats stats)
      Called sequentially on every term being written, returning true if this term should be indexed
      abstract void newField​(FieldInfo fieldInfo)
      Called when a new field is started.
      • Methods inherited from class java.lang.Object

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

      • IndexTermSelector

        public IndexTermSelector()
    • Method Detail

      • isIndexTerm

        public abstract boolean isIndexTerm​(BytesRef term,
                                            TermStats stats)
        Called sequentially on every term being written, returning true if this term should be indexed
      • newField

        public abstract void newField​(FieldInfo fieldInfo)
        Called when a new field is started.