Uses of Class
de.hybris.platform.solrfacetsearch.config.IndexOperation
-
-
Uses of IndexOperation in com.hybris.merchandising.indexer.listeners
Methods in com.hybris.merchandising.indexer.listeners with parameters of type IndexOperation Modifier and Type Method Description protected java.lang.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 IndexOperation Modifier and Type Method Description protected java.lang.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 IndexOperation Modifier and Type Method Description IndexOperationIndexedTypeFlexibleSearchQuery. getType()static IndexOperationIndexOperation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IndexOperation[]IndexOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.hybris.platform.solrfacetsearch.config that return types with arguments of type IndexOperation Modifier and Type Method Description java.util.Map<IndexOperation,IndexedTypeFlexibleSearchQuery>IndexedType. getFlexibleSearchQueries()Methods in de.hybris.platform.solrfacetsearch.config with parameters of type IndexOperation Modifier and Type Method Description voidIndexedTypeFlexibleSearchQuery. setType(IndexOperation type)Method parameters in de.hybris.platform.solrfacetsearch.config with type arguments of type IndexOperation Modifier and Type Method Description static IndexedTypeIndexedTypes. createIndexedType(ComposedTypeModel composedType, boolean variant, java.util.Collection<IndexedProperty> indexedProperties, java.util.Map<IndexOperation,IndexedTypeFlexibleSearchQuery> flexibleSearchQueries, java.lang.String identityProvider, java.lang.String modelLoader, java.util.Set<java.lang.String> typeFacets, java.lang.String fieldsValuesProvider, java.lang.String indexName)static IndexedTypeIndexedTypes. createIndexedType(ComposedTypeModel composedType, boolean variant, java.util.Collection<IndexedProperty> indexedProperties, java.util.Map<IndexOperation,IndexedTypeFlexibleSearchQuery> flexibleSearchQueries, java.lang.String identityProvider, java.lang.String modelLoader, java.util.Set<java.lang.String> typeFacets, java.lang.String fieldsValuesProvider, java.lang.String indexName, java.lang.String indexNameFromConfig)static IndexedTypeIndexedTypes. createIndexedType(ComposedTypeModel composedType, boolean variant, java.util.Collection<IndexedProperty> indexedProperties, java.util.Map<IndexOperation,IndexedTypeFlexibleSearchQuery> flexibleSearchQueries, java.lang.String identityProvider, java.lang.String modelLoader, java.util.Set<java.lang.String> typeFacets, java.lang.String fieldsValuesProvider, java.lang.String indexName, java.lang.String indexNameFromConfig, java.lang.String solrResultConverter)voidIndexedType. setFlexibleSearchQueries(java.util.Map<IndexOperation,IndexedTypeFlexibleSearchQuery> flexibleSearchQueries) -
Uses of IndexOperation in de.hybris.platform.solrfacetsearch.indexer
Methods in de.hybris.platform.solrfacetsearch.indexer that return IndexOperation Modifier and Type Method Description IndexOperationIndexerBatchContext. getIndexOperation()Returns the index operation.IndexOperationIndexerContext. getIndexOperation()Returns the index operation.Methods in de.hybris.platform.solrfacetsearch.indexer with parameters of type IndexOperation Modifier and Type Method Description TIndexerBatchContextFactory. createContext(long indexOperationId, IndexOperation indexOperation, boolean externalIndexOperation, FacetSearchConfig facetSearchConfig, IndexedType indexedType, java.util.Collection<IndexedProperty> indexedProperties)Creates a new indexer batch context and sets it as current one.TIndexerContextFactory. createContext(long indexOperationId, IndexOperation indexOperation, boolean externalIndexOperation, FacetSearchConfig facetSearchConfig, IndexedType indexedType, java.util.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 IndexOperation Modifier and Type Method Description IndexOperationDefaultIndexerBatchContext. getIndexOperation()IndexOperationDefaultIndexerContext. getIndexOperation()Methods in de.hybris.platform.solrfacetsearch.indexer.impl with parameters of type IndexOperation Modifier and Type Method Description DefaultIndexerBatchContextDefaultIndexerBatchContextFactory. createContext(long indexOperationId, IndexOperation indexOperation, boolean externalIndexOperation, FacetSearchConfig facetSearchConfig, IndexedType indexedType, java.util.Collection<IndexedProperty> indexedProperties)DefaultIndexerContextDefaultIndexerContextFactory. createContext(long indexOperationId, IndexOperation indexOperation, boolean externalIndexOperation, FacetSearchConfig facetSearchConfig, IndexedType indexedType, java.util.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 IndexOperation Modifier and Type Method Description voidIndexerBatchStrategy. 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 IndexOperation Modifier and Type Method Description IndexOperationAbstractIndexerStrategy. getIndexOperation()IndexOperationDefaultIndexerBatchStrategy. getIndexOperation()Methods in de.hybris.platform.solrfacetsearch.indexer.strategies.impl with parameters of type IndexOperation Modifier and Type Method Description voidAbstractIndexerStrategy. 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 IndexOperation Modifier and Type Method Description IndexOperationIndexerWorkerParameters. getIndexOperation()Methods in de.hybris.platform.solrfacetsearch.indexer.workers with parameters of type IndexOperation Modifier and Type Method Description voidIndexerWorkerParameters. setIndexOperation(IndexOperation indexOperation) -
Uses of IndexOperation in de.hybris.platform.solrfacetsearch.solr
Methods in de.hybris.platform.solrfacetsearch.solr with parameters of type IndexOperation Modifier and Type Method Description SolrIndexOperationModelSolrIndexOperationService. 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 IndexOperation Modifier and Type Method Description SolrIndexOperationModelDefaultSolrIndexOperationService. startOperation(SolrIndexModel index, long id, IndexOperation operation, boolean external)
-