| Modifier and Type | Method and Description |
|---|---|
SearchResponse |
ElasticSearch.search(Search search,
SearchParams params,
String... index) |
| Modifier and Type | Method and Description |
|---|---|
SearchResponse |
SearchClient.search(Search criteria,
SearchParams params,
String... index) |
| Modifier and Type | Method and Description |
|---|---|
com.linecorp.armeria.common.HttpRequest |
SearchFactory.search(Search search,
SearchParams params,
String... index)
Returns a request to search documents.
|
| Modifier and Type | Method and Description |
|---|---|
com.linecorp.armeria.common.HttpRequest |
CommonSearchFactory.search(Search search,
SearchParams params,
String... indices) |
| Modifier and Type | Method and Description |
|---|---|
SearchParams |
SearchParams.allowNoIndices(boolean allowNoIndices) |
SearchParams |
SearchParams.expandWildcards(String wildcards) |
SearchParams |
SearchParams.ignoreUnavailable(boolean ignoreUnavailable) |
SearchParams |
SearchParams.scroll(Duration contextRetention) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.