Class LuceneIndexValueFieldTemplate
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<LuceneIndexValueFieldType<?>>
org.hibernate.search.backend.lucene.document.model.impl.LuceneIndexValueFieldTemplate
public class LuceneIndexValueFieldTemplate
extends AbstractLuceneIndexFieldTemplate<LuceneIndexValueFieldType<?>>
-
Constructor Summary
ConstructorsConstructorDescriptionLuceneIndexValueFieldTemplate(LuceneIndexCompositeNode declaringParent, SimpleGlobPattern absolutePathGlob, LuceneIndexValueFieldType<?> type, TreeNodeInclusion inclusion, boolean multiValued) -
Method Summary
Modifier and TypeMethodDescriptionprotected LuceneIndexFieldcreateNode(LuceneIndexCompositeNode parent, String relativePath, LuceneIndexValueFieldType<?> type, TreeNodeInclusion inclusion, boolean multiValued) Methods inherited from class org.hibernate.search.engine.backend.document.model.spi.AbstractIndexFieldTemplate
inclusion, type
-
Constructor Details
-
LuceneIndexValueFieldTemplate
public LuceneIndexValueFieldTemplate(LuceneIndexCompositeNode declaringParent, SimpleGlobPattern absolutePathGlob, LuceneIndexValueFieldType<?> type, TreeNodeInclusion inclusion, boolean multiValued)
-
-
Method Details
-
createNode
protected LuceneIndexField createNode(LuceneIndexCompositeNode parent, String relativePath, LuceneIndexValueFieldType<?> type, TreeNodeInclusion inclusion, boolean multiValued) - Specified by:
createNodein classAbstractIndexFieldTemplate<LuceneIndexModel,LuceneIndexField, LuceneIndexCompositeNode, LuceneIndexValueFieldType<?>>
-