Package org.opensearch.index.mapper
Class KeywordFieldMapper.KeywordField
java.lang.Object
org.apache.lucene.document.Field
org.opensearch.index.mapper.KeywordFieldMapper.KeywordField
- All Implemented Interfaces:
org.apache.lucene.index.IndexableField
- Enclosing class:
KeywordFieldMapper
public static class KeywordFieldMapper.KeywordField
extends org.apache.lucene.document.Field
The keyword field for the field mapper
- Opensearch.internal:
-
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
ConstructorDescriptionKeywordField
(String field, org.apache.lucene.util.BytesRef term, org.apache.lucene.document.FieldType ft) -
Method Summary
Methods inherited from class org.apache.lucene.document.Field
binaryValue, fieldType, getCharSequenceValue, invertableType, name, numericValue, readerValue, setBytesValue, setBytesValue, setByteValue, setDoubleValue, setFloatValue, setIntValue, setLongValue, setReaderValue, setShortValue, setStringValue, setTokenStream, storedValue, stringValue, tokenStream, tokenStreamValue, toString
-
Constructor Details
-
KeywordField
public KeywordField(String field, org.apache.lucene.util.BytesRef term, org.apache.lucene.document.FieldType ft)
-