Uses of Enum Class
de.hybris.platform.solrfacetsearch.config.IndexOperation
Packages that use IndexOperation
Package
Description
-
Uses of IndexOperation in de.hybris.platform.solrfacetsearch.config
Methods in de.hybris.platform.solrfacetsearch.config that return IndexOperationModifier and TypeMethodDescriptionIndexedTypeFlexibleSearchQuery.getType()static IndexOperationReturns the enum constant of this class with the specified name.static IndexOperation[]IndexOperation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.hybris.platform.solrfacetsearch.config that return types with arguments of type IndexOperationMethods in de.hybris.platform.solrfacetsearch.config with parameters of type IndexOperationModifier and TypeMethodDescriptionvoidIndexedTypeFlexibleSearchQuery.setType(IndexOperation type) Method parameters in de.hybris.platform.solrfacetsearch.config with type arguments of type IndexOperationModifier and TypeMethodDescriptionvoidIndexedType.setFlexibleSearchQueries(Map<IndexOperation, IndexedTypeFlexibleSearchQuery> flexibleSearchQueries) -
Uses of IndexOperation in de.hybris.platform.solrfacetsearch.indexer.workers
Methods in de.hybris.platform.solrfacetsearch.indexer.workers that return IndexOperationMethods in de.hybris.platform.solrfacetsearch.indexer.workers with parameters of type IndexOperationModifier and TypeMethodDescriptionvoidIndexerWorkerParameters.setIndexOperation(IndexOperation indexOperation)