public interface IndexSearchService
| Modifier and Type | Method and Description |
|---|---|
IndexSearchResponse |
indexSearch(IndexSearchRequest request,
Set<String> fields,
Set<String> match)
The index indexSearch method will take as parameters an index indexSearch request that contains a indexSearch term string, and a set of field strings.
|
IndexSearchResponse indexSearch(IndexSearchRequest request, Set<String> fields, Set<String> match)
request - the index indexSearch request that contains a indexSearch term stringfields - the set of fields that are to be returned in the index indexSearch responsematch - the set of match fields that are to be searched upon in the index searchCopyright © 2021. All rights reserved.