Class SimpleFieldMapper
java.lang.Object
io.jmix.search.index.mapping.fieldmapper.impl.AbstractFieldMapper
io.jmix.search.index.mapping.fieldmapper.impl.SimpleFieldMapper
- All Implemented Interfaces:
FieldMapper
- Direct Known Subclasses:
EnumFieldMapper,TextFieldMapper
-
Field Summary
Fields inherited from class io.jmix.search.index.mapping.fieldmapper.impl.AbstractFieldMapper
objectMapper -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.fasterxml.jackson.databind.node.ObjectNodeapplyExtendedSearch(com.fasterxml.jackson.databind.node.ObjectNode config, ExtendedSearchSettings extendedSearchSettings) com.fasterxml.jackson.databind.node.ObjectNodecreateJsonConfiguration(Map<String, Object> parameters, ExtendedSearchSettings extendedSearchSettings) protected abstract StringMethods inherited from class io.jmix.search.index.mapping.fieldmapper.impl.AbstractFieldMapper
createEffectiveNativeParameters, createJsonConfiguration
-
Constructor Details
-
SimpleFieldMapper
public SimpleFieldMapper()
-
-
Method Details
-
createJsonConfiguration
public com.fasterxml.jackson.databind.node.ObjectNode createJsonConfiguration(Map<String, Object> parameters, ExtendedSearchSettings extendedSearchSettings) -
applyExtendedSearch
protected com.fasterxml.jackson.databind.node.ObjectNode applyExtendedSearch(com.fasterxml.jackson.databind.node.ObjectNode config, ExtendedSearchSettings extendedSearchSettings) -
getSearchPlatformDatatype
-