Uses of Interface
org.hibernate.search.engine.backend.document.model.dsl.IndexSchemaFieldFinalStep
-
Packages that use IndexSchemaFieldFinalStep Package Description org.hibernate.search.engine.backend.document.model.dsl -
-
Uses of IndexSchemaFieldFinalStep in org.hibernate.search.engine.backend.document.model.dsl
Subinterfaces of IndexSchemaFieldFinalStep in org.hibernate.search.engine.backend.document.model.dsl Modifier and Type Interface Description interface
IndexSchemaFieldOptionsStep<S extends IndexSchemaFieldOptionsStep<?,R>,R>
The final step in the definition of a field in the index schema, where a reference to the field can be retrieved, optionally setting some parameters beforehand.interface
IndexSchemaObjectField
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.
-