Class VariableGapTermsIndexWriter.EveryNTermSelector

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int count  
      private int interval  
    • Constructor Summary

      Constructors 
      Constructor Description
      EveryNTermSelector​(int interval)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isIndexTerm​(BytesRef term, TermStats stats)
      Called sequentially on every term being written, returning true if this term should be indexed
      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