public interface IndexSearchDao
| Modifier and Type | Method and Description |
|---|---|
IndexSearchResponse |
indexSearch(IndexSearchRequest request,
Set<String> fields,
Set<String> match,
String bdefActiveIndex,
String tagActiveIndex)
The index search method will accept an index search request as a parameter and will return an index search result.
|
IndexSearchResponse indexSearch(IndexSearchRequest request, Set<String> fields, Set<String> match, String bdefActiveIndex, String tagActiveIndex)
request - the index search request containing the search termfields - 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 searchbdefActiveIndex - the name of the active index for business object definitionstagActiveIndex - the name os the active index for tagsCopyright © 2021. All rights reserved.