Class KeywordFieldMapper.KeywordField

org.apache.lucene.document.Field
org.elasticsearch.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
  • 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
     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, name, numericValue, readerValue, setBytesValue, setBytesValue, setByteValue, setDoubleValue, setFloatValue, setIntValue, setLongValue, setReaderValue, setShortValue, setStringValue, setTokenStream, stringValue, tokenStream, tokenStreamValue, toString

    Methods inherited from class java.lang.

    , , , , , , , , ,
  • Constructor Details

    • KeywordField

      public KeywordField( field, org.apache.lucene.util.BytesRef term, org.apache.lucene.document.FieldType ft)