Uses of Class
org.hibernate.search.backend.elasticsearch.types.impl.ElasticsearchIndexValueFieldType
Packages that use ElasticsearchIndexValueFieldType
Package
Description
-
Uses of ElasticsearchIndexValueFieldType in org.hibernate.search.backend.elasticsearch.document.model.impl
Methods in org.hibernate.search.backend.elasticsearch.document.model.impl with parameters of type ElasticsearchIndexValueFieldTypeModifier and TypeMethodDescriptionprotected ElasticsearchIndexFieldElasticsearchIndexValueFieldTemplate.createNode(ElasticsearchIndexCompositeNode parent, String relativePath, ElasticsearchIndexValueFieldType<?> type, TreeNodeInclusion inclusion, boolean multiValued) Constructors in org.hibernate.search.backend.elasticsearch.document.model.impl with parameters of type ElasticsearchIndexValueFieldTypeModifierConstructorDescriptionElasticsearchIndexValueField(ElasticsearchIndexCompositeNode parent, String relativeFieldName, ElasticsearchIndexValueFieldType<F> type, TreeNodeInclusion inclusion, boolean multiValued) ElasticsearchIndexValueFieldTemplate(ElasticsearchIndexCompositeNode declaringParent, SimpleGlobPattern absolutePathGlob, TreeNodeInclusion inclusion, boolean multiValued, ElasticsearchIndexValueFieldType<?> type) -
Uses of ElasticsearchIndexValueFieldType in org.hibernate.search.backend.elasticsearch.types.impl
Methods in org.hibernate.search.backend.elasticsearch.types.impl that return ElasticsearchIndexValueFieldType