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 interfaceIndexSchemaObjectFieldAn 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 referenceto be used when indexing. -
Uses of IndexSchemaElement in org.hibernate.search.engine.backend.document.model.dsl.impl
Classes in org.hibernate.search.engine.backend.document.model.dsl.impl that implement IndexSchemaElement Modifier and Type Class Description classIndexSchemaElementImpl<B extends IndexCompositeNodeBuilder> -
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 IndexSchemaElementIndexBindingContext. schemaElement()IndexSchemaElementIndexBindingContext. schemaElement(TreeContributionListener 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 IndexSchemaElementPropertyBindingContext. indexSchemaElement()IndexSchemaElementTypeBindingContext. indexSchemaElement() -
Uses of IndexSchemaElement in org.hibernate.search.mapper.pojo.bridge.binding.impl
Methods in org.hibernate.search.mapper.pojo.bridge.binding.impl that return IndexSchemaElement Modifier and Type Method Description IndexSchemaElementPropertyBindingContextImpl. indexSchemaElement()IndexSchemaElementTypeBindingContextImpl. 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.
-