| Package | Description |
|---|---|
| org.hibernate.search.engine.search.query | |
| org.hibernate.search.engine.search.query.dsl.spi | |
| org.hibernate.search.engine.search.query.spi |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExtendedSearchFetchable<H,R extends SearchResult<H>>
A base interface for subtypes of
SearchFetchable allowing to
easily override the result type for all relevant methods. |
interface |
ExtendedSearchQuery<H,R extends SearchResult<H>>
A base interface for subtypes of
SearchQuery allowing to
easily override the result type for all relevant methods. |
| Modifier and Type | Method and Description |
|---|---|
SearchResult<H> |
SearchFetchable.fetch(Integer limit)
Execute the query and return the
SearchResult,
limiting to limit hits. |
SearchResult<H> |
SearchFetchable.fetch(Integer offset,
Integer limit)
|
SearchResult<H> |
SearchFetchable.fetchAll()
Execute the query and return the
SearchResult,
including all hits, without any sort of limit. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractExtendedSearchQueryOptionsStep<S extends SearchQueryOptionsStep<S,H,SF,AF>,H,R extends SearchResult<H>,PDF extends SearchPredicateFactory,SF extends SearchSortFactory,AF extends SearchAggregationFactory,C> |
| Modifier and Type | Method and Description |
|---|---|
SearchResult<H> |
AbstractSearchQueryOptionsStep.fetch(Integer limit) |
SearchResult<H> |
AbstractSearchQueryOptionsStep.fetch(Integer offset,
Integer limit) |
SearchResult<H> |
AbstractSearchQueryOptionsStep.fetchAll() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSearchQuery<H,R extends SearchResult<H>>
An abstract base for implementations of
SearchQuery. |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleSearchResult<H> |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.