Uses of Class
de.hybris.platform.solrfacetsearch.enums.IndexMode
-
Packages that use IndexMode 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. -
-
Uses of IndexMode in de.hybris.platform.solrfacetsearch.config
Methods in de.hybris.platform.solrfacetsearch.config that return IndexMode Modifier and Type Method Description IndexModeIndexConfig. getIndexMode()Methods in de.hybris.platform.solrfacetsearch.config with parameters of type IndexMode Modifier and Type Method Description static IndexConfigIndexConfigs. createIndexConfig(java.util.Collection<IndexedType> indexedTypes, java.util.Collection<CatalogVersionModel> catalogVersions, java.util.Collection<LanguageModel> languages, java.util.Collection<CurrencyModel> currencies, java.lang.String exportPath, int batchSize, int numberOfThreads, IndexMode indexMode, boolean enabledLanguageFallbackMechanism)voidIndexConfig. setIndexMode(IndexMode indexMode) -
Uses of IndexMode in de.hybris.platform.solrfacetsearch.enums
Methods in de.hybris.platform.solrfacetsearch.enums that return IndexMode Modifier and Type Method Description static IndexModeIndexMode. valueOf(java.lang.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. -
Uses of IndexMode in de.hybris.platform.solrfacetsearch.model.config
Methods in de.hybris.platform.solrfacetsearch.model.config that return IndexMode Modifier and Type Method Description IndexModeSolrIndexConfigModel. getIndexMode()Generated method - Getter of theSolrIndexConfig.indexModeattribute defined at extensionsolrfacetsearch.Methods in de.hybris.platform.solrfacetsearch.model.config with parameters of type IndexMode Modifier and Type Method Description voidSolrIndexConfigModel. setIndexMode(IndexMode value)Generated method - Setter ofSolrIndexConfig.indexModeattribute defined at extensionsolrfacetsearch.
-