| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractBackofficeSolrIndexerJob.synchronizeIndexForConfig(SolrFacetSearchConfigModel config,
java.util.List<SolrModifiedItemModel> items)
Deprecated.
|
protected void |
BackofficeSolrIndexerDeleteJob.synchronizeIndexForType(FacetSearchConfig facetSearchConfig,
IndexedType type,
java.util.Collection<PK> pks)
Deprecated.
|
protected abstract void |
AbstractBackofficeSolrIndexerJob.synchronizeIndexForType(FacetSearchConfig facetSearchConfig,
IndexedType type,
java.util.Collection<PK> pks)
Deprecated.
|
protected void |
BackofficeSolrIndexerUpdateJob.synchronizeIndexForType(FacetSearchConfig facetSearchConfig,
IndexedType type,
java.util.Collection<PK> pks)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
IndexerStrategy |
BackofficeIndexerStrategyFactory.createIndexerStrategy(FacetSearchConfig facetSearchConfig)
Check whether custom
IndexerStrategy should be used (specified as name BackofficeIndexerStrategyFactory.indexerStrategyBeanName)
by checking if BackofficeSolrSearch is configured for given name.If it is not, DefaultIndexerStrategyFactory is used for IndexerStrategy creation. |
protected void |
BackofficeIndexerStrategy.doExecute(Index resolvedIndex,
long indexOperationId,
boolean isExternalIndexOperation)
Creates local view with admin privileges and calls
BackofficeIndexerStrategy.doExecuteAsAdmin(de.hybris.platform.solrfacetsearch.solr.Index, long, boolean) |
protected void |
BackofficeIndexerStrategy.doExecuteAsAdmin(Index resolvedIndex,
long indexOperationId,
boolean isExternalIndexOperation)
This method contains real logic being executed by
BackofficeIndexerStrategy.doExecute(de.hybris.platform.solrfacetsearch.solr.Index, long, boolean) in admin's local
view. |
| Modifier and Type | Method and Description |
|---|---|
void |
BackofficeSolrIndexerUpdateJobTest.shouldUpdateSingleItemInSolrIndex() |
void |
DirectSolrIndexSynchronizationStrategyTest.testRemoveItem() |
void |
DirectSolrIndexSynchronizationStrategyTest.testUpdateItem() |
| Modifier and Type | Method and Description |
|---|---|
void |
MerchIndexingListener.afterBatch(IndexerBatchContext batchContext)
Handles a notification that the processing for a particular
IndexerBatchContext has just been completed. |
void |
MerchIndexingListener.afterBatchError(IndexerBatchContext batchContext)
Handles a notification that the processing for a particular
IndexerBatchContext failed. |
void |
MerchIndexingListener.afterIndex(IndexerContext context)
Handles a notification that the indexing for a particular
IndexerContext has just been completed. |
void |
MerchIndexingListener.afterIndexError(IndexerContext context)
Handles a notification that the indexing for a particular
IndexerContext failed. |
void |
MerchIndexingListener.beforeBatch(IndexerBatchContext batchContext)
Handles a notification that the processing for a particular
IndexerBatchContext is about to begin. |
void |
MerchIndexingListener.beforeIndex(IndexerContext context)
Handles a notification that the indexing for a particular
IndexerContext is about to begin. |
protected SearchQuery |
MerchIndexingListener.createSearchQuery(IndexerBatchContext batchContext,
MerchIndexingConfigModel merchIndexingConfig)
createSearchQuery is used to generate an instance of
SearchQuery to query Solr to retrieve updated product information. |
| Modifier and Type | Method and Description |
|---|---|
protected SolrIndexedTypeModel |
DefaultSolrProductSearchAutocompleteService.findIndexedTypeModel(SolrFacetSearchConfigModel facetSearchConfigModel,
IndexedType indexedType) |
| Modifier and Type | Method and Description |
|---|---|
void |
CommerceSessionInitializationListener.afterBatch(IndexerBatchContext batchContext) |
void |
CommerceSessionInitializationListener.afterBatchError(IndexerBatchContext batchContext) |
void |
CommerceSessionInitializationListener.afterIndex(IndexerContext context) |
void |
CommerceSessionInitializationListener.afterIndexError(IndexerContext context) |
void |
CommerceSessionInitializationListener.afterQuery(IndexerQueryContext queryContext) |
void |
CommerceSessionInitializationListener.afterQueryError(IndexerQueryContext queryContext) |
void |
CommerceSessionInitializationListener.beforeBatch(IndexerBatchContext batchContext) |
void |
CommerceSessionInitializationListener.beforeIndex(IndexerContext context) |
void |
CommerceSessionInitializationListener.beforeQuery(IndexerQueryContext queryContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
MarketplaceSessionInitializationListener.afterBatch(IndexerBatchContext context) |
void |
MarketplaceSessionInitializationListener.afterBatchError(IndexerBatchContext context) |
void |
MarketplaceSessionInitializationListener.afterIndex(IndexerContext context) |
void |
MarketplaceSessionInitializationListener.afterIndexError(IndexerContext context) |
void |
MarketplaceSessionInitializationListener.afterQuery(IndexerQueryContext context) |
void |
MarketplaceSessionInitializationListener.afterQueryError(IndexerQueryContext context) |
void |
MarketplaceSessionInitializationListener.beforeBatch(IndexerBatchContext context) |
void |
MarketplaceSessionInitializationListener.beforeIndex(IndexerContext context) |
void |
MarketplaceSessionInitializationListener.beforeQuery(IndexerQueryContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
IndexerBatchListener.afterBatch(IndexerBatchContext batchContext)
Handles a notification that the processing for a particular
IndexerBatchContext has just been completed. |
void |
IndexerBatchListener.afterBatchError(IndexerBatchContext batchContext)
Handles a notification that the processing for a particular
IndexerBatchContext failed. |
void |
IndexerListener.afterIndex(IndexerContext context)
Handles a notification that the indexing for a particular
IndexerContext has just been completed. |
void |
IndexerListener.afterIndexError(IndexerContext context)
Handles a notification that the indexing for a particular
IndexerContext failed. |
void |
ExtendedIndexerBatchListener.afterPrepareContext(IndexerBatchContext context)
The implementation of this method will be invoked after the context preparation.
|
void |
ExtendedIndexerListener.afterPrepareContext(IndexerContext context)
The implementation of this method will be invoked after the context preparation.
|
void |
IndexerQueryListener.afterQuery(IndexerQueryContext queryContext)
Handles a notification that an indexer query has just completed.
|
void |
IndexerQueryListener.afterQueryError(IndexerQueryContext queryContext)
Handles a notification that an indexer query failed (this may also be due to listeners failing).
|
void |
IndexerBatchListener.beforeBatch(IndexerBatchContext batchContext)
Handles a notification that the processing for a particular
IndexerBatchContext is about to begin. |
void |
IndexerListener.beforeIndex(IndexerContext context)
Handles a notification that the indexing for a particular
IndexerContext is about to begin. |
void |
IndexerQueryListener.beforeQuery(IndexerQueryContext queryContext)
Handles a notification that an indexer query is about to begin execution.
|
T |
IndexerQueryContextFactory.createContext(FacetSearchConfig facetSearchConfig,
IndexedType indexedType,
java.lang.String query,
java.util.Map<java.lang.String,java.lang.Object> queryParameters)
Creates a new indexer context and sets it as current.
|
void |
IndexerService.deleteFromIndex(FacetSearchConfig facetSearchConfig)
Removes some items from the index.
|
void |
IndexerService.deleteFromIndex(FacetSearchConfig facetSearchConfig,
java.util.Map<java.lang.String,java.lang.String> indexerHints)
Same as
IndexerService.deleteFromIndex(FacetSearchConfig) but allows to pass the indexer hints as parameter. |
void |
IndexerService.deleteTypeIndex(FacetSearchConfig facetSearchConfig,
IndexedType indexedType)
Removes some items from the index for a specific type.
|
void |
IndexerService.deleteTypeIndex(FacetSearchConfig facetSearchConfig,
IndexedType indexedType,
java.util.List<PK> pks)
Removes some items from the index for a specific type.
|
void |
IndexerService.deleteTypeIndex(FacetSearchConfig facetSearchConfig,
IndexedType indexedType,
java.util.List<PK> pks,
java.util.Map<java.lang.String,java.lang.String> indexerHints)
Same as
IndexerService.deleteTypeIndex(FacetSearchConfig, IndexedType, List) but allows to pass the indexer hints as
parameter. |
void |
IndexerService.deleteTypeIndex(FacetSearchConfig facetSearchConfig,
IndexedType indexedType,
java.util.Map<java.lang.String,java.lang.String> indexerHints)
Same as
IndexerService.deleteTypeIndex(FacetSearchConfig, IndexedType) but allows to pass the indexer hints as
parameter. |
void |
IndexerBatchContextFactory.destroyContext()
Destroys the current context.
|
void |
IndexerContextFactory.destroyContext()
Destroys the current context.
|
void |
IndexerQueryContextFactory.destroyContext()
Destroys the current context.
|
java.util.List<ItemModel> |
IndexerQueriesExecutor.getItems(FacetSearchConfig facetSearchConfig,
IndexedType indexedType,
java.util.Collection<PK> pks)
Gets the model instances based on a list of pks.
|
java.util.List<PK> |
IndexerQueriesExecutor.getPks(FacetSearchConfig facetSearchConfig,
IndexedType indexedType,
java.lang.String query,
java.util.Map<java.lang.String,java.lang.Object> queryParameters)
Gets the pks of all the items that will be indexed.
|
void |
IndexerBatchContextFactory.initializeContext()
Initializes the current context and executes the before batch listeners (see
IndexerBatchListener.beforeBatch(IndexerBatchContext)). |
void |
IndexerContextFactory.initializeContext()
Initializes the current context and executes the before index listeners (see
IndexerListener.beforeIndex(IndexerContext)). |
void |
IndexerQueryContextFactory.initializeContext()
Initializes the current context and executes the before index listeners (see
IndexerListener.beforeIndex(IndexerContext)). |
void |
IndexerService.performFullIndex(FacetSearchConfig facetSearchConfig)
Performs a full index operation which recreates the index.
|
void |
IndexerService.performFullIndex(FacetSearchConfig facetSearchConfig,
java.util.Map<java.lang.String,java.lang.String> indexerHints)
Same as
IndexerService.performFullIndex(FacetSearchConfig) but allows to pass the indexer hints as parameter. |
void |
IndexerBatchContextFactory.prepareContext()
Prepares the context and executes the after prepare context listeners (see
ExtendedIndexerBatchListener.afterPrepareContext(IndexerBatchContext)). |
void |
IndexerContextFactory.prepareContext()
Prepares the context and executes the after prepare context listeners (see
ExtendedIndexerListener.afterPrepareContext(IndexerContext)). |
void |
IndexerService.updateIndex(FacetSearchConfig facetSearchConfig)
Updates some items on the index.
|
void |
IndexerService.updateIndex(FacetSearchConfig facetSearchConfig,
java.util.Map<java.lang.String,java.lang.String> indexerHints)
Same as
IndexerService.updateIndex(FacetSearchConfig) but allows to pass the indexer hints as parameter. |
void |
IndexerService.updatePartialTypeIndex(FacetSearchConfig facetSearchConfig,
IndexedType indexedType,
java.util.Collection<IndexedProperty> indexedProperties,
java.util.List<PK> pks)
Updates some properties of some items on the index for a specific type.
|
void |
IndexerService.updatePartialTypeIndex(FacetSearchConfig facetSearchConfig,
IndexedType indexedType,
java.util.Collection<IndexedProperty> indexedProperties,
java.util.List<PK> pks,
java.util.Map<java.lang.String,java.lang.String> indexerHints)
Same as
IndexerService.updatePartialTypeIndex(FacetSearchConfig, IndexedType, Collection, List) but allows to pass the
indexer hints as parameter. |
void |
IndexerService.updateTypeIndex(FacetSearchConfig facetSearchConfig,
IndexedType indexedType)
Updates some items on the index for a specific type.
|
void |
IndexerService.updateTypeIndex(FacetSearchConfig facetSearchConfig,
IndexedType indexedType,
java.util.List<PK> pks)
Updates some items on the index for a specific type.
|
void |
IndexerService.updateTypeIndex(FacetSearchConfig facetSearchConfig,
IndexedType indexedType,
java.util.List<PK> pks,
java.util.Map<java.lang.String,java.lang.String> indexerHints)
Same as
IndexerService.updateTypeIndex(FacetSearchConfig, IndexedType, List) but allows to pass the indexer hints as
parameter. |
void |
IndexerService.updateTypeIndex(FacetSearchConfig facetSearchConfig,
IndexedType indexedType,
java.util.Map<java.lang.String,java.lang.String> indexerHints)
Same as
IndexerService.updateTypeIndex(FacetSearchConfig, IndexedType) but allows to pass the indexer hints as
parameter. |
| Modifier and Type | Method and Description |
|---|---|
void |
SolrExtIndexerJobTest.executeQueryWithContextAwareParameters() |
void |
SolrExtIndexerJobTest.executeQueryWithCronJobAwareParameters() |
void |
SolrExtIndexerJobTest.executeQueryWithParameters() |
protected void |
SolrIndexerJob.indexItems(SolrIndexerCronJobModel solrIndexerCronJob,
FacetSearchConfig facetSearchConfig) |
protected void |
SolrIndexerHotUpdateJob.indexItems(SolrIndexerHotUpdateCronJobModel indexerCronJob,
FacetSearchConfig facetSearchConfig,
java.util.Collection<ItemModel> items) |
protected void |
SolrExtIndexerJob.performIndexing(T cronJob,
FacetSearchConfig facetSearchConfig,
IndexedType indexedType,
java.util.List<IndexedProperty> indexedProperties,
java.util.List<PK> pks,
java.util.Map<java.lang.String,java.lang.String> indexerHints) |
void |
SolrExtIndexerJobIntegrationTest.testSearchBeforeUpdate() |
| Modifier and Type | Class and Description |
|---|---|
class |
ExporterException |
class |
UndefinedIndexerQuery |
| Modifier and Type | Method and Description |
|---|---|
DefaultIndexerQueryContext |
DefaultIndexerQueryContextFactory.createContext(FacetSearchConfig facetSearchConfig,
IndexedType indexedType,
java.lang.String query,
java.util.Map<java.lang.String,java.lang.Object> queryParameters) |
protected IndexerStrategy |
DefaultIndexerService.createIndexerStrategy(FacetSearchConfig facetSearchConfig) |
void |
DefaultIndexerService.deleteFromIndex(FacetSearchConfig facetSearchConfig) |
void |
DefaultIndexerService.deleteFromIndex(FacetSearchConfig facetSearchConfig,
java.util.Map<java.lang.String,java.lang.String> indexerHints) |
void |
DefaultIndexerService.deleteTypeIndex(FacetSearchConfig facetSearchConfig,
IndexedType indexedType) |
void |
DefaultIndexerService.deleteTypeIndex(FacetSearchConfig facetSearchConfig,
IndexedType indexedType,
java.util.List<PK> pks) |
void |
DefaultIndexerService.deleteTypeIndex(FacetSearchConfig facetSearchConfig,
IndexedType indexedType,
java.util.List<PK> pks,
java.util.Map<java.lang.String,java.lang.String> indexerHints) |
void |
DefaultIndexerService.deleteTypeIndex(FacetSearchConfig facetSearchConfig,
IndexedType indexedType,
java.util.Map<java.lang.String,java.lang.String> indexerHints) |
void |
DefaultIndexerContextFactory.destroyContext() |
void |
DefaultIndexerQueryContextFactory.destroyContext() |
void |
DefaultIndexerBatchContextFactory.destroyContext() |
protected void |
DefaultIndexerBatchContextFactory.executeAfterBatchListeners(DefaultIndexerBatchContext batchContext) |
protected void |
DefaultIndexerContextFactory.executeAfterIndexListeners(DefaultIndexerContext context) |
protected void |
DefaultIndexerBatchContextFactory.executeAfterPrepareListeners(DefaultIndexerBatchContext context) |
protected void |
DefaultIndexerContextFactory.executeAfterPrepareListeners(DefaultIndexerContext context) |
protected void |
DefaultIndexerQueryContextFactory.executeAfterQueryListeners(DefaultIndexerQueryContext context) |
protected void |
DefaultIndexerBatchContextFactory.executeBeforeBatchListeners(DefaultIndexerBatchContext batchContext) |
protected void |
DefaultIndexerContextFactory.executeBeforeIndexListeners(DefaultIndexerContext context) |
protected void |
DefaultIndexerQueryContextFactory.executeBeforeQueryListeners(DefaultIndexerQueryContext context) |
java.util.List<ItemModel> |
DefaultIndexerQueriesExecutor.getItems(FacetSearchConfig facetSearchConfig,
IndexedType indexedType,
java.util.Collection<PK> pks) |
java.util.List<PK> |
DefaultIndexerQueriesExecutor.getPks(FacetSearchConfig facetSearchConfig,
IndexedType indexedType,
java.lang.String query,
java.util.Map<java.lang.String,java.lang.Object> queryParameters) |
protected void |
DefaultIndexer.handleError(IndexConfig indexConfig,
IndexedType indexedType,
java.lang.String message,
java.lang.Exception error) |
java.util.Collection<SolrInputDocument> |
DefaultIndexer.indexItems(java.util.Collection<ItemModel> items,
FacetSearchConfig facetSearchConfig,
IndexedType indexedType) |
java.util.Collection<SolrInputDocument> |
DefaultIndexer.indexItems(java.util.Collection<ItemModel> items,
FacetSearchConfig facetSearchConfig,
IndexedType indexedType,
java.util.Collection<IndexedProperty> indexedProperties) |
void |
DefaultIndexerContextFactory.initializeContext() |
void |
DefaultIndexerQueryContextFactory.initializeContext() |
void |
DefaultIndexerBatchContextFactory.initializeContext() |
void |
DefaultIndexerService.performFullIndex(FacetSearchConfig facetSearchConfig) |
void |
DefaultIndexerService.performFullIndex(FacetSearchConfig facetSearchConfig,
java.util.Map<java.lang.String,java.lang.String> indexerHints) |
void |
DefaultIndexerContextFactory.prepareContext() |
void |
DefaultIndexerBatchContextFactory.prepareContext() |
java.util.Collection<java.lang.String> |
DefaultIndexer.removeItems(java.util.Collection<ItemModel> items,
FacetSearchConfig facetSearchConfig,
IndexedType indexedType) |
void |
DefaultIndexer.removeItemsByPk(java.util.Collection<PK> pks,
FacetSearchConfig facetSearchConfig,
IndexedType indexedType,
Index index) |
void |
IndexationInLanguageContextTest.testIndexInEnglish() |
void |
IndexationInLanguageContextTest.testIndexInGerman() |
void |
IndexationInUserContextTest.testQueryNotPermittedAttribute() |
void |
DefaultIndexerService.updateIndex(FacetSearchConfig facetSearchConfig) |
void |
DefaultIndexerService.updateIndex(FacetSearchConfig facetSearchConfig,
java.util.Map<java.lang.String,java.lang.String> indexerHints) |
void |
DefaultIndexerService.updatePartialTypeIndex(FacetSearchConfig facetSearchConfig,
IndexedType indexedType,
java.util.Collection<IndexedProperty> indexedProperties,
java.util.List<PK> pks) |
void |
DefaultIndexerService.updatePartialTypeIndex(FacetSearchConfig facetSearchConfig,
IndexedType indexedType,
java.util.Collection<IndexedProperty> indexedProperties,
java.util.List<PK> pks,
java.util.Map<java.lang.String,java.lang.String> indexerHints) |
void |
DefaultIndexerService.updateTypeIndex(FacetSearchConfig facetSearchConfig,
IndexedType indexedType) |
void |
DefaultIndexerService.updateTypeIndex(FacetSearchConfig facetSearchConfig,
IndexedType indexedType,
java.util.List<PK> pks) |
void |
DefaultIndexerService.updateTypeIndex(FacetSearchConfig facetSearchConfig,
IndexedType indexedType,
java.util.List<PK> pks,
java.util.Map<java.lang.String,java.lang.String> indexerHints) |
void |
DefaultIndexerService.updateTypeIndex(FacetSearchConfig facetSearchConfig,
IndexedType indexedType,
java.util.Map<java.lang.String,java.lang.String> indexerHints) |
| Modifier and Type | Method and Description |
|---|---|
void |
CommitModeListener.afterBatch(IndexerBatchContext batchContext) |
void |
SessionInitializationListener.afterBatch(IndexerBatchContext batchContext) |
void |
CommitModeListener.afterBatchError(IndexerBatchContext batchContext) |
void |
SessionInitializationListener.afterBatchError(IndexerBatchContext batchContext) |
void |
IndexerOperationListener.afterIndex(IndexerContext context) |
void |
CommitModeListener.afterIndex(IndexerContext context) |
void |
OptimizeModeListener.afterIndex(IndexerContext context) |
void |
SessionInitializationListener.afterIndex(IndexerContext context) |
void |
IndexerOperationListener.afterIndexError(IndexerContext context) |
void |
CommitModeListener.afterIndexError(IndexerContext context) |
void |
OptimizeModeListener.afterIndexError(IndexerContext context) |
void |
SessionInitializationListener.afterIndexError(IndexerContext context) |
void |
IndexerOperationListener.afterPrepareContext(IndexerContext context) |
void |
SessionInitializationListener.afterQuery(IndexerQueryContext queryContext) |
void |
SessionInitializationListener.afterQueryError(IndexerQueryContext queryContext) |
void |
CommitModeListener.beforeBatch(IndexerBatchContext batchContext) |
void |
SessionInitializationListener.beforeBatch(IndexerBatchContext batchContext) |
void |
IndexerOperationListener.beforeIndex(IndexerContext context) |
void |
CommitModeListener.beforeIndex(IndexerContext context) |
void |
OptimizeModeListener.beforeIndex(IndexerContext context) |
void |
SessionInitializationListener.beforeIndex(IndexerContext context) |
void |
SessionInitializationListener.beforeQuery(IndexerQueryContext queryContext) |
protected void |
CommitModeListener.commit(FacetSearchConfig facetSearchConfig,
IndexedType indexedType,
Index index,
SolrSearchProvider.CommitType commitType) |
protected void |
OptimizeModeListener.optimize(FacetSearchConfig facetSearchConfig,
IndexedType indexedType,
Index index) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<SolrInputDocument> |
Indexer.indexItems(java.util.Collection<ItemModel> items,
FacetSearchConfig facetSearchConfig,
IndexedType indexedType)
Method send items to indexer.
|
java.util.Collection<SolrInputDocument> |
Indexer.indexItems(java.util.Collection<ItemModel> items,
FacetSearchConfig facetSearchConfig,
IndexedType indexedType,
java.util.Collection<IndexedProperty> indexedProperties)
Method send items to indexer.
|
java.util.Collection<java.lang.String> |
Indexer.removeItems(java.util.Collection<ItemModel> items,
FacetSearchConfig facetSearchConfig,
IndexedType indexedType)
Deprecated.
since 6.3, use
SolrSearchProvider#deleteDocumentsByPK(Index, List) instead |
void |
Indexer.removeItemsByPk(java.util.Collection<PK> pks,
FacetSearchConfig facetSearchConfig,
IndexedType indexedType,
Index index) |
| Modifier and Type | Method and Description |
|---|---|
IndexerBatchStrategy |
IndexerBatchStrategyFactory.createIndexerBatchStrategy(FacetSearchConfig facetSearchConfig)
Create new IndexerBatchStrategy.
|
IndexerStrategy |
IndexerStrategyFactory.createIndexerStrategy(FacetSearchConfig facetSearchConfig)
Creates a new indexer strategy.
|
void |
IndexerStrategy.execute()
Executes the strategy.
|
void |
IndexerBatchStrategy.execute()
Executes the strategy.
|
| Modifier and Type | Method and Description |
|---|---|
IndexerBatchStrategy |
DefaultIndexerBatchStrategyFactory.createIndexerBatchStrategy(FacetSearchConfig facetSearchConfig) |
protected FlexibleSearchQuerySpec |
AbstractIndexerStrategy.createIndexerQuery() |
IndexerStrategy |
DefaultIndexerStrategyFactory.createIndexerStrategy(FacetSearchConfig facetSearchConfig) |
protected IndexerWorker |
DefaultIndexerStrategy.createIndexerWorker(IndexerContext indexerContext,
long workerNumber,
java.util.List<PK> workerPks) |
protected void |
DistributedIndexerStrategy.doExecute(IndexerContext indexerContext) |
protected abstract void |
AbstractIndexerStrategy.doExecute(IndexerContext indexerContext) |
protected void |
DefaultIndexerStrategy.doExecute(IndexerContext indexerContext) |
protected void |
AbstractIndexerStrategy.doExecute(Index resolvedIndex,
long indexOperationId,
boolean isExternalIndexOperation) |
void |
DefaultIndexerBatchStrategy.execute() |
void |
AbstractIndexerStrategy.execute() |
protected void |
DefaultIndexerBatchStrategy.executeIndexerOperation(IndexerBatchContext batchContext) |
protected java.util.List<ItemModel> |
DefaultIndexerBatchStrategy.executeIndexerQuery(FacetSearchConfig facetSearchConfig,
IndexedType indexedType,
java.util.List<PK> pks) |
protected java.util.List<PK> |
AbstractIndexerStrategy.executeIndexerQuery(FacetSearchConfig facetSearchConfig,
IndexedType indexedType,
java.lang.String query,
java.util.Map<java.lang.String,java.lang.Object> queryParameters) |
protected Index |
AbstractIndexerStrategy.resolveIndex() |
protected java.util.List<PK> |
AbstractIndexerStrategy.resolvePks() |
protected void |
DefaultIndexerStrategy.runWorkers(IndexerContext indexerContext,
java.util.concurrent.ExecutorCompletionService<java.lang.Integer> completionService,
java.util.List<DefaultIndexerStrategy.IndexerWorkerWrapper> workers,
int retriesLeft) |
protected void |
DistributedIndexerStrategy.waitForDistributedIndexer(java.lang.String processCode) |
| Modifier and Type | Method and Description |
|---|---|
IndexerWorker |
IndexerWorkerFactory.createIndexerWorker(FacetSearchConfig facetSearchConfig)
Creates a new indexer worker.
|
| Modifier and Type | Method and Description |
|---|---|
IndexerWorker |
DefaultIndexerWorkerFactory.createIndexerWorker(FacetSearchConfig facetSearchConfig) |
protected void |
DefaultIndexerWorker.doRun() |
| Modifier and Type | Method and Description |
|---|---|
void |
SolrIndexHotUpdateTest.shouldChangeLastIndexTimeWhenFullIndex() |
void |
SolrIndexHotUpdateTest.shouldNotChangeLastIndexTimeWhenPartialUpdate() |
void |
SolrSynonymsIntegrationTest.testAddingSynonyms() |
void |
SolrSynonymsIntegrationTest.testRemoveSynonyms() |
void |
SolrStopWordsIntegrationTest.testSearchForStopWordAfterUpdate() |
void |
SolrStopWordsIntegrationTest.testSearchForStopWordBeforeUpdate() |
void |
SolrStopWordsIntegrationTest.testSearchForStopWordInOtherLanguage() |
void |
SolrSynonymsIntegrationTest.testSearchForSynonymBeforeUpdate() |
void |
SolrSynonymsIntegrationTest.testUpdateSynonyms() |
| Modifier and Type | Method and Description |
|---|---|
void |
SolrSearchResultTest.testGetResultData() |
void |
SolrSearchResultTest.testGetResultDataWithPostProcessors()
Deprecated.
|
Copyright © 2018 SAP SE. All Rights Reserved.