Uses of Class
org.hibernate.search.util.common.annotation.Incubating
-
-
Uses of Incubating in org.hibernate.search.backend.elasticsearch.search.query
Classes in org.hibernate.search.backend.elasticsearch.search.query with annotations of type Incubating Modifier and Type Interface Description interface
ElasticsearchSearchRequestTransformer
A pluggable component that gets the chance to transform search requests (path, body, ...) before they are sent to Elasticsearch.interface
ElasticsearchSearchRequestTransformerContext
Methods in org.hibernate.search.backend.elasticsearch.search.query with annotations of type Incubating Modifier and Type Method Description com.google.gson.JsonObject
ElasticsearchSearchResult. responseBody()
-
Uses of Incubating in org.hibernate.search.backend.elasticsearch.search.query.dsl
Methods in org.hibernate.search.backend.elasticsearch.search.query.dsl with annotations of type Incubating Modifier and Type Method Description ElasticsearchSearchQueryOptionsStep<H,LOS>
ElasticsearchSearchQueryOptionsStep. requestTransformer(ElasticsearchSearchRequestTransformer transformer)
Set theElasticsearchSearchRequestTransformer
for this search query. -
Uses of Incubating in org.hibernate.search.mapper.orm.mapping
Methods in org.hibernate.search.mapper.orm.mapping with annotations of type Incubating Modifier and Type Method Description ContainerExtractorConfigurationContext
HibernateOrmMappingConfigurationContext. containerExtractors()
Start the definition of container extractors available for use in mappings. -
Uses of Incubating in org.hibernate.search.mapper.orm.massindexing
Methods in org.hibernate.search.mapper.orm.massindexing with annotations of type Incubating Modifier and Type Method Description MassIndexer
MassIndexer. limitIndexedObjectsTo(long maximum)
Stops indexing after having indexed a set amount of objects. -
Uses of Incubating in org.hibernate.search.mapper.pojo.bridge.binding
Methods in org.hibernate.search.mapper.pojo.bridge.binding with annotations of type Incubating Modifier and Type Method Description PojoModelValue<I>
IdentifierBindingContext. bridgedElement()
PojoModelProperty
PropertyBindingContext. bridgedElement()
PojoModelType
RoutingBindingContext. bridgedElement()
PojoModelType
TypeBindingContext. bridgedElement()
PojoModelValue<V>
ValueBindingContext. bridgedElement()
-
Uses of Incubating in org.hibernate.search.mapper.pojo.bridge.builtin.annotation
Classes in org.hibernate.search.mapper.pojo.bridge.builtin.annotation with annotations of type Incubating Modifier and Type Class Description interface
AlternativeDiscriminator
Mark the property as an alternative discriminator for use inAlternativeBinder
. -
Uses of Incubating in org.hibernate.search.mapper.pojo.bridge.builtin.programmatic
Classes in org.hibernate.search.mapper.pojo.bridge.builtin.programmatic with annotations of type Incubating Modifier and Type Interface Description interface
AlternativeBinder
The binder that sets upAlternativeValueBridge
s.interface
AlternativeBinderDelegate<D,P>
The component responsible for binding one field per alternative, and creating anAlternativeValueBridge
.interface
AlternativeDiscriminatorBinder
A binder for markers that mark a property as the discriminator for alternatives for anAlternative bridge
.interface
AlternativeValueBridge<D,P>
A component that routes field values to one of multiple index fields based on a discriminator. -
Uses of Incubating in org.hibernate.search.mapper.pojo.bridge.mapping
Methods in org.hibernate.search.mapper.pojo.bridge.mapping with annotations of type Incubating Modifier and Type Method Description <T> DefaultBinderDefinitionStep<?>
BridgesConfigurationContext. strictSubTypesOf(Class<T> clazz)
Define default binders for properties of a subtype of the given type.<T> DefaultBinderDefinitionStep<?>
BridgesConfigurationContext. subTypesOf(Class<T> clazz)
Define default binders for properties with the given type or a subtype. -
Uses of Incubating in org.hibernate.search.mapper.pojo.extractor
Classes in org.hibernate.search.mapper.pojo.extractor with annotations of type Incubating Modifier and Type Interface Description interface
ContainerExtractionContext
interface
ContainerExtractor<C,V>
An extractor of values from a container.interface
ContainerExtractorConfigurationContext
A context to assign names to container extractor implementations.interface
ValueProcessor<T,V,C>
A processor of values extracted from a container. -
Uses of Incubating in org.hibernate.search.mapper.pojo.model
Classes in org.hibernate.search.mapper.pojo.model with annotations of type Incubating Modifier and Type Interface Description interface
PojoElementAccessor<T>
An accessor allowing the retrieval of an element, for example a property, from a POJO.interface
PojoModelCompositeElement
A potentially composite element in the POJO model.interface
PojoModelElement
An element in the POJO model.interface
PojoModelProperty
A model element representing a property bound to a bridge.interface
PojoModelType
A model element representing a type bound to a bridge.interface
PojoModelValue<T>
A model element representing a value bound to a bridge. -
Uses of Incubating in org.hibernate.search.mapper.pojo.model.dependency
Classes in org.hibernate.search.mapper.pojo.model.dependency with annotations of type Incubating Modifier and Type Interface Description interface
PojoOtherEntityIndexingDependencyConfigurationContext
Methods in org.hibernate.search.mapper.pojo.model.dependency with annotations of type Incubating Modifier and Type Method Description default PojoOtherEntityIndexingDependencyConfigurationContext
PojoPropertyIndexingDependencyConfigurationContext. fromOtherEntity(Class<?> otherEntityType, String pathFromOtherEntityTypeToBridgedType)
Start the declaration of dependencies to properties of another entity, without specifying the path to that other entity.default PojoOtherEntityIndexingDependencyConfigurationContext
PojoPropertyIndexingDependencyConfigurationContext. fromOtherEntity(Class<?> otherEntityType, PojoModelPathValueNode pathFromOtherEntityTypeToBridgedType)
Start the declaration of dependencies to properties of another entity, without specifying the path to that other entity.PojoOtherEntityIndexingDependencyConfigurationContext
PojoPropertyIndexingDependencyConfigurationContext. fromOtherEntity(ContainerExtractorPath extractorPathFromBridgedProperty, Class<?> otherEntityType, PojoModelPathValueNode pathFromOtherEntityTypeToBridgedPropertyExtractedType)
Start the declaration of dependencies to properties of another entity, without specifying the path to that other entity.default PojoOtherEntityIndexingDependencyConfigurationContext
PojoTypeIndexingDependencyConfigurationContext. fromOtherEntity(Class<?> otherEntityType, String pathFromOtherEntityTypeToBridgedType)
Start the declaration of dependencies to properties of another entity, without specifying the path to that other entity.PojoOtherEntityIndexingDependencyConfigurationContext
PojoTypeIndexingDependencyConfigurationContext. fromOtherEntity(Class<?> otherEntityType, PojoModelPathValueNode pathFromOtherEntityTypeToBridgedType)
Start the declaration of dependencies to properties of another entity, without specifying the path to that other entity.default PojoOtherEntityIndexingDependencyConfigurationContext
PojoOtherEntityIndexingDependencyConfigurationContext. use(String pathFromOtherEntityTypeToUsedValue)
Declare that the given path is read by the bridge at index time to populate the indexed document.PojoOtherEntityIndexingDependencyConfigurationContext
PojoOtherEntityIndexingDependencyConfigurationContext. use(PojoModelPathValueNode pathFromBridgedTypeToUsedValue)
Declare that the given path is read by the bridge at index time to populate the indexed document.
-