Uses of Interface
org.hibernate.search.engine.backend.document.model.dsl.IndexSchemaElement
Packages that use IndexSchemaElement
Package
Description
-
Uses of IndexSchemaElement in org.hibernate.search.engine.backend.document.model.dsl
Subinterfaces of IndexSchemaElement in org.hibernate.search.engine.backend.document.model.dslModifier and TypeInterfaceDescriptioninterfaceAn 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 IndexSchemaElementModifier and TypeClassDescriptionclassIndexSchemaElementImpl<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 IndexSchemaElementModifier and TypeMethodDescriptionIndexBindingContext.schemaElement()IndexBindingContext.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 IndexSchemaElementModifier and TypeMethodDescriptionPropertyBindingContext.indexSchemaElement()TypeBindingContext.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 IndexSchemaElementModifier and TypeMethodDescriptionPropertyBindingContextImpl.indexSchemaElement()TypeBindingContextImpl.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 IndexSchemaElementModifier and TypeMethodDescriptionAlternativeBinderDelegate.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.