Interface IndexObjectFieldBuilder
- All Superinterfaces:
IndexCompositeNodeBuilder
,IndexSchemaBuildContext
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Mark the current node as multi-valued.Methods inherited from interface org.hibernate.search.engine.backend.document.model.dsl.spi.IndexCompositeNodeBuilder
addField, addFieldTemplate, addNamedPredicate, addObjectField, addObjectFieldTemplate
Methods inherited from interface org.hibernate.search.engine.backend.document.model.dsl.spi.IndexSchemaBuildContext
eventContext
-
Method Details
-
multiValued
void multiValued()Mark the current node as multi-valued.This informs the backend that this field may contain multiple objects for a single document.
-
toReference
IndexObjectFieldReference toReference()
-