Uses of Class
org.hibernate.search.backend.elasticsearch.types.impl.ElasticsearchIndexValueFieldType
-
Packages that use ElasticsearchIndexValueFieldType Package Description org.hibernate.search.backend.elasticsearch.document.model.impl org.hibernate.search.backend.elasticsearch.types.impl -
-
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 ElasticsearchIndexValueFieldType Modifier and Type Method Description protected 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 ElasticsearchIndexValueFieldType Constructor Description ElasticsearchIndexValueField(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 Modifier and Type Method Description ElasticsearchIndexValueFieldType<F>ElasticsearchIndexValueFieldType.Builder. build()
-