java.lang.Object
org.elasticsearch.index.mapper.CustomDocValuesField
- All Implemented Interfaces:
org.apache.lucene.index.IndexableField
- Direct Known Subclasses:
BinaryFieldMapper.CustomBinaryDocValuesField
public abstract class CustomDocValuesField
extends Object
implements org.apache.lucene.index.IndexableField
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.lucene.index.IndexableFieldType
org.apache.lucene.document.InvertableType
name()
org.apache.lucene.document.StoredValue
org.apache.lucene.analysis.TokenStream
tokenStream
(org.apache.lucene.analysis.Analyzer analyzer, org.apache.lucene.analysis.TokenStream reuse) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.lucene.index.IndexableField
binaryValue, getCharSequenceValue
-
Field Details
-
TYPE
public static final org.apache.lucene.document.FieldType TYPE
-
-
Constructor Details
-
CustomDocValuesField
-
-
Method Details
-
name
- Specified by:
name
in interfaceorg.apache.lucene.index.IndexableField
-
fieldType
public org.apache.lucene.index.IndexableFieldType fieldType()- Specified by:
fieldType
in interfaceorg.apache.lucene.index.IndexableField
-
stringValue
- Specified by:
stringValue
in interfaceorg.apache.lucene.index.IndexableField
-
readerValue
- Specified by:
readerValue
in interfaceorg.apache.lucene.index.IndexableField
-
numericValue
- Specified by:
numericValue
in interfaceorg.apache.lucene.index.IndexableField
-
tokenStream
public org.apache.lucene.analysis.TokenStream tokenStream(org.apache.lucene.analysis.Analyzer analyzer, org.apache.lucene.analysis.TokenStream reuse) - Specified by:
tokenStream
in interfaceorg.apache.lucene.index.IndexableField
-
storedValue
public org.apache.lucene.document.StoredValue storedValue()- Specified by:
storedValue
in interfaceorg.apache.lucene.index.IndexableField
-
invertableType
public org.apache.lucene.document.InvertableType invertableType()- Specified by:
invertableType
in interfaceorg.apache.lucene.index.IndexableField
-