| Package | Description |
|---|---|
| de.hybris.platform.solrfacetsearch.enums |
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
|
| de.hybris.platform.solrfacetsearch.search | |
| de.hybris.platform.solrfacetsearch.search.impl |
| Modifier and Type | Field and Description |
|---|---|
static ConverterType |
ConverterType.COCKPIT
Generated enum value for ConverterType.COCKPIT declared at extension solrfacetsearch.
|
static ConverterType |
ConverterType.CUSTOMER_SERVICE
Generated enum value for ConverterType.CUSTOMER_SERVICE declared at extension solrfacetsearch.
|
static ConverterType |
ConverterType.DEFAULT
Generated enum value for ConverterType.DEFAULT declared at extension solrfacetsearch.
|
static ConverterType |
ConverterType.STOREFRONT
Generated enum value for ConverterType.STOREFRONT declared at extension solrfacetsearch.
|
| Modifier and Type | Method and Description |
|---|---|
static ConverterType |
ConverterType.valueOf(String code)
Returns a ConverterType instance representing the specified enum value.
|
| Modifier and Type | Method and Description |
|---|---|
<T> List<T> |
SearchResult.getResultData(ConverterType converterType)
Returns SOLR results in form of a simple data objects (DTO's)
|
| Modifier and Type | Method and Description |
|---|---|
protected Converter |
SolrSearchResult.getConverter(ConverterType converterType) |
Converter |
SearchResultConverters.getConverter(String indexedTypeCode,
ConverterType converterType)
Returns converter for type code and type
|
Converter |
ConvertersMapping.getConverterForType(ConverterType converterType)
Returns converter for specific type
|
<T> List<T> |
SolrSearchResult.getResultData(ConverterType converterType) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConvertersMapping.setConverters(Map<ConverterType,Converter> converters) |
Copyright © 2017 SAP SE. All Rights Reserved.