public interface IndexedTypeFieldsValuesProvider
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getFacets()
Returns set of facets names that are provided.
|
Map<String,String> |
getFieldNamesMapping()
Returns field to index field names mapping for the properties provided.
|
Collection<FieldValue> |
getFieldValues(IndexConfig indexConfig,
Object model)
Returns a collection of
FieldValue of a given model that are fetched from it based on the indexConfig and
customized implemented logic. |
Collection<FieldValue> getFieldValues(IndexConfig indexConfig, Object model) throws FieldValueProviderException
FieldValue of a given model that are fetched from it based on the indexConfig and
customized implemented logic. Supports multi-language and multi-currencies.indexConfig - model - FieldValue>FieldValueProviderExceptionCopyright © 2017 SAP SE. All Rights Reserved.