Class LuceneIndexObjectFieldTemplate
java.lang.Object
org.hibernate.search.engine.backend.document.model.spi.AbstractIndexFieldTemplate<LuceneIndexModel,LuceneIndexField,LuceneIndexCompositeNode,FT>
org.hibernate.search.backend.lucene.document.model.impl.AbstractLuceneIndexFieldTemplate<LuceneIndexCompositeNodeType>
org.hibernate.search.backend.lucene.document.model.impl.LuceneIndexObjectFieldTemplate
public class LuceneIndexObjectFieldTemplate
extends AbstractLuceneIndexFieldTemplate<LuceneIndexCompositeNodeType>
-
Constructor Summary
ConstructorsConstructorDescriptionLuceneIndexObjectFieldTemplate(LuceneIndexCompositeNode declaringParent, SimpleGlobPattern absolutePathGlob, LuceneIndexCompositeNodeType type, TreeNodeInclusion inclusion, boolean multiValued) -
Method Summary
Modifier and TypeMethodDescriptionprotected LuceneIndexFieldcreateNode(LuceneIndexCompositeNode parent, String relativePath, LuceneIndexCompositeNodeType type, TreeNodeInclusion inclusion, boolean multiValued) Methods inherited from class org.hibernate.search.engine.backend.document.model.spi.AbstractIndexFieldTemplate
inclusion, type
-
Constructor Details
-
LuceneIndexObjectFieldTemplate
public LuceneIndexObjectFieldTemplate(LuceneIndexCompositeNode declaringParent, SimpleGlobPattern absolutePathGlob, LuceneIndexCompositeNodeType type, TreeNodeInclusion inclusion, boolean multiValued)
-
-
Method Details
-
createNode
protected LuceneIndexField createNode(LuceneIndexCompositeNode parent, String relativePath, LuceneIndexCompositeNodeType type, TreeNodeInclusion inclusion, boolean multiValued)
-