Package | Description |
---|---|
org.hibernate.search.bridge | |
org.hibernate.search.engine.service.classloading.spi |
The class loading service SPI.
|
org.hibernate.search.exception | |
org.hibernate.search.query.engine |
Modifier and Type | Class and Description |
---|---|
class |
BridgeException
Exceptions thrown in a bridge are wrapped in BridgeException
The BridgeException message provides useful contextual information
to the developers.
|
Modifier and Type | Class and Description |
---|---|
class |
ClassLoadingException
Indicates a problem performing class loading.
|
Modifier and Type | Class and Description |
---|---|
class |
EmptyQueryException
This Exception is thrown when an empty TermQuery (keyword query) is created,
or if any string query only returns whitespace after applying Analyzers.
|
Modifier and Type | Class and Description |
---|---|
class |
QueryTimeoutException
Represent a timeout during a Fulltext search in the HSQuery.
|
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.