Uses of Interface
org.hibernate.search.engine.search.query.SearchResult
Packages that use SearchResult
Package
Description
-
Uses of SearchResult in org.hibernate.search.engine.search.query
Classes in org.hibernate.search.engine.search.query with type parameters of type SearchResultModifier and TypeInterfaceDescriptioninterfaceExtendedSearchFetchable<H,R extends SearchResult<H>, SC extends SearchScroll<H>> A base interface for subtypes ofSearchFetchableallowing to easily override the result type for all relevant methods.interfaceExtendedSearchQuery<H,R extends SearchResult<H>, SC extends SearchScroll<H>> A base interface for subtypes ofSearchQueryallowing to easily override the result type for all relevant methods.Methods in org.hibernate.search.engine.search.query that return SearchResultModifier and TypeMethodDescriptionExecute the query and return theSearchResult, limiting tolimithits.SearchFetchable.fetchAll()Execute the query and return theSearchResult, including all hits, without any sort of limit. -
Uses of SearchResult in org.hibernate.search.engine.search.query.dsl.spi
Classes in org.hibernate.search.engine.search.query.dsl.spi with type parameters of type SearchResultModifier and TypeClassDescriptionclassAbstractExtendedSearchQueryOptionsStep<SR,S extends SearchQueryOptionsStep<SR, S, H, LOS, SF, AF>, H, R extends SearchResult<H>, SCR extends SearchScroll<H>, LOS, PDF extends TypedSearchPredicateFactory<SR>, SF extends TypedSearchSortFactory<SR>, AF extends TypedSearchAggregationFactory<SR>, SC extends SearchQueryIndexScope<SR, ?>> Methods in org.hibernate.search.engine.search.query.dsl.spi that return SearchResult -
Uses of SearchResult in org.hibernate.search.engine.search.query.spi
Classes in org.hibernate.search.engine.search.query.spi with type parameters of type SearchResultModifier and TypeClassDescriptionclassAbstractSearchQuery<H,R extends SearchResult<H>> An abstract base for implementations ofSearchQuery.Classes in org.hibernate.search.engine.search.query.spi that implement SearchResult