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
All Methods Instance Methods Concrete Methods 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 Detail
-
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
public org.apache.lucene.search.Query termQuery(java.lang.Object value, QueryShardContext context)- Specified by:
termQueryin classMappedFieldType
-
-