public interface IndexerQueriesExecutor
| Modifier and Type | Method and Description |
|---|---|
List<ItemModel> |
getItems(FacetSearchConfig facetSearchConfig,
IndexedType indexedType,
Collection<PK> pks)
Gets the model instances based on a list of pks.
|
List<PK> |
getPks(FacetSearchConfig facetSearchConfig,
IndexedType indexedType,
String query,
Map<String,Object> queryParameters)
Gets the pks of all the items that will be indexed.
|
List<PK> getPks(FacetSearchConfig facetSearchConfig, IndexedType indexedType, String query, Map<String,Object> queryParameters) throws IndexerException
facetSearchConfig - - the facet search configurationindexedType - - the indexed typequery - - a string representing the queryqueryParameters - - the parameters for the queryIndexerException - in case of errorList<ItemModel> getItems(FacetSearchConfig facetSearchConfig, IndexedType indexedType, Collection<PK> pks) throws IndexerException
facetSearchConfig - - the facet search configurationindexedType - - the indexed typepks - - the list of pksIndexerException - in case of errorCopyright © 2017 SAP SE. All Rights Reserved.