- Search - Class in org.hibernate.search.jpa
-
Helper class that should be used when building a FullTextEntityManager
- Search - Class in org.hibernate.search
-
Helper class to get a FullTextSession
from a regular ORM session.
- SearchFactory - Interface in org.hibernate.search
-
Provide application wide operations as well as access to the underlying Lucene resources.
- SearchIntegratorHelper - Class in org.hibernate.search.orm.spi
-
- sessionWithOptions() - Method in interface org.hibernate.search.FullTextSession
-
- setCriteriaQuery(Criteria) - Method in interface org.hibernate.search.FullTextQuery
-
- setCriteriaQuery(Criteria) - Method in interface org.hibernate.search.jpa.FullTextQuery
-
Defines the Database Query used to load the Lucene results.
- setFetchSize(int) - Method in interface org.hibernate.search.FullTextQuery
-
- setFilter(Filter) - Method in interface org.hibernate.search.FullTextQuery
-
Deprecated.
- setFilter(Filter) - Method in interface org.hibernate.search.jpa.FullTextQuery
-
Deprecated.
- setFirstResult(int) - Method in interface org.hibernate.search.FullTextQuery
-
- setFirstResult(int) - Method in interface org.hibernate.search.jpa.FullTextQuery
-
- setFlushMode(FlushModeType) - Method in interface org.hibernate.search.FullTextQuery
-
- setFlushMode(FlushModeType) - Method in interface org.hibernate.search.jpa.FullTextQuery
-
- setHint(String, Object) - Method in interface org.hibernate.search.FullTextQuery
-
- setHint(String, Object) - Method in interface org.hibernate.search.jpa.FullTextQuery
-
- setMaxResults(int) - Method in interface org.hibernate.search.FullTextQuery
-
- setMaxResults(int) - Method in interface org.hibernate.search.jpa.FullTextQuery
-
- setProjection(String...) - Method in interface org.hibernate.search.FullTextQuery
-
- setProjection(String...) - Method in interface org.hibernate.search.jpa.FullTextQuery
-
Defines the Lucene field names projected and returned in a query result
Each field is converted back to it's object representation, an Object[] being returned for each "row"
(similar to an HQL or a Criteria API projection).
- setResultTransformer(ResultTransformer) - Method in interface org.hibernate.search.FullTextQuery
-
Deprecated.
- setResultTransformer(ResultTransformer) - Method in interface org.hibernate.search.jpa.FullTextQuery
-
Defines a result transformer used during projection
- setSort(Sort) - Method in interface org.hibernate.search.FullTextQuery
-
- setSort(Sort) - Method in interface org.hibernate.search.jpa.FullTextQuery
-
Allows to let lucene sort the results.
- setSpatialParameters(double, double, String) - Method in interface org.hibernate.search.FullTextQuery
-
- setSpatialParameters(Coordinates, String) - Method in interface org.hibernate.search.FullTextQuery
-
- setSpatialParameters(double, double, String) - Method in interface org.hibernate.search.jpa.FullTextQuery
-
Defines the center of the spatial search for this query to project distance in results
- setSpatialParameters(Coordinates, String) - Method in interface org.hibernate.search.jpa.FullTextQuery
-
Defines the center of the spatial search for this query to project distance in results
- setTimeout(long, TimeUnit) - Method in interface org.hibernate.search.FullTextQuery
-
- setTimeout(long, TimeUnit) - Method in interface org.hibernate.search.jpa.FullTextQuery
-
Define a timeout period for a given unit of time.
- start() - Method in interface org.hibernate.search.MassIndexer
-
Starts the indexing process in background (asynchronous).
- startAndWait() - Method in interface org.hibernate.search.MassIndexer
-
Starts the indexing process, and then block until it's finished.