| Package | Description |
|---|---|
| de.hybris.platform.solrfacetsearch.config | |
| de.hybris.platform.solrfacetsearch.enums |
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
|
| de.hybris.platform.solrfacetsearch.model.config |
Contains generated models for each type of de.hybris.platform.solrfacetsearch.jalo.config package.
|
| Modifier and Type | Method and Description |
|---|---|
IndexMode |
IndexConfig.getIndexMode() |
| Modifier and Type | Method and Description |
|---|---|
static IndexConfig |
IndexConfigs.createIndexConfig(Collection<IndexedType> indexedTypes,
Collection<CatalogVersionModel> catalogVersions,
Collection<LanguageModel> languages,
Collection<CurrencyModel> currencies,
String exportPath,
int batchSize,
int numberOfThreads,
IndexMode indexMode,
boolean enabledLanguageFallbackMechanism) |
void |
IndexConfig.setIndexMode(IndexMode indexMode) |
| Modifier and Type | Method and Description |
|---|---|
static IndexMode |
IndexMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexMode[] |
IndexMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
IndexMode |
SolrIndexConfigModel.getIndexMode()
Generated method - Getter of the
SolrIndexConfig.indexMode attribute defined at extension solrfacetsearch. |
| Modifier and Type | Method and Description |
|---|---|
void |
SolrIndexConfigModel.setIndexMode(IndexMode value)
Generated method - Setter of
SolrIndexConfig.indexMode attribute defined at extension solrfacetsearch. |
Copyright © 2017 SAP SE. All Rights Reserved.