Class TextFieldMapper
java.lang.Object
io.jmix.search.index.mapping.fieldmapper.impl.AbstractFieldMapper
io.jmix.search.index.mapping.fieldmapper.impl.SimpleFieldMapper
io.jmix.search.index.mapping.fieldmapper.impl.TextFieldMapper
- All Implemented Interfaces:
FieldMapper
Maps field as analyzed text
-
Field Summary
Fields inherited from class io.jmix.search.index.mapping.fieldmapper.impl.AbstractFieldMapper
objectMapper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected com.fasterxml.jackson.databind.node.ObjectNode
applyExtendedSearch
(com.fasterxml.jackson.databind.node.ObjectNode config, ExtendedSearchSettings extendedSearchSettings) Methods inherited from class io.jmix.search.index.mapping.fieldmapper.impl.SimpleFieldMapper
createJsonConfiguration
Methods inherited from class io.jmix.search.index.mapping.fieldmapper.impl.AbstractFieldMapper
createEffectiveNativeParameters, createJsonConfiguration
-
Field Details
-
supportedParameters
-
-
Constructor Details
-
TextFieldMapper
public TextFieldMapper()
-
-
Method Details
-
getSupportedMappingParameters
-
applyExtendedSearch
protected com.fasterxml.jackson.databind.node.ObjectNode applyExtendedSearch(com.fasterxml.jackson.databind.node.ObjectNode config, ExtendedSearchSettings extendedSearchSettings) - Overrides:
applyExtendedSearch
in classSimpleFieldMapper
-
getSearchPlatformDatatype
- Specified by:
getSearchPlatformDatatype
in classSimpleFieldMapper
-