Uses of Class
org.hibernate.search.backend.elasticsearch.lowlevel.index.mapping.impl.PropertyMapping
-
-
Uses of PropertyMapping in org.hibernate.search.backend.elasticsearch.lowlevel.index.mapping.impl
Fields in org.hibernate.search.backend.elasticsearch.lowlevel.index.mapping.impl with type parameters of type PropertyMapping Modifier and Type Field Description protected Map<String,PropertyMapping>AbstractTypeMapping. propertiesMust be null when we don't want to include it in JSON serialization.Methods in org.hibernate.search.backend.elasticsearch.lowlevel.index.mapping.impl that return PropertyMapping Modifier and Type Method Description PropertyMappingDynamicTemplate. getMapping()Methods in org.hibernate.search.backend.elasticsearch.lowlevel.index.mapping.impl that return types with arguments of type PropertyMapping Modifier and Type Method Description Map<String,PropertyMapping>AbstractTypeMapping. getProperties()Methods in org.hibernate.search.backend.elasticsearch.lowlevel.index.mapping.impl with parameters of type PropertyMapping Modifier and Type Method Description voidAbstractTypeMapping. addProperty(String name, PropertyMapping mapping)voidDynamicTemplate. setMapping(PropertyMapping mapping) -
Uses of PropertyMapping in org.hibernate.search.backend.elasticsearch.types.impl
Methods in org.hibernate.search.backend.elasticsearch.types.impl that return PropertyMapping Modifier and Type Method Description PropertyMappingElasticsearchIndexCompositeNodeType. createMapping(DynamicType dynamicType)PropertyMappingElasticsearchIndexValueFieldType.Builder. mapping()PropertyMappingElasticsearchIndexValueFieldType. mapping()Constructors in org.hibernate.search.backend.elasticsearch.types.impl with parameters of type PropertyMapping Constructor Description Builder(Class<F> valueType, PropertyMapping mapping) -
Uses of PropertyMapping in org.hibernate.search.backend.elasticsearch.validation.impl
Methods in org.hibernate.search.backend.elasticsearch.validation.impl that return types with arguments of type PropertyMapping Modifier and Type Method Description protected Validator<PropertyMapping>RootTypeMappingValidator. getPropertyMappingValidator()
-