Uses of Annotation Type
org.hibernate.search.util.common.annotation.Incubating
Packages that use Incubating
Package
Description
-
Uses of Incubating in org.hibernate.search.backend.elasticsearch.schema.management
Classes in org.hibernate.search.backend.elasticsearch.schema.management with annotations of type IncubatingModifier and TypeInterfaceDescriptioninterfaceExtended version of anSchemaExportthat exposes any Elasticsearch-specific methods. -
Uses of Incubating in org.hibernate.search.backend.elasticsearch.search.query
Classes in org.hibernate.search.backend.elasticsearch.search.query with annotations of type IncubatingModifier and TypeInterfaceDescriptioninterfaceA pluggable component that gets the chance to transform search requests (path, body, ...) before they are sent to Elasticsearch.interfaceMethods in org.hibernate.search.backend.elasticsearch.search.query with annotations of type IncubatingModifier and TypeMethodDescriptioncom.google.gson.JsonObjectElasticsearchSearchResult.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 IncubatingModifier and TypeMethodDescriptionElasticsearchSearchQueryOptionsStep.requestTransformer(ElasticsearchSearchRequestTransformer transformer) Set theElasticsearchSearchRequestTransformerfor this search query. -
Uses of Incubating in org.hibernate.search.backend.elasticsearch.work.spi
Classes in org.hibernate.search.backend.elasticsearch.work.spi with annotations of type Incubating -
Uses of Incubating in org.hibernate.search.backend.lucene.index
Methods in org.hibernate.search.backend.lucene.index with annotations of type IncubatingModifier and TypeMethodDescriptionLuceneIndexManager.computeSizeInBytesAsync(OperationSubmitter operationSubmitter) -
Uses of Incubating in org.hibernate.search.backend.lucene.schema.management
Classes in org.hibernate.search.backend.lucene.schema.management with annotations of type IncubatingModifier and TypeInterfaceDescriptioninterfaceExtended version of anSchemaExportthat exposes any Lucene-specific methods. -
Uses of Incubating in org.hibernate.search.backend.lucene.work.spi
Classes in org.hibernate.search.backend.lucene.work.spi with annotations of type Incubating -
Uses of Incubating in org.hibernate.search.batch.jsr352.jberet
Classes in org.hibernate.search.batch.jsr352.jberet with annotations of type IncubatingModifier and TypeInterfaceDescriptioninterfaceDeprecated. -
Uses of Incubating in org.hibernate.search.engine.backend
Methods in org.hibernate.search.engine.backend with annotations of type Incubating -
Uses of Incubating in org.hibernate.search.engine.backend.document.model.dsl
Classes in org.hibernate.search.engine.backend.document.model.dsl with annotations of type IncubatingModifier and TypeInterfaceDescriptioninterfaceThe final step in the definition of a named predicate in the index schema.Methods in org.hibernate.search.engine.backend.document.model.dsl with annotations of type IncubatingModifier and TypeMethodDescriptionIndexSchemaElement.namedPredicate(String relativeNamedPredicateName, PredicateDefinition definition) Add a named predicate factory to this index schema element. -
Uses of Incubating in org.hibernate.search.engine.backend.document.model.dsl.spi
Classes in org.hibernate.search.engine.backend.document.model.dsl.spi with annotations of type IncubatingModifier and TypeInterfaceDescriptioninterfaceinterfaceOpens an extension point to accept implicit fields. -
Uses of Incubating in org.hibernate.search.engine.backend.schema.management.spi
Methods in org.hibernate.search.engine.backend.schema.management.spi with annotations of type IncubatingModifier and TypeMethodDescriptionvoidIndexSchemaManager.exportExpectedSchema(IndexSchemaCollector collector) Accepts a collector that will receive the schema export represented by this index schema manager. -
Uses of Incubating in org.hibernate.search.engine.backend.work.execution
Classes in org.hibernate.search.engine.backend.work.execution with annotations of type IncubatingModifier and TypeClassDescriptionclassInterface defining how operation should be submitted to the queue or executor. -
Uses of Incubating in org.hibernate.search.engine.cfg.spi
Classes in org.hibernate.search.engine.cfg.spi with annotations of type IncubatingModifier and TypeInterfaceDescriptioninterfaceAllows integrators to provide their default configuration properties for various scopes that would override Hibernate Search specific ones.final classHolds a configuration scope.final classNames of configuration scope namespaces used to construct aConfigurationScope. -
Uses of Incubating in org.hibernate.search.engine.common.execution.spi
Classes in org.hibernate.search.engine.common.execution.spi with annotations of type IncubatingModifier and TypeClassDescriptionclassinterface -
Uses of Incubating in org.hibernate.search.engine.common.schema.management
Classes in org.hibernate.search.engine.common.schema.management with annotations of type IncubatingModifier and TypeInterfaceDescriptioninterfaceinterfaceAn extension to the index schema export, allowing to access backend-specific methods of a schema export. -
Uses of Incubating in org.hibernate.search.engine.common.timing
Classes in org.hibernate.search.engine.common.timing with annotations of type IncubatingModifier and TypeInterfaceDescriptioninterfaceCommon interface providing a deadline through the methodDeadline.checkRemainingTimeMillis(). -
Uses of Incubating in org.hibernate.search.engine.reporting
Methods in org.hibernate.search.engine.reporting with annotations of type IncubatingModifier and TypeMethodDescriptiondefault longFailureHandler.failureFloodingThreshold()When this handler is used for handling mass indexing failures - returns the number of failures during one mass indexing beyond which the failure handler will no longer be notified. -
Uses of Incubating in org.hibernate.search.engine.search.aggregation.dsl
Methods in org.hibernate.search.engine.search.aggregation.dsl with annotations of type IncubatingModifier and TypeMethodDescriptionSearchAggregationFactory.toAbsolutePath(String relativeFieldPath) Create a new aggregation factory whose root for all paths passed to the DSL will be the given object field. -
Uses of Incubating in org.hibernate.search.engine.search.predicate.definition
Classes in org.hibernate.search.engine.search.predicate.definition with annotations of type IncubatingModifier and TypeInterfaceDescriptioninterfaceA component able to define a predicate using the Hibernate Search Predicate DSL.interfaceThe context passed toPredicateDefinition.create(PredicateDefinitionContext). -
Uses of Incubating in org.hibernate.search.engine.search.predicate.dsl
Classes in org.hibernate.search.engine.search.predicate.dsl with annotations of type IncubatingModifier and TypeInterfaceDescriptioninterfaceThe initial and final step in named predicate definition.Methods in org.hibernate.search.engine.search.predicate.dsl with annotations of type IncubatingModifier and TypeMethodDescriptionMatch documents if they match a combination of defined named predicate clauses.SearchPredicateFactory.toAbsolutePath(String relativeFieldPath) Create a new predicate factory whose root for all paths passed to the DSL will be the given object field. -
Uses of Incubating in org.hibernate.search.engine.search.projection.definition
Classes in org.hibernate.search.engine.search.projection.definition with annotations of type IncubatingModifier and TypeInterfaceDescriptioninterfaceA component able to define a projection using the Hibernate Search Projection DSL.interfaceThe context passed toProjectionDefinition.create(SearchProjectionFactory, ProjectionDefinitionContext). -
Uses of Incubating in org.hibernate.search.engine.search.projection.definition.spi
Classes in org.hibernate.search.engine.search.projection.definition.spi with annotations of type IncubatingModifier and TypeClassDescriptionclassfinal classclassstatic final classstatic final classclassstatic final classstatic final class -
Uses of Incubating in org.hibernate.search.engine.search.projection.dsl
Methods in org.hibernate.search.engine.search.projection.dsl with annotations of type IncubatingModifier and TypeMethodDescriptionProject to highlights, i.e.SearchProjectionFactory.toAbsolutePath(String relativeFieldPath) Create a new projection factory whose root for all paths passed to the DSL will be the given object field. -
Uses of Incubating in org.hibernate.search.engine.search.query.dsl
Methods in org.hibernate.search.engine.search.query.dsl with annotations of type IncubatingModifier and TypeMethodDescriptionSearchQueryOptionsStep.highlighter(String highlighterName, Function<? super SearchHighlighterFactory, ? extends HighlighterFinalStep> highlighterContributor) Configure a named highlighter.SearchQueryOptionsStep.highlighter(String highlighterName, SearchHighlighter highlighter) Configure a named highlighter.SearchQueryOptionsStep.highlighter(Function<? super SearchHighlighterFactory, ? extends HighlighterFinalStep> highlighterContributor) Configure the default highlighter.SearchQueryOptionsStep.highlighter(SearchHighlighter highlighter) Configure the default highlighter. -
Uses of Incubating in org.hibernate.search.engine.search.query.spi
Methods in org.hibernate.search.engine.search.query.spi with annotations of type IncubatingModifier and TypeMethodDescriptionvoidSearchQueryBuilder.highlighter(String highlighterName, SearchHighlighter highlighter) voidSearchQueryBuilder.highlighter(SearchHighlighter queryHighlighter) -
Uses of Incubating in org.hibernate.search.engine.search.sort.dsl
Methods in org.hibernate.search.engine.search.sort.dsl with annotations of type IncubatingModifier and TypeMethodDescriptionSearchSortFactory.toAbsolutePath(String relativeFieldPath) Create a new sort factory whose root for all paths passed to the DSL will be the given object field. -
Uses of Incubating in org.hibernate.search.mapper.orm.automaticindexing.session
Methods in org.hibernate.search.mapper.orm.automaticindexing.session with annotations of type IncubatingModifier and TypeMethodDescriptionvoidAutomaticIndexingSynchronizationConfigurationContext.operationSubmitter(OperationSubmitter operationSubmitter) Deprecated.Set operation submitter to be applied while executing underlying plans. -
Uses of Incubating in org.hibernate.search.mapper.orm.coordination.outboxpolling
Classes in org.hibernate.search.mapper.orm.coordination.outboxpolling with annotations of type IncubatingModifier and TypeClassDescriptionclassAn extension to the search mapping, giving access to features specific to the outbox polling coordination strategy. -
Uses of Incubating in org.hibernate.search.mapper.orm.coordination.outboxpolling.cfg
Classes in org.hibernate.search.mapper.orm.coordination.outboxpolling.cfg with annotations of type IncubatingModifier and TypeClassDescriptionfinal classenumenum -
Uses of Incubating in org.hibernate.search.mapper.orm.coordination.outboxpolling.cfg.spi
Classes in org.hibernate.search.mapper.orm.coordination.outboxpolling.cfg.spi with annotations of type IncubatingModifier and TypeClassDescriptionfinal classSPI-related settings. -
Uses of Incubating in org.hibernate.search.mapper.orm.coordination.outboxpolling.mapping
Classes in org.hibernate.search.mapper.orm.coordination.outboxpolling.mapping with annotations of type IncubatingModifier and TypeInterfaceDescriptioninterfaceExposes some utilities to handle aborted events, which are events that have been processed many times without success. -
Uses of Incubating in org.hibernate.search.mapper.orm.mapping
Methods in org.hibernate.search.mapper.orm.mapping with annotations of type IncubatingModifier and TypeMethodDescriptionHibernateOrmMappingConfigurationContext.containerExtractors()Starts the definition of container extractors available for use in mappings.voidSearchMapping.indexingPlanFilter(SearchIndexingPlanFilter filter) Set a filter defining which types must be included/excluded when indexed within indexing plans (either automatically or manually). -
Uses of Incubating in org.hibernate.search.mapper.orm.massindexing
Methods in org.hibernate.search.mapper.orm.massindexing with annotations of type IncubatingModifier and TypeMethodDescriptionMassIndexer.environment(MassIndexingEnvironment environment) Sets theMassIndexingEnvironment, which can set up an environment (thread locals, ...) in mass indexing threads.MassIndexer.failureFloodingThreshold(long threshold) Sets the threshold for failures that will be reported and sent toMassIndexingFailureHandlerper indexed type.MassIndexer.limitIndexedObjectsTo(long maximum) Stops indexing after having indexed a set amount of objects. -
Uses of Incubating in org.hibernate.search.mapper.orm.schema.management
Methods in org.hibernate.search.mapper.orm.schema.management with annotations of type IncubatingModifier and TypeMethodDescriptionvoidSearchSchemaManager.exportExpectedSchema(Path targetDirectory) Exports the schema represented by this schema manager as a file tree created within the provided target directory.voidSearchSchemaManager.exportExpectedSchema(SearchSchemaCollector collector) Accepts a collector that walks through schema exports created from indexes represented by this schema manager. -
Uses of Incubating in org.hibernate.search.mapper.orm.session
Methods in org.hibernate.search.mapper.orm.session with annotations of type IncubatingModifier and TypeMethodDescriptionvoidSearchSession.indexingPlanFilter(SearchIndexingPlanFilter filter) Set a filter configuration and define which types must be included/excluded when indexed within indexing plans of the current session (either automatically or manually). -
Uses of Incubating in org.hibernate.search.mapper.pojo.bridge.binding
Methods in org.hibernate.search.mapper.pojo.bridge.binding with annotations of type IncubatingModifier and TypeMethodDescriptionIdentifierBindingContext.bridgedElement()PropertyBindingContext.bridgedElement()RoutingBindingContext.bridgedElement()TypeBindingContext.bridgedElement()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 IncubatingModifier and TypeClassDescription@interfaceMark 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 IncubatingModifier and TypeInterfaceDescriptioninterfaceThe binder that sets upAlternativeValueBridges.interfaceThe component responsible for binding one field per alternative, and creating anAlternativeValueBridge.interfaceA binder for markers that mark a property as the discriminator for alternatives for anAlternative bridge.interfaceA 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 IncubatingModifier and TypeMethodDescription<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 IncubatingModifier and TypeInterfaceDescriptioninterfaceinterfaceContainerExtractor<C,V> An extractor of values from a container.interfaceA context to assign names to container extractor implementations.interfaceValueProcessor<T,V, C> A processor of values extracted from a container. -
Uses of Incubating in org.hibernate.search.mapper.pojo.mapping.definition.annotation
Methods in org.hibernate.search.mapper.pojo.mapping.definition.annotation with annotations of type IncubatingModifier and TypeMethodDescriptionAnnotationMappingConfigurationContext.addJandexIndex(org.jboss.jandex.IndexView jandexIndex) -
Uses of Incubating in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
Methods in org.hibernate.search.mapper.pojo.mapping.definition.programmatic with annotations of type IncubatingModifier and TypeMethodDescriptionPropertyMappingIndexedEmbeddedStep.excludePaths(String... paths) PropertyMappingIndexedEmbeddedStep.excludePaths(Collection<String> paths) -
Uses of Incubating in org.hibernate.search.mapper.pojo.massindexing
Classes in org.hibernate.search.mapper.pojo.massindexing with annotations of type IncubatingModifier and TypeInterfaceDescriptioninterfaceAn interface for pluggable components that set up and tear down the environment of mass indexing threads, for example, to initializeThreadLocals.Methods in org.hibernate.search.mapper.pojo.massindexing with annotations of type IncubatingModifier and TypeMethodDescriptiondefault longMassIndexingFailureHandler.failureFloodingThreshold()Returns the number of failures during one mass indexing beyond which the failure handler will no longer be notified. -
Uses of Incubating in org.hibernate.search.mapper.pojo.massindexing.spi
Methods in org.hibernate.search.mapper.pojo.massindexing.spi with annotations of type IncubatingModifier and TypeMethodDescriptionPojoMassIndexer.environment(MassIndexingEnvironment environment) Sets theMassIndexingEnvironment, which can set up an environment (thread locals, ...) in mass indexing threads.PojoMassIndexer.failureFloodingThreshold(long threshold) Sets the threshold for failures that will be reported and sent toMassIndexingFailureHandlerper indexed type. -
Uses of Incubating in org.hibernate.search.mapper.pojo.model
Classes in org.hibernate.search.mapper.pojo.model with annotations of type IncubatingModifier and TypeInterfaceDescriptioninterfaceAn accessor allowing the retrieval of an element, for example a property, from a POJO.interfaceA potentially composite element in the POJO model.interfaceA model element representing a constructor parameter to bind.interfaceAn element in the POJO model.interfaceA model element representing a property bound to a bridge.interfaceA model element representing a type bound to a bridge.interfaceA 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 IncubatingModifier and TypeInterfaceDescriptioninterfaceMethods in org.hibernate.search.mapper.pojo.model.dependency with annotations of type IncubatingModifier and TypeMethodDescriptionPojoPropertyIndexingDependencyConfigurationContext.fromOtherEntity(Class<?> otherEntityType, String pathFromOtherEntityTypeToBridgedType) Start the declaration of dependencies to properties of another entity, without specifying the path to that other entity.PojoPropertyIndexingDependencyConfigurationContext.fromOtherEntity(Class<?> otherEntityType, PojoModelPathValueNode pathFromOtherEntityTypeToBridgedType) Start the declaration of dependencies to properties of another entity, without specifying the path to that other entity.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.PojoTypeIndexingDependencyConfigurationContext.fromOtherEntity(Class<?> otherEntityType, String pathFromOtherEntityTypeToBridgedType) Start the declaration of dependencies to properties of another entity, without specifying the path to that other entity.PojoTypeIndexingDependencyConfigurationContext.fromOtherEntity(Class<?> otherEntityType, PojoModelPathValueNode pathFromOtherEntityTypeToBridgedType) Start the declaration of dependencies to properties of another entity, without specifying the path to that other entity.PojoOtherEntityIndexingDependencyConfigurationContext.use(String pathFromOtherEntityTypeToUsedValue) Declare that the given path is read by the bridge at index time to populate the indexed document.PojoOtherEntityIndexingDependencyConfigurationContext.use(PojoModelPathValueNode pathFromBridgedTypeToUsedValue) Declare that the given path is read by the bridge at index time to populate the indexed document. -
Uses of Incubating in org.hibernate.search.mapper.pojo.schema.management.spi
Methods in org.hibernate.search.mapper.pojo.schema.management.spi with annotations of type IncubatingModifier and TypeMethodDescriptionvoidPojoScopeSchemaManager.exportExpectedSchema(Path targetDirectory) voidPojoScopeSchemaManager.exportExpectedSchema(SearchSchemaCollector collector) -
Uses of Incubating in org.hibernate.search.mapper.pojo.search.definition.binding
Classes in org.hibernate.search.mapper.pojo.search.definition.binding with annotations of type IncubatingModifier and TypeInterfaceDescriptioninterfaceA component able to define a projection using the Hibernate Search Projection DSL.interfaceThe context passed toProjectionBinder.bind(ProjectionBindingContext).interfaceThe context returned byProjectionBindingContext.multi().Methods in org.hibernate.search.mapper.pojo.search.definition.binding with annotations of type IncubatingModifier and TypeMethodDescriptionProjectionBindingContext.constructorParameter()ProjectionBindingMultiContext.containerElement()<T> BeanHolder<? extends ProjectionDefinition<T>>ProjectionBindingContext.createCompositeDefinition(Class<T> projectedType) <T> BeanHolder<? extends ProjectionDefinition<T>>ProjectionBindingContext.createObjectDefinition(String fieldPath, Class<T> projectedType, TreeFilterDefinition filter) <T> BeanHolder<? extends ProjectionDefinition<List<T>>>ProjectionBindingContext.createObjectDefinitionMulti(String fieldPath, Class<T> projectedType, TreeFilterDefinition filter) Optional<? extends ProjectionBindingMultiContext>ProjectionBindingContext.multi()Inspects the type of theProjectionBindingContext.constructorParameter()to determine if it may be bound to a multi-valued projection. -
Uses of Incubating in org.hibernate.search.mapper.pojo.standalone.cfg
Classes in org.hibernate.search.mapper.pojo.standalone.cfg with annotations of type Incubating -
Uses of Incubating in org.hibernate.search.mapper.pojo.standalone.cfg.spi
Classes in org.hibernate.search.mapper.pojo.standalone.cfg.spi with annotations of type Incubating -
Uses of Incubating in org.hibernate.search.mapper.pojo.standalone.entity
Classes in org.hibernate.search.mapper.pojo.standalone.entity with annotations of type IncubatingModifier and TypeInterfaceDescriptioninterfaceA descriptor of an indexed entity type, exposing in particular the index manager for this entity. -
Uses of Incubating in org.hibernate.search.mapper.pojo.standalone.loading
Classes in org.hibernate.search.mapper.pojo.standalone.loading with annotations of type IncubatingModifier and TypeInterfaceDescriptioninterfaceA group of entity types for entity loading.interfaceA loader for mass loading of entities, used in particular during mass indexing.interfaceA sink for use by aMassIdentifierLoader.interfaceA loader for mass loading of entity identifiers, used in particular during mass indexing.interfaceA sink for use by aMassIdentifierLoader.interfaceinterfaceMassLoadingStrategy<E,I> A strategy for mass loading, used in particular during mass indexing.interfaceA loader for loading a small selection of entities, used in particular during search.interfaceinterfaceA strategy for selection loading, used in particular during search. -
Uses of Incubating in org.hibernate.search.mapper.pojo.standalone.loading.dsl
Classes in org.hibernate.search.mapper.pojo.standalone.loading.dsl with annotations of type IncubatingModifier and TypeInterfaceDescriptioninterfaceThe DSL entry point passed to consumers inSearchSessionBuilder.loading(Consumer), allowing the definition of context for use by selection loading strategies: connections, third-party sessions, ... -
Uses of Incubating in org.hibernate.search.mapper.pojo.standalone.mapping
Classes in org.hibernate.search.mapper.pojo.standalone.mapping with annotations of type IncubatingModifier and TypeInterfaceDescriptioninterfaceinterfaceThe Hibernate Search mapping between the POJO model and the backend(s).final classinterfaceinterfaceAn object responsible for configuring the Hibernate Search mapping. -
Uses of Incubating in org.hibernate.search.mapper.pojo.standalone.mapping.metadata
Classes in org.hibernate.search.mapper.pojo.standalone.mapping.metadata with annotations of type IncubatingModifier and TypeInterfaceDescriptioninterfaceA context allowing the definition of entity configuration.interfaceA provider of configuration for a specific entity type, for example loading. -
Uses of Incubating in org.hibernate.search.mapper.pojo.standalone.massindexing
Classes in org.hibernate.search.mapper.pojo.standalone.massindexing with annotations of type IncubatingModifier and TypeInterfaceDescriptioninterfaceA MassIndexer is useful to rebuild the indexes from the data contained in the database.Methods in org.hibernate.search.mapper.pojo.standalone.massindexing with annotations of type IncubatingModifier and TypeMethodDescriptionMassIndexer.environment(MassIndexingEnvironment environment) Sets theMassIndexingEnvironment, which can set up an environment (thread locals, ...) in mass indexing threads.MassIndexer.failureFloodingThreshold(long threshold) Sets the threshold for failures that will be reported and sent toMassIndexingFailureHandlerper indexed type. -
Uses of Incubating in org.hibernate.search.mapper.pojo.standalone.schema.management
Classes in org.hibernate.search.mapper.pojo.standalone.schema.management with annotations of type IncubatingModifier and TypeClassDescriptionenuminterfaceThe entry point for explicit schema management operations: creating indexes, dropping them, validating them, ...Methods in org.hibernate.search.mapper.pojo.standalone.schema.management with annotations of type IncubatingModifier and TypeMethodDescriptionvoidSearchSchemaManager.exportExpectedSchema(Path targetDirectory) Exports the schema represented by this schema manager as a file tree created within the provided target directory.voidSearchSchemaManager.exportExpectedSchema(SearchSchemaCollector collector) Accepts a collector that walks through schema exports created from indexes represented by this schema manager. -
Uses of Incubating in org.hibernate.search.mapper.pojo.standalone.scope
Classes in org.hibernate.search.mapper.pojo.standalone.scope with annotations of type IncubatingModifier and TypeInterfaceDescriptioninterfaceSearchScope<E>Represents a set of types and the corresponding indexes. -
Uses of Incubating in org.hibernate.search.mapper.pojo.standalone.session
Classes in org.hibernate.search.mapper.pojo.standalone.session with annotations of type IncubatingModifier and TypeInterfaceDescriptioninterfaceA Hibernate Search session, bound to a particular tenant identifier (if any), and with its own overridden settings regarding commits, refresh, etc.interface -
Uses of Incubating in org.hibernate.search.mapper.pojo.standalone.work
Classes in org.hibernate.search.mapper.pojo.standalone.work with annotations of type IncubatingModifier and TypeInterfaceDescriptioninterfaceAn interface for indexing entities in the context of a session.interfaceAn interface for indexing entities in the context of a session.interfaceThe entry point for explicit, large-scale index operations. -
Uses of Incubating in org.hibernate.search.mapper.pojo.work
Classes in org.hibernate.search.mapper.pojo.work with annotations of type IncubatingModifier and TypeInterfaceDescriptioninterfaceDetermines how the thread will block upon committing a transaction where indexed entities were modified.interfacefinal classThe names of built-in indexing plan synchronization strategies.interfaceinterfaceConfigurer implementers are responsible for specifying which types should be included/excluded from indexing.interfaceA context that helps with the indexing plan filter configuration.Methods in org.hibernate.search.mapper.pojo.work with annotations of type IncubatingModifier and TypeMethodDescriptionvoidIndexingPlanSynchronizationStrategyConfigurationContext.operationSubmitter(OperationSubmitter operationSubmitter) Set operation submitter to be applied while executing underlying plans. -
Uses of Incubating in org.hibernate.search.mapper.pojo.work.spi
Classes in org.hibernate.search.mapper.pojo.work.spi with annotations of type IncubatingMethods in org.hibernate.search.mapper.pojo.work.spi with annotations of type Incubating -
Uses of Incubating in org.hibernate.search.util.common.spi
Classes in org.hibernate.search.util.common.spi with annotations of type IncubatingModifier and TypeInterfaceDescriptioninterfaceImplemented by classes that can be rendered to a string representing a tree.interfaceAn appender for use inToStringTreeAppendable.