Class PreAnalyzedField.ParseResult

  • Enclosing class:
    PreAnalyzedField

    public static class PreAnalyzedField.ParseResult
    extends Object
    This is a simple holder of a stored part and the collected states (tokens with attributes).
    • Field Detail

      • bin

        public byte[] bin
      • states

        public List<org.apache.lucene.util.AttributeSource.State> states
    • Constructor Detail

      • ParseResult

        public ParseResult()