Uses of Enum Class
de.hybris.platform.solrfacetsearch.config.IndexOperation
Packages that use IndexOperation
Package
Description
-
Uses of IndexOperation in com.hybris.merchandising.indexer.listeners
Methods in com.hybris.merchandising.indexer.listeners with parameters of type IndexOperationModifier and TypeMethodDescriptionprotected StringMerchIndexingListener.createActionForIndexOperation(IndexOperation indexOperation) createActionForIndexOperation is a method for retrieving the action to use when sending to Merchandising for a givenIndexOperation. -
Uses of IndexOperation in com.hybris.merchandising.service.impl
Methods in com.hybris.merchandising.service.impl with parameters of type IndexOperationModifier and TypeMethodDescriptionprotected StringDefaultMerchCatalogService.createActionForIndexOperation(IndexOperation indexOperation) createActionForIndexOperation is a method for retrieving the action to use when sending to Merchandising for a givenIndexOperation. -
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 TypeMethodDescriptionstatic IndexedTypeIndexedTypes.createIndexedType(ComposedTypeModel composedType, boolean variant, Collection<IndexedProperty> indexedProperties, Map<IndexOperation, IndexedTypeFlexibleSearchQuery> flexibleSearchQueries, String identityProvider, String modelLoader, Set<String> typeFacets, String fieldsValuesProvider, String indexName) static IndexedTypeIndexedTypes.createIndexedType(ComposedTypeModel composedType, boolean variant, Collection<IndexedProperty> indexedProperties, Map<IndexOperation, IndexedTypeFlexibleSearchQuery> flexibleSearchQueries, String identityProvider, String modelLoader, Set<String> typeFacets, String fieldsValuesProvider, String indexName, String indexNameFromConfig) static IndexedTypeIndexedTypes.createIndexedType(ComposedTypeModel composedType, boolean variant, Collection<IndexedProperty> indexedProperties, Map<IndexOperation, IndexedTypeFlexibleSearchQuery> flexibleSearchQueries, String identityProvider, String modelLoader, Set<String> typeFacets, String fieldsValuesProvider, String indexName, String indexNameFromConfig, String solrResultConverter) voidIndexedType.setFlexibleSearchQueries(Map<IndexOperation, IndexedTypeFlexibleSearchQuery> flexibleSearchQueries) -
Uses of IndexOperation in de.hybris.platform.solrfacetsearch.indexer
Methods in de.hybris.platform.solrfacetsearch.indexer that return IndexOperationModifier and TypeMethodDescriptionIndexerBatchContext.getIndexOperation()Returns the index operation.IndexerContext.getIndexOperation()Returns the index operation.Methods in de.hybris.platform.solrfacetsearch.indexer with parameters of type IndexOperationModifier and TypeMethodDescriptionIndexerBatchContextFactory.createContext(long indexOperationId, IndexOperation indexOperation, boolean externalIndexOperation, FacetSearchConfig facetSearchConfig, IndexedType indexedType, Collection<IndexedProperty> indexedProperties) Creates a new indexer batch context and sets it as current one.IndexerContextFactory.createContext(long indexOperationId, IndexOperation indexOperation, boolean externalIndexOperation, FacetSearchConfig facetSearchConfig, IndexedType indexedType, Collection<IndexedProperty> indexedProperties) Creates a new indexer context and sets it as the current one. -
Uses of IndexOperation in de.hybris.platform.solrfacetsearch.indexer.impl
Methods in de.hybris.platform.solrfacetsearch.indexer.impl that return IndexOperationModifier and TypeMethodDescriptionDefaultIndexerBatchContext.getIndexOperation()DefaultIndexerContext.getIndexOperation()Methods in de.hybris.platform.solrfacetsearch.indexer.impl with parameters of type IndexOperationModifier and TypeMethodDescriptionDefaultIndexerBatchContextFactory.createContext(long indexOperationId, IndexOperation indexOperation, boolean externalIndexOperation, FacetSearchConfig facetSearchConfig, IndexedType indexedType, Collection<IndexedProperty> indexedProperties) DefaultIndexerContextFactory.createContext(long indexOperationId, IndexOperation indexOperation, boolean externalIndexOperation, FacetSearchConfig facetSearchConfig, IndexedType indexedType, Collection<IndexedProperty> indexedProperties) voidDefaultIndexerBatchContext.setIndexOperation(IndexOperation indexOperation) voidDefaultIndexerContext.setIndexOperation(IndexOperation indexOperation) -
Uses of IndexOperation in de.hybris.platform.solrfacetsearch.indexer.strategies
Methods in de.hybris.platform.solrfacetsearch.indexer.strategies with parameters of type IndexOperationModifier and TypeMethodDescriptionvoidIndexerBatchStrategy.setIndexOperation(IndexOperation indexOperation) Sets the index operation to be usedvoidIndexerStrategy.setIndexOperation(IndexOperation indexOperation) Sets the index operation to be used. -
Uses of IndexOperation in de.hybris.platform.solrfacetsearch.indexer.strategies.impl
Methods in de.hybris.platform.solrfacetsearch.indexer.strategies.impl that return IndexOperationModifier and TypeMethodDescriptionAbstractIndexerStrategy.getIndexOperation()DefaultIndexerBatchStrategy.getIndexOperation()Methods in de.hybris.platform.solrfacetsearch.indexer.strategies.impl with parameters of type IndexOperationModifier and TypeMethodDescriptionvoidAbstractIndexerStrategy.setIndexOperation(IndexOperation indexOperation) voidDefaultIndexerBatchStrategy.setIndexOperation(IndexOperation indexOperation) -
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) -
Uses of IndexOperation in de.hybris.platform.solrfacetsearch.solr
Methods in de.hybris.platform.solrfacetsearch.solr with parameters of type IndexOperationModifier and TypeMethodDescriptionSolrIndexOperationService.startOperation(SolrIndexModel index, long id, IndexOperation operation, boolean external) Starts an index operation. -
Uses of IndexOperation in de.hybris.platform.solrfacetsearch.solr.impl
Methods in de.hybris.platform.solrfacetsearch.solr.impl with parameters of type IndexOperationModifier and TypeMethodDescriptionDefaultSolrIndexOperationService.startOperation(SolrIndexModel index, long id, IndexOperation operation, boolean external)