| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
MerchIndexingListener.createActionForIndexOperation(IndexOperation indexOperation)
createActionForIndexOperation is a method for retrieving the action to use when sending to Merchandising
for a given
IndexOperation. |
| Modifier and Type | Method and Description |
|---|---|
IndexOperation |
IndexedTypeFlexibleSearchQuery.getType() |
static IndexOperation |
IndexOperation.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.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<IndexOperation,IndexedTypeFlexibleSearchQuery> |
IndexedType.getFlexibleSearchQueries() |
| Modifier and Type | Method and Description |
|---|---|
void |
IndexedTypeFlexibleSearchQuery.setType(IndexOperation type) |
| Modifier and Type | Method and Description |
|---|---|
static IndexedType |
IndexedTypes.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 IndexedType |
IndexedTypes.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 IndexedType |
IndexedTypes.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) |
void |
IndexedType.setFlexibleSearchQueries(java.util.Map<IndexOperation,IndexedTypeFlexibleSearchQuery> flexibleSearchQueries) |
| Modifier and Type | Method and Description |
|---|---|
IndexOperation |
IndexerContext.getIndexOperation()
Returns the index operation.
|
IndexOperation |
IndexerBatchContext.getIndexOperation()
Returns the index operation.
|
| Modifier and Type | Method and Description |
|---|---|
T |
IndexerBatchContextFactory.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.
|
T |
IndexerContextFactory.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.
|
| Modifier and Type | Method and Description |
|---|---|
IndexOperation |
DefaultIndexerBatchContext.getIndexOperation() |
IndexOperation |
DefaultIndexerContext.getIndexOperation() |
| Modifier and Type | Method and Description |
|---|---|
DefaultIndexerContext |
DefaultIndexerContextFactory.createContext(long indexOperationId,
IndexOperation indexOperation,
boolean externalIndexOperation,
FacetSearchConfig facetSearchConfig,
IndexedType indexedType,
java.util.Collection<IndexedProperty> indexedProperties) |
DefaultIndexerBatchContext |
DefaultIndexerBatchContextFactory.createContext(long indexOperationId,
IndexOperation indexOperation,
boolean externalIndexOperation,
FacetSearchConfig facetSearchConfig,
IndexedType indexedType,
java.util.Collection<IndexedProperty> indexedProperties) |
void |
DefaultIndexerBatchContext.setIndexOperation(IndexOperation indexOperation) |
void |
DefaultIndexerContext.setIndexOperation(IndexOperation indexOperation) |
| Modifier and Type | Method and Description |
|---|---|
void |
IndexerStrategy.setIndexOperation(IndexOperation indexOperation)
Sets the index operation to be used.
|
void |
IndexerBatchStrategy.setIndexOperation(IndexOperation indexOperation)
Sets the index operation to be used
|
| Modifier and Type | Method and Description |
|---|---|
IndexOperation |
DefaultIndexerBatchStrategy.getIndexOperation() |
IndexOperation |
AbstractIndexerStrategy.getIndexOperation() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultIndexerBatchStrategy.setIndexOperation(IndexOperation indexOperation) |
void |
AbstractIndexerStrategy.setIndexOperation(IndexOperation indexOperation) |
| Modifier and Type | Method and Description |
|---|---|
IndexOperation |
IndexerWorkerParameters.getIndexOperation() |
| Modifier and Type | Method and Description |
|---|---|
void |
IndexerWorkerParameters.setIndexOperation(IndexOperation indexOperation) |
| Modifier and Type | Method and Description |
|---|---|
SolrIndexOperationModel |
SolrIndexOperationService.startOperation(SolrIndexModel index,
long id,
IndexOperation operation,
boolean external)
Starts an index operation.
|
| Modifier and Type | Method and Description |
|---|---|
SolrIndexOperationModel |
DefaultSolrIndexOperationService.startOperation(SolrIndexModel index,
long id,
IndexOperation operation,
boolean external) |
Copyright © 2018 SAP SE. All Rights Reserved.