Class KeywordFieldMapper.KeywordField

java.lang.Object
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
    KeywordField​(java.lang.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, name, numericValue, readerValue, setBytesValue, setBytesValue, setByteValue, setDoubleValue, setFloatValue, setIntValue, setLongValue, setReaderValue, setShortValue, setStringValue, setTokenStream, stringValue, tokenStream, tokenStreamValue, toString

    Methods inherited from class java.lang.Object

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

    • KeywordField

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