public interface IndexerQueriesExecutor
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ItemModel> |
getItems(FacetSearchConfig facetSearchConfig,
IndexedType indexedType,
java.util.Collection<PK> pks)
Gets the model instances based on a list of pks.
|
java.util.List<PK> |
getPks(FacetSearchConfig facetSearchConfig,
IndexedType indexedType,
java.lang.String query,
java.util.Map<java.lang.String,java.lang.Object> queryParameters)
Gets the pks of all the items that will be indexed.
|
java.util.List<PK> getPks(FacetSearchConfig facetSearchConfig, IndexedType indexedType, java.lang.String query, java.util.Map<java.lang.String,java.lang.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 errorjava.util.List<ItemModel> getItems(FacetSearchConfig facetSearchConfig, IndexedType indexedType, java.util.Collection<PK> pks) throws IndexerException
facetSearchConfig - - the facet search configurationindexedType - - the indexed typepks - - the list of pksIndexerException - in case of errorCopyright © 2018 SAP SE. All Rights Reserved.