Uses of Package
org.hibernate.search.engine.backend.metamodel
-
Classes in org.hibernate.search.engine.backend.metamodel used by org.hibernate.search.backend.elasticsearch.metamodel Class Description IndexDescriptor A descriptor of an index, exposing in particular the available fields and their characteristics. -
Classes in org.hibernate.search.engine.backend.metamodel used by org.hibernate.search.engine.backend.document.model.spi Class Description IndexCompositeElementDescriptor A composite element in the index.IndexDescriptor A descriptor of an index, exposing in particular the available fields and their characteristics.IndexFieldDescriptor A field in the index.IndexObjectFieldDescriptor An "object" field in the index, i.e.IndexValueFieldDescriptor A "value" field in the index, i.e. -
Classes in org.hibernate.search.engine.backend.metamodel used by org.hibernate.search.engine.backend.index Class Description IndexDescriptor A descriptor of an index, exposing in particular the available fields and their characteristics. -
Classes in org.hibernate.search.engine.backend.metamodel used by org.hibernate.search.engine.backend.metamodel Class Description IndexCompositeElementDescriptor A composite element in the index.IndexFieldDescriptor A field in the index.IndexObjectFieldDescriptor An "object" field in the index, i.e.IndexObjectFieldTypeDescriptor The type of an "object" field in the index, exposing its various capabilities.IndexValueFieldDescriptor A "value" field in the index, i.e.IndexValueFieldTypeDescriptor The type of a "value" field in the index, exposing its various capabilities and accepted Java types. -
Classes in org.hibernate.search.engine.backend.metamodel used by org.hibernate.search.engine.backend.types.spi Class Description IndexObjectFieldTypeDescriptor The type of an "object" field in the index, exposing its various capabilities.IndexValueFieldTypeDescriptor The type of a "value" field in the index, exposing its various capabilities and accepted Java types.