@Repository public class IndexSearchDaoImpl extends Object implements IndexSearchDao
| Constructor and Description |
|---|
IndexSearchDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
IndexSearchResponse |
indexSearch(IndexSearchRequest indexSearchRequest,
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.
|
public IndexSearchResponse indexSearch(IndexSearchRequest indexSearchRequest, Set<String> fields, Set<String> match, String bdefActiveIndex, String tagActiveIndex)
IndexSearchDaoindexSearch in interface IndexSearchDaoindexSearchRequest - 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 © 2019. All rights reserved.