| Package | Description |
|---|---|
| org.hibernate.search.query.engine | |
| org.hibernate.search.query.engine.spi | |
| org.hibernate.search.spi |
| Class and Description |
|---|
| TimeoutExceptionFactory
The internal engine will use this exception factory to
throw exceptions of an appropriate type according to a
specific API.
|
| Class and Description |
|---|
| DocumentExtractor
DocumentExtractor is a traverser over the full-text results (EntityInfo)
This operation is as lazy as possible:
- the query is executed eagerly
- results are not retrieved until actually requested
DocumentExtractor.getFirstIndex() and DocumentExtractor.getMaxIndex() define the boundaries available to DocumentExtractor.extract(int). |
| EntityInfo
Wrapper class describing the loading of an element.
|
| FacetManager
Interface defining methods around faceting.
|
| HSQuery
Defines and executes an Hibernate Search query (wrapping a Lucene query).
|
| TimeoutExceptionFactory
The internal engine will use this exception factory to
throw exceptions of an appropriate type according to a
specific API.
|
| TimeoutManager |
| TimeoutManager.Type |
| Class and Description |
|---|
| HSQuery
Defines and executes an Hibernate Search query (wrapping a Lucene query).
|
| TimeoutExceptionFactory
The internal engine will use this exception factory to
throw exceptions of an appropriate type according to a
specific API.
|
Copyright © 2006-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.