Uses of Class
org.hibernate.search.util.common.SearchException
Packages that use SearchException
Package
Description
-
Uses of SearchException in org.hibernate.search.engine.backend.document.model.spi
Methods in org.hibernate.search.engine.backend.document.model.spi that return SearchExceptionModifier and TypeMethodDescriptionAbstractIndexNode.cannotUseQueryElement
(SearchQueryElementTypeKey<?> key, String hint, Exception causeOrNull) -
Uses of SearchException in org.hibernate.search.engine.common.tree.spi
Method parameters in org.hibernate.search.engine.common.tree.spi with type arguments of type SearchExceptionModifier 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
Subclasses of SearchException in org.hibernate.search.engine.environment.bean.spi -
Uses of SearchException in org.hibernate.search.engine.environment.classpath.spi
Subclasses of SearchException in org.hibernate.search.engine.environment.classpath.spiModifier and TypeClassDescriptionclass
Indicates a problem performing class loading. -
Uses of SearchException in org.hibernate.search.engine.search.common.spi
Methods in org.hibernate.search.engine.search.common.spi that return SearchExceptionModifier 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) MapNamedValues.NamedValueIncorrectType.exception
(String name, Class<?> expectedType, Class<?> actualType) Method parameters in org.hibernate.search.engine.search.common.spi with type arguments of type SearchExceptionModifier and TypeMethodDescriptionstatic NamedValues
Create a simple instance ofNamedValues
backed by amap
. -
Uses of SearchException in org.hibernate.search.engine.search.predicate.spi
Constructor parameters in org.hibernate.search.engine.search.predicate.spi with type arguments of type SearchExceptionModifierConstructorDescriptionNamedValuesBasedPredicateDefinitionContext
(SearchPredicateFactory<SR> factory, Map<String, Object> params, Function<String, SearchException> namedValueMissing) -
Uses of SearchException in org.hibernate.search.engine.search.projection.spi
Method parameters in org.hibernate.search.engine.search.projection.spi with type arguments of type SearchExceptionModifier and TypeMethodDescription<T> SearchProjection
<T> SearchProjectionBuilderFactory.throwing
(Supplier<SearchException> exceptionSupplier) -
Uses of SearchException in org.hibernate.search.mapper.orm.tenancy.spi
Methods in org.hibernate.search.mapper.orm.tenancy.spi that return SearchException -
Uses of SearchException in org.hibernate.search.util.common
Subclasses of SearchException in org.hibernate.search.util.commonModifier and TypeClassDescriptionclass
Represent a timeout during a Hibernate Search operation. -
Uses of SearchException in org.hibernate.search.util.common.data.spi
Method parameters in org.hibernate.search.util.common.data.spi with type arguments of type SearchExceptionModifier and TypeMethodDescriptionstatic <K,
V> KeyValueProvider <K, V> KeyValueProvider.create
(Map<K, ? extends V> content, BiFunction<? super K, ? super Set<K>, SearchException> missingValueExceptionFactory) static <K,
V> KeyValueProvider <K, V> KeyValueProvider.create
(Map<K, ? extends V> content, BiFunction<? super K, ? super Set<K>, SearchException> singleMissingValueExceptionFactory, BiFunction<? super Set<K>, ? super Set<K>, SearchException> multiMissingValueExceptionFactory) static <K,
V> KeyValueProvider <K, V> KeyValueProvider.createWithMultiKeyException
(Map<K, ? extends V> content, BiFunction<? super Set<K>, ? super Set<K>, SearchException> missingValueExceptionFactory) Constructor parameters in org.hibernate.search.util.common.data.spi with type arguments of type SearchExceptionModifierConstructorDescriptionKeyValueProvider
(Map<K, ? extends V> content, BiFunction<? super K, ? super Set<K>, SearchException> singleMissingValueExceptionFactory)