Class AllField
- java.lang.Object
-
- org.apache.lucene.document.Field
-
- org.elasticsearch.common.lucene.all.AllField
-
- All Implemented Interfaces:
org.apache.lucene.index.IndexableField
public class AllField extends org.apache.lucene.document.Field
-
-
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
-
-
-
-
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 interfaceorg.apache.lucene.index.IndexableField
- Overrides:
tokenStream
in classorg.apache.lucene.document.Field
-
-