Class ElasticsearchIndexObjectFieldTemplate
java.lang.Object
org.hibernate.search.engine.backend.document.model.spi.AbstractIndexFieldTemplate<ElasticsearchIndexModel,ElasticsearchIndexField,ElasticsearchIndexCompositeNode,FT>
org.hibernate.search.backend.elasticsearch.document.model.impl.AbstractElasticsearchIndexFieldTemplate<ElasticsearchIndexCompositeNodeType>
org.hibernate.search.backend.elasticsearch.document.model.impl.ElasticsearchIndexObjectFieldTemplate
public class ElasticsearchIndexObjectFieldTemplate
extends AbstractElasticsearchIndexFieldTemplate<ElasticsearchIndexCompositeNodeType>
-
Constructor Summary
ConstructorsConstructorDescriptionElasticsearchIndexObjectFieldTemplate(ElasticsearchIndexCompositeNode declaringParent, SimpleGlobPattern absolutePathGlob, ElasticsearchIndexCompositeNodeType type, TreeNodeInclusion inclusion, boolean multiValued) -
Method Summary
Modifier and TypeMethodDescriptionprotected ElasticsearchIndexFieldcreateNode(ElasticsearchIndexCompositeNode parent, String relativePath, ElasticsearchIndexCompositeNodeType type, TreeNodeInclusion inclusion, boolean multiValued) Methods inherited from class org.hibernate.search.engine.backend.document.model.spi.AbstractIndexFieldTemplate
inclusion, type
-
Constructor Details
-
ElasticsearchIndexObjectFieldTemplate
public ElasticsearchIndexObjectFieldTemplate(ElasticsearchIndexCompositeNode declaringParent, SimpleGlobPattern absolutePathGlob, ElasticsearchIndexCompositeNodeType type, TreeNodeInclusion inclusion, boolean multiValued)
-
-
Method Details
-
createNode
protected ElasticsearchIndexField createNode(ElasticsearchIndexCompositeNode parent, String relativePath, ElasticsearchIndexCompositeNodeType type, TreeNodeInclusion inclusion, boolean multiValued)
-