Interface LuceneSearchQueryOptionsStep<H,LOS>
- All Superinterfaces:
ExtendedSearchFetchable<H,,LuceneSearchResult<H>, LuceneSearchScroll<H>> LuceneSearchFetchable<H>,SearchFetchable<H>,SearchQueryFinalStep<H>,SearchQueryOptionsStep<LuceneSearchQueryOptionsStep<H,LOS>, H, LOS, LuceneSearchSortFactory, LuceneSearchAggregationFactory>
public interface LuceneSearchQueryOptionsStep<H,LOS>
extends SearchQueryOptionsStep<LuceneSearchQueryOptionsStep<H,LOS>,H,LOS,LuceneSearchSortFactory,LuceneSearchAggregationFactory>, LuceneSearchFetchable<H>
-
Method Summary
Methods inherited from interface org.hibernate.search.engine.search.query.ExtendedSearchFetchable
fetch, fetch, fetchAll, scrollMethods inherited from interface org.hibernate.search.engine.search.query.SearchFetchable
fetchAllHits, fetchHits, fetchHits, fetchSingleHit, fetchTotalHitCountMethods inherited from interface org.hibernate.search.engine.search.query.dsl.SearchQueryOptionsStep
aggregation, aggregation, failAfter, highlighter, highlighter, highlighter, highlighter, loading, routing, routing, sort, sort, totalHitCountThreshold, truncateAfter
-
Method Details
-
toQuery
LuceneSearchQuery<H> toQuery()- Specified by:
toQueryin interfaceSearchQueryFinalStep<H>
-