Class Murmur3FieldMapper.Murmur3FieldType
java.lang.Object
org.opensearch.index.mapper.MappedFieldType
org.opensearch.index.mapper.murmur3.Murmur3FieldMapper.Murmur3FieldType
- Enclosing class:
- Murmur3FieldMapper
public static class Murmur3FieldMapper.Murmur3FieldType extends MappedFieldType
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opensearch.index.mapper.MappedFieldType
MappedFieldType.Relation -
Method Summary
Modifier and Type Method Description IndexFieldData.BuilderfielddataBuilder(java.lang.String fullyQualifiedIndexName, java.util.function.Supplier<SearchLookup> searchLookup)org.apache.lucene.search.QuerytermQuery(java.lang.Object value, QueryShardContext context)java.lang.StringtypeName()ValueFetchervalueFetcher(MapperService mapperService, SearchLookup searchLookup, java.lang.String format)Methods inherited from class org.opensearch.index.mapper.MappedFieldType
boost, distanceFeatureQuery, docValueFormat, eagerGlobalOrdinals, existsQuery, extractTerm, failIfNoDocValues, failIfNotIndexed, familyTypeName, fuzzyQuery, getTextSearchInfo, hasDocValues, indexAnalyzer, intervals, isAggregatable, isFieldWithinQuery, isSearchable, isStored, meta, multiPhraseQuery, name, phrasePrefixQuery, phraseQuery, pointReaderIfPossible, prefixQuery, prefixQuery, rangeQuery, regexpQuery, setBoost, setEagerGlobalOrdinals, setIndexAnalyzer, spanPrefixQuery, termQueryCaseInsensitive, termsQuery, valueForDisplay, wildcardQuery, wildcardQuery
-
Method Details
-
typeName
public java.lang.String typeName()- Specified by:
typeNamein classMappedFieldType
-
fielddataBuilder
public IndexFieldData.Builder fielddataBuilder(java.lang.String fullyQualifiedIndexName, java.util.function.Supplier<SearchLookup> searchLookup)- Overrides:
fielddataBuilderin classMappedFieldType
-
valueFetcher
public ValueFetcher valueFetcher(MapperService mapperService, SearchLookup searchLookup, java.lang.String format)- Specified by:
valueFetcherin classMappedFieldType
-
termQuery
- Specified by:
termQueryin classMappedFieldType
-