Uses of Interface
org.hibernate.search.engine.backend.document.model.dsl.IndexSchemaElement
-
-
Uses of IndexSchemaElement in org.hibernate.search.engine.backend.document.model.dsl
Subinterfaces of IndexSchemaElement in org.hibernate.search.engine.backend.document.model.dsl Modifier and Type Interface Description 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. -
Uses of IndexSchemaElement in org.hibernate.search.engine.mapper.mapping.building.spi
Methods in org.hibernate.search.engine.mapper.mapping.building.spi that return IndexSchemaElement Modifier and Type Method Description IndexSchemaElement
IndexBindingContext. schemaElement()
IndexSchemaElement
IndexBindingContext. schemaElement(IndexSchemaContributionListener listener)
-
Uses of IndexSchemaElement in org.hibernate.search.mapper.pojo.bridge.binding
Methods in org.hibernate.search.mapper.pojo.bridge.binding that return IndexSchemaElement Modifier and Type Method Description IndexSchemaElement
PropertyBindingContext. indexSchemaElement()
IndexSchemaElement
TypeBindingContext. indexSchemaElement()
-
Uses of IndexSchemaElement in org.hibernate.search.mapper.pojo.bridge.builtin.programmatic
Methods in org.hibernate.search.mapper.pojo.bridge.builtin.programmatic with parameters of type IndexSchemaElement Modifier and Type Method Description AlternativeValueBridge<D,P>
AlternativeBinderDelegate. bind(IndexSchemaElement indexSchemaElement, PojoModelProperty fieldValueSource)
Binds the given field value source to multiple field, i.e.: Declares one field per alternative. Creates a bridge that will route field values to the appropriate field based on a discriminator.
-