Class MockFieldMapper.FakeFieldType
java.lang.Object
org.opensearch.index.mapper.MappedFieldType
org.opensearch.index.mapper.SimpleMappedFieldType
org.opensearch.index.mapper.TermBasedFieldType
org.opensearch.index.mapper.MockFieldMapper.FakeFieldType
- Enclosing class:
MockFieldMapper
public static class MockFieldMapper.FakeFieldType
extends org.opensearch.index.mapper.TermBasedFieldType
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opensearch.index.mapper.MappedFieldType
org.opensearch.index.mapper.MappedFieldType.Relation -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontypeName()org.opensearch.index.mapper.ValueFetchervalueFetcher(org.opensearch.index.query.QueryShardContext context, org.opensearch.search.lookup.SearchLookup searchLookup, String format) Methods inherited from class org.opensearch.index.mapper.TermBasedFieldType
indexedValueForSearch, termQuery, termQueryCaseInsensitive, termsQueryMethods inherited from class org.opensearch.index.mapper.SimpleMappedFieldType
rangeQuery, rangeQueryMethods inherited from class org.opensearch.index.mapper.MappedFieldType
boost, distanceFeatureQuery, docValueFormat, eagerGlobalOrdinals, existsQuery, extractTerm, failIfNoDocValues, failIfNotIndexed, failIfNotIndexedAndNoDocValues, familyTypeName, fielddataBuilder, fuzzyQuery, getTextSearchInfo, hasDocValues, indexAnalyzer, intervals, isAggregatable, isFieldWithinQuery, isSearchable, isStored, meta, multiPhraseQuery, multiPhraseQuery, name, normalizedWildcardQuery, phrasePrefixQuery, phrasePrefixQuery, phraseQuery, phraseQuery, pointReaderIfPossible, prefixQuery, prefixQuery, regexpQuery, setBoost, setEagerGlobalOrdinals, setIndexAnalyzer, spanPrefixQuery, unwrap, valueForDisplay, wildcardQuery, wildcardQuery
-
Constructor Details
-
FakeFieldType
-
-
Method Details
-
typeName
- Specified by:
typeNamein classorg.opensearch.index.mapper.MappedFieldType
-
valueFetcher
public org.opensearch.index.mapper.ValueFetcher valueFetcher(org.opensearch.index.query.QueryShardContext context, org.opensearch.search.lookup.SearchLookup searchLookup, String format) - Specified by:
valueFetcherin classorg.opensearch.index.mapper.MappedFieldType
-