Interface IndexObjectFieldBuilder
-
- All Superinterfaces:
IndexCompositeNodeBuilder
,IndexSchemaBuildContext
public interface IndexObjectFieldBuilder extends IndexCompositeNodeBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
multiValued()
Mark the current node as multi-valued.IndexObjectFieldReference
toReference()
-
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 Detail
-
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()
-
-