public interface SearchIndexHelperService
| Modifier and Type | Method and Description |
|---|---|
AdminClient |
getAdminClient()
Gets a search index client to perform administrative actions/operations against the cluster or the indices.
|
Future<Void> |
indexAllBusinessObjectDefinitions(SearchIndexKey searchIndexKey,
String documentType)
Indexes all business object definitions defined in the system.
|
Future<Void> |
indexAllTags(SearchIndexKey searchIndexKey,
String documentType)
Indexes all tags defined in the system.
|
AdminClient getAdminClient()
Future<Void> indexAllBusinessObjectDefinitions(SearchIndexKey searchIndexKey, String documentType)
searchIndexKey - the key of the search indexdocumentType - the document typeFuture<Void> indexAllTags(SearchIndexKey searchIndexKey, String documentType)
searchIndexKey - the key of the search indexdocumentType - the document typeCopyright © 2017. All rights reserved.