Interface IndexSchemaObjectField
-
- All Superinterfaces:
IndexSchemaElement
,IndexSchemaFieldFinalStep<IndexObjectFieldReference>
,IndexSchemaFieldOptionsStep<IndexSchemaObjectField,IndexObjectFieldReference>
public interface IndexSchemaObjectField extends IndexSchemaElement, IndexSchemaFieldOptionsStep<IndexSchemaObjectField,IndexObjectFieldReference>
An object field in the index schema, allowing the definition of child fields, customization of some characteristics of this object field such asmulti-valued-ness
, and the retrieval ofa field reference
to be used when indexing.
-
-
Method Summary
-
Methods inherited from interface org.hibernate.search.engine.backend.document.model.dsl.IndexSchemaElement
field, field, field, fieldTemplate, fieldTemplate, fieldTemplate, namedPredicate, objectField, objectField, objectFieldTemplate, objectFieldTemplate
-
Methods inherited from interface org.hibernate.search.engine.backend.document.model.dsl.IndexSchemaFieldFinalStep
toReference
-
Methods inherited from interface org.hibernate.search.engine.backend.document.model.dsl.IndexSchemaFieldOptionsStep
multiValued
-
-