Class AllField

  • All Implemented Interfaces:
    org.apache.lucene.index.IndexableField

    public class AllField
    extends org.apache.lucene.document.Field
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.apache.lucene.document.Field

        org.apache.lucene.document.Field.Store
    • Field Summary

      • Fields inherited from class org.apache.lucene.document.Field

        fieldsData, name, tokenStream, type
    • Constructor Summary

      Constructors 
      Constructor Description
      AllField​(java.lang.String name, java.lang.String value, float boost, org.apache.lucene.document.FieldType fieldType)  
    • Method Summary

      Modifier and Type Method Description
      org.apache.lucene.analysis.TokenStream tokenStream​(org.apache.lucene.analysis.Analyzer analyzer, org.apache.lucene.analysis.TokenStream previous)  
      • Methods inherited from class org.apache.lucene.document.Field

        binaryValue, fieldType, getCharSequenceValue, name, numericValue, readerValue, setBytesValue, setBytesValue, setByteValue, setDoubleValue, setFloatValue, setIntValue, setLongValue, setReaderValue, setShortValue, setStringValue, setTokenStream, stringValue, tokenStreamValue, toString
      • Methods inherited from class java.lang.Object

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

      • AllField

        public AllField​(java.lang.String name,
                        java.lang.String value,
                        float boost,
                        org.apache.lucene.document.FieldType fieldType)
    • Method Detail

      • tokenStream

        public org.apache.lucene.analysis.TokenStream tokenStream​(org.apache.lucene.analysis.Analyzer analyzer,
                                                                  org.apache.lucene.analysis.TokenStream previous)
        Specified by:
        tokenStream in interface org.apache.lucene.index.IndexableField
        Overrides:
        tokenStream in class org.apache.lucene.document.Field