Class Murmur3FieldMapper.Murmur3FieldType
java.lang.Object
org.opensearch.index.mapper.MappedFieldType
org.opensearch.index.mapper.murmur3.Murmur3FieldMapper.Murmur3FieldType
- Enclosing class:
- Murmur3FieldMapper
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opensearch.index.mapper.MappedFieldType
MappedFieldType.Relation -
Method Summary
Modifier and TypeMethodDescriptionfielddataBuilder(String fullyQualifiedIndexName, Supplier<SearchLookup> searchLookup) org.apache.lucene.search.QuerytermQuery(Object value, QueryShardContext context) typeName()valueFetcher(QueryShardContext context, SearchLookup searchLookup, 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
- Specified by:
typeNamein classMappedFieldType
-
fielddataBuilder
public IndexFieldData.Builder fielddataBuilder(String fullyQualifiedIndexName, Supplier<SearchLookup> searchLookup) - Overrides:
fielddataBuilderin classMappedFieldType
-
valueFetcher
public ValueFetcher valueFetcher(QueryShardContext context, SearchLookup searchLookup, String format) - Specified by:
valueFetcherin classMappedFieldType
-
termQuery
- Specified by:
termQueryin classMappedFieldType
-