Interface | Description |
---|---|
FullTextQuery |
The base interface for full-text queries using the Hibernate ORM API (
Query ). |
FullTextSession |
Extends the Hibernate
Session with fulltext search and indexing capabilities. |
FullTextSharedSessionBuilder | |
MassIndexer |
A MassIndexer is useful to rebuild the indexes from the
data contained in the database.
|
SearchFactory |
Provide application wide operations as well as access to the underlying Lucene resources.
|
Class | Description |
---|---|
Search |
Helper class to get a
FullTextSession from a regular ORM session. |
Copyright © 2019 JBoss by Red Hat. All rights reserved.