Interface SearchQueryImplementor<H>
-
- Type Parameters:
H
- The type of query hits.
- All Superinterfaces:
SearchFetchable<H>
,SearchQuery<H>
- All Known Implementing Classes:
AbstractSearchQuery
public interface SearchQueryImplementor<H> extends SearchQuery<H>
Defines the "service program contract" forSearchQuery
.Methods on
SearchQuery
are not supposed to change the internal state of the instance. Methods here can do that.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
failAfter(long timeout, TimeUnit timeUnit)
-
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 Detail
-
failAfter
void failAfter(long timeout, TimeUnit timeUnit)
-
-