Interface SearchQueryImplementor<H>
- Type Parameters:
H
- The type of query hits.
- All Superinterfaces:
SearchFetchable<H>
,SearchQuery<H>
- All Known Implementing Classes:
AbstractSearchQuery
Defines the "service program contract" for
SearchQuery
.
Methods on SearchQuery
are not supposed to change the internal state of the instance.
Methods here can do that.
-
Method Summary
Methods inherited from interface org.hibernate.search.engine.search.query.SearchFetchable
fetch, fetch, fetchAll, fetchAllHits, fetchHits, fetchHits, fetchSingleHit, fetchTotalHitCount, scroll
Methods inherited from interface org.hibernate.search.engine.search.query.SearchQuery
extension, queryString
-
Method Details
-
failAfter
Deprecated. -
failAfter
-