T - The type of results.public interface IndexSearchQuery<T>
| Modifier and Type | Method and Description |
|---|---|
default IndexSearchResult<T> |
fetch() |
IndexSearchResult<T> |
fetch(Long limit,
Long offset) |
long |
fetchTotalHitCount() |
String |
getQueryString() |
default IndexSearchResult<T> fetch()
IndexSearchResult<T> fetch(Long limit, Long offset)
long fetchTotalHitCount()
String getQueryString()
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.