Class NonTokenizingAnalyzer

  • All Implemented Interfaces:
    java.util.Iterator<java.nio.ByteBuffer>

    public class NonTokenizingAnalyzer
    extends AbstractAnalyzer
    Analyzer that does *not* tokenize the input. Optionally will apply filters for the input based on NonTokenizingOptions.
    • Method Detail

      • hasNext

        public boolean hasNext()
      • transformValue

        public boolean transformValue()
        Specified by:
        transformValue in class AbstractAnalyzer
        Returns:
        true if index value is transformed, e.g. normalized or lower-cased or tokenized.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object