Uses of Interface
org.hibernate.search.engine.backend.document.model.dsl.IndexSchemaElement
-
Packages that use IndexSchemaElement Package Description org.hibernate.search.engine.backend.document.model.dsl org.hibernate.search.engine.mapper.mapping.building.spi -
-
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.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(IndexSchemaContributionListener listener)
-