Uses of Class
org.hibernate.search.util.common.SearchException
Package
Description
-
Uses of SearchException in org.hibernate.search.engine.backend.document.model.spi
Modifier and TypeMethodDescriptionAbstractIndexNode.cannotUseQueryElement
(SearchQueryElementTypeKey<?> key, String hint, Exception causeOrNull) -
Uses of SearchException in org.hibernate.search.engine.common.tree.spi
Modifier and TypeMethodDescription<T> Optional<T>
TreeNestingContext.nestComposed
(MappingElement mappingElement, String relativePrefix, TreeFilterDefinition definition, TreeFilterPathTracker pathTracker, TreeNestingContext.NestedContextBuilder<T> contextBuilder, BiFunction<MappingElement, String, SearchException> cyclicRecursionExceptionFactory) Creates a nested context within this context, composing the given filter within this context's filter. -
Uses of SearchException in org.hibernate.search.engine.environment.bean.spi
-
Uses of SearchException in org.hibernate.search.engine.environment.classpath.spi
Modifier and TypeClassDescriptionclass
Indicates a problem performing class loading. -
Uses of SearchException in org.hibernate.search.engine.search.common.spi
Modifier and TypeMethodDescriptionAbstractMultiIndexSearchIndexNodeContext.cannotUseQueryElement
(SearchQueryElementTypeKey<?> key, String hint, Exception causeOrNull) SearchIndexNodeContext.cannotUseQueryElement
(SearchQueryElementTypeKey<?> key, String hint, Exception causeOrNull) <T,
SC extends SearchIndexScope<?>, N extends SearchIndexNodeContext<SC>>
SearchExceptionSearchIndexSchemaElementContextHelper.cannotUseQueryElement
(SearchQueryElementTypeKey<T> key, N node, String hint, Exception causeOrNull) -
Uses of SearchException in org.hibernate.search.engine.search.projection.spi
Modifier and TypeMethodDescription<T> SearchProjection<T>
SearchProjectionBuilderFactory.throwing
(Supplier<SearchException> exceptionSupplier) -
Uses of SearchException in org.hibernate.search.mapper.orm.tenancy.spi
-
Uses of SearchException in org.hibernate.search.util.common
Modifier and TypeClassDescriptionclass
Represent a timeout during a Hibernate Search operation. -
Uses of SearchException in org.hibernate.search.util.common.data.spi
ModifierConstructorDescriptionKeyValueProvider
(Map<K, ? extends V> content, BiFunction<? super K, ? super Set<K>, SearchException> missingValueExceptionFactory)