Uses of Class
de.hybris.platform.solrfacetsearch.indexer.exceptions.IndexerException
Packages that use IndexerException
Package
Description
-
Uses of IndexerException in com.hybris.backoffice.solrsearch.indexer.cron
Methods in com.hybris.backoffice.solrsearch.indexer.cron that throw IndexerExceptionModifier and TypeMethodDescriptionprotected voidAbstractBackofficeSolrIndexerJob.synchronizeIndexForConfig(SolrFacetSearchConfigModel config, List<SolrModifiedItemModel> items) Deprecated, for removal: This API element is subject to removal in a future version.protected abstract voidAbstractBackofficeSolrIndexerJob.synchronizeIndexForType(FacetSearchConfig facetSearchConfig, IndexedType type, Collection<PK> pks) Deprecated, for removal: This API element is subject to removal in a future version.protected voidBackofficeSolrIndexerDeleteJob.synchronizeIndexForType(FacetSearchConfig facetSearchConfig, IndexedType type, Collection<PK> pks) Deprecated, for removal: This API element is subject to removal in a future version.protected voidBackofficeSolrIndexerUpdateJob.synchronizeIndexForType(FacetSearchConfig facetSearchConfig, IndexedType type, Collection<PK> pks) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of IndexerException in com.hybris.backoffice.solrsearch.indexer.impl
Methods in com.hybris.backoffice.solrsearch.indexer.impl that throw IndexerExceptionModifier and TypeMethodDescriptionBackofficeIndexerStrategyFactory.createIndexerStrategy(FacetSearchConfig facetSearchConfig) Check whether customIndexerStrategyshould be used (specified as nameBackofficeIndexerStrategyFactory.indexerStrategyBeanName) by checking if BackofficeSolrSearch is configured for given name.
If it is not,DefaultIndexerStrategyFactoryis used forIndexerStrategycreation.protected voidBackofficeIndexerStrategy.doExecute(Index resolvedIndex, long indexOperationId, boolean isExternalIndexOperation) Creates local view with admin privileges and callsBackofficeIndexerStrategy.doExecuteAsAdmin(de.hybris.platform.solrfacetsearch.solr.Index, long, boolean)protected voidBackofficeIndexerStrategy.doExecuteAsAdmin(Index resolvedIndex, long indexOperationId, boolean isExternalIndexOperation) This method contains real logic being executed byBackofficeIndexerStrategy.doExecute(de.hybris.platform.solrfacetsearch.solr.Index, long, boolean)in admin's local view. -
Uses of IndexerException in com.hybris.backoffice.solrsearch.indexing
Methods in com.hybris.backoffice.solrsearch.indexing that throw IndexerExceptionModifier and TypeMethodDescriptionvoidBackofficeSolrIndexerUpdateJobTest.shouldUpdateSingleItemInSolrIndex()voidDirectSolrIndexSynchronizationStrategyTest.testRemoveItemWhenIndexInitialized()voidDirectSolrIndexSynchronizationStrategyTest.testRemoveItemWhenIndexNotInitialized()voidDirectSolrIndexSynchronizationStrategyTest.testUpdateItemWhenIndexInitialized()voidDirectSolrIndexSynchronizationStrategyTest.testUpdateItemWhenIndexNotInitialized() -
Uses of IndexerException in com.hybris.merchandising.indexer.listeners
Methods in com.hybris.merchandising.indexer.listeners that throw IndexerExceptionModifier and TypeMethodDescriptionvoidMerchIndexingListener.afterBatch(IndexerBatchContext batchContext) Handles a notification that the processing for a particularIndexerBatchContexthas just been completed.voidMerchIndexingListener.afterBatchError(IndexerBatchContext batchContext) Handles a notification that the processing for a particularIndexerBatchContextfailed.protected voidDefaultMerchCatalogListener.afterBatchInternal(IndexerBatchContext indexerBatchContext) voidMerchIndexingListener.afterIndex(IndexerContext context) Handles a notification that the indexing for a particularIndexerContexthas just been completed.voidMerchIndexingListener.afterIndexError(IndexerContext context) Handles a notification that the indexing for a particularIndexerContextfailed.voidMerchIndexingListener.beforeBatch(IndexerBatchContext batchContext) Handles a notification that the processing for a particularIndexerBatchContextis about to begin.voidMerchIndexingListener.beforeIndex(IndexerContext context) Handles a notification that the indexing for a particularIndexerContextis about to begin.protected SearchQueryMerchIndexingListener.createSearchQuery(IndexerBatchContext batchContext, MerchIndexingConfigModel merchIndexingConfig) createSearchQuery is used to generate an instance ofSearchQueryto query Solr to retrieve updated product information.voidDefaultMerchCatalogListenerTest.setUp()voidDefaultMerchCatalogListenerTest.testAfterBatchFull()voidDefaultMerchCatalogListenerTest.testAfterBatchPartial()voidDefaultMerchCatalogListenerTest.testAfterBatchWhenError()voidDefaultMerchCatalogListenerTest.testAfterBatchWithDisabledMerchConfig()voidDefaultMerchCatalogListenerTest.testAfterBatchWithNullProductDirectoryId()voidDefaultMerchCatalogListenerTest.testAfterIndexError()voidDefaultMerchCatalogListenerTest.testAfterIndexErrorWithDisabledMerchConfig()voidDefaultMerchCatalogListenerTest.testAfterIndexFull()voidDefaultMerchCatalogListenerTest.testAfterIndexPartial()voidDefaultMerchCatalogListenerTest.testAfterIndexWhenError()voidDefaultMerchCatalogListenerTest.testAfterIndexWithDisabledMerchConfig()voidDefaultMerchCatalogListenerTest.testAfterIndexWithNullProductDirectoryId()voidDefaultMerchCatalogListenerTest.testBeforeIndexWithDisabledProductDirectoryId()voidDefaultMerchCatalogListenerTest.testBeforeIndexWithProductDirectoryId() -
Uses of IndexerException in com.hybris.merchandising.service
Methods in com.hybris.merchandising.service that throw IndexerExceptionModifier and TypeMethodDescriptiondefault List<CategoryHierarchy>MerchCatalogService.getCategories(MerchProductDirectoryConfigModel merchProductDirectoryConfigModel) Retrieves a list ofCategoryHierarchyobjects representing the category hierarchy.MerchCatalogService.getProducts(IndexerBatchContext indexerBatchContext, MerchProductDirectoryConfigModel merchProductDirectoryConfigModel) Method to retrieve all the associated toIndexerBatchContext. -
Uses of IndexerException in com.hybris.merchandising.service.impl
Methods in com.hybris.merchandising.service.impl that throw IndexerExceptionModifier and TypeMethodDescriptionprotected Map<String,FacetField> DefaultMerchCatalogService.createMerchFacetPropertiesMapping(IndexerBatchContext batchContext, SearchQuery searchQuery) createMerchFacetPropertiesMapping is a method for mapping facets to output for consumption by Merchandising.DefaultMerchCatalogService.getCategories(MerchProductDirectoryConfigModel config) Retrieves a list ofCategoryHierarchyobjects representing the category hierarchy.DefaultMerchCatalogService.getProducts(IndexerBatchContext indexerBatchContext, MerchProductDirectoryConfigModel merchProductDirectoryConfigModel) -
Uses of IndexerException in de.hybris.platform.commerceservices.search.solrfacetsearch.impl
Methods in de.hybris.platform.commerceservices.search.solrfacetsearch.impl that throw IndexerExceptionModifier and TypeMethodDescriptionprotected SolrIndexedTypeModelDefaultSolrFacetSearchProductSearchStrategy.findIndexedTypeModel(SolrFacetSearchConfigModel facetSearchConfigModel, IndexedType indexedType) protected SolrIndexedTypeModelDefaultSolrProductSearchAutocompleteService.findIndexedTypeModel(SolrFacetSearchConfigModel facetSearchConfigModel, IndexedType indexedType) Deprecated.since 2011. -
Uses of IndexerException in de.hybris.platform.commerceservices.search.solrfacetsearch.indexer.listeners
Methods in de.hybris.platform.commerceservices.search.solrfacetsearch.indexer.listeners that throw IndexerExceptionModifier and TypeMethodDescriptionvoidCommerceSessionInitializationListener.afterBatch(IndexerBatchContext batchContext) voidCommerceSessionInitializationListener.afterBatchError(IndexerBatchContext batchContext) voidCommerceSessionInitializationListener.afterIndex(IndexerContext context) voidCommerceSessionInitializationListener.afterIndexError(IndexerContext context) voidCommerceSessionInitializationListener.afterQuery(IndexerQueryContext queryContext) voidCommerceSessionInitializationListener.afterQueryError(IndexerQueryContext queryContext) voidCommerceSessionInitializationListener.beforeBatch(IndexerBatchContext batchContext) voidCommerceSessionInitializationListener.beforeIndex(IndexerContext context) voidCommerceSessionInitializationListener.beforeQuery(IndexerQueryContext queryContext) -
Uses of IndexerException in de.hybris.platform.marketplaceservices.catalog.impl
Methods in de.hybris.platform.marketplaceservices.catalog.impl that throw IndexerExceptionModifier and TypeMethodDescriptionvoidMarketplaceSessionInitializationListener.afterBatch(IndexerBatchContext context) voidMarketplaceSessionInitializationListener.afterBatchError(IndexerBatchContext context) voidMarketplaceSessionInitializationListener.afterIndex(IndexerContext context) voidMarketplaceSessionInitializationListener.afterIndexError(IndexerContext context) voidMarketplaceSessionInitializationListener.afterQuery(IndexerQueryContext context) voidMarketplaceSessionInitializationListener.afterQueryError(IndexerQueryContext context) voidMarketplaceSessionInitializationListener.beforeBatch(IndexerBatchContext context) voidMarketplaceSessionInitializationListener.beforeIndex(IndexerContext context) voidMarketplaceSessionInitializationListener.beforeQuery(IndexerQueryContext context) -
Uses of IndexerException in de.hybris.platform.solrfacetsearch.indexer
Methods in de.hybris.platform.solrfacetsearch.indexer that throw IndexerExceptionModifier and TypeMethodDescriptionvoidIndexerBatchListener.afterBatch(IndexerBatchContext batchContext) Handles a notification that the processing for a particularIndexerBatchContexthas just been completed.voidIndexerBatchListener.afterBatchError(IndexerBatchContext batchContext) Handles a notification that the processing for a particularIndexerBatchContextfailed.voidIndexerListener.afterIndex(IndexerContext context) Handles a notification that the indexing for a particularIndexerContexthas just been completed.voidIndexerListener.afterIndexError(IndexerContext context) Handles a notification that the indexing for a particularIndexerContextfailed.voidExtendedIndexerBatchListener.afterPrepareContext(IndexerBatchContext context) The implementation of this method will be invoked after the context preparation.voidExtendedIndexerListener.afterPrepareContext(IndexerContext context) The implementation of this method will be invoked after the context preparation.voidIndexerQueryListener.afterQuery(IndexerQueryContext queryContext) Handles a notification that an indexer query has just completed.voidIndexerQueryListener.afterQueryError(IndexerQueryContext queryContext) Handles a notification that an indexer query failed (this may also be due to listeners failing).voidIndexerBatchListener.beforeBatch(IndexerBatchContext batchContext) Handles a notification that the processing for a particularIndexerBatchContextis about to begin.voidIndexerListener.beforeIndex(IndexerContext context) Handles a notification that the indexing for a particularIndexerContextis about to begin.voidIndexerQueryListener.beforeQuery(IndexerQueryContext queryContext) Handles a notification that an indexer query is about to begin execution.IndexerQueryContextFactory.createContext(FacetSearchConfig facetSearchConfig, IndexedType indexedType, String query, Map<String, Object> queryParameters) Creates a new indexer context and sets it as current.voidIndexerService.deleteFromIndex(FacetSearchConfig facetSearchConfig) Removes some items from the index.voidIndexerService.deleteFromIndex(FacetSearchConfig facetSearchConfig, Map<String, String> indexerHints) Same asIndexerService.deleteFromIndex(FacetSearchConfig)but allows to pass the indexer hints as parameter.voidIndexerService.deleteTypeIndex(FacetSearchConfig facetSearchConfig, IndexedType indexedType) Removes some items from the index for a specific type.voidIndexerService.deleteTypeIndex(FacetSearchConfig facetSearchConfig, IndexedType indexedType, List<PK> pks) Removes some items from the index for a specific type.voidIndexerService.deleteTypeIndex(FacetSearchConfig facetSearchConfig, IndexedType indexedType, List<PK> pks, Map<String, String> indexerHints) Same asIndexerService.deleteTypeIndex(FacetSearchConfig, IndexedType, List)but allows to pass the indexer hints as parameter.voidIndexerService.deleteTypeIndex(FacetSearchConfig facetSearchConfig, IndexedType indexedType, Map<String, String> indexerHints) Same asIndexerService.deleteTypeIndex(FacetSearchConfig, IndexedType)but allows to pass the indexer hints as parameter.voidIndexerBatchContextFactory.destroyContext()Destroys the current context.voidIndexerContextFactory.destroyContext()Destroys the current context.voidIndexerQueryContextFactory.destroyContext()Destroys the current context.IndexerQueriesExecutor.getItems(FacetSearchConfig facetSearchConfig, IndexedType indexedType, Collection<PK> pks) Gets the model instances based on a list of pks.IndexerQueriesExecutor.getPks(FacetSearchConfig facetSearchConfig, IndexedType indexedType, String query, Map<String, Object> queryParameters) Gets the pks of all the items that will be indexed.voidIndexerBatchContextFactory.initializeContext()Initializes the current context and executes the before batch listeners (seeIndexerBatchListener.beforeBatch(IndexerBatchContext)).voidIndexerContextFactory.initializeContext()Initializes the current context and executes the before index listeners (seeIndexerListener.beforeIndex(IndexerContext)).voidIndexerQueryContextFactory.initializeContext()Initializes the current context and executes the before index listeners (seeIndexerListener.beforeIndex(IndexerContext)).voidIndexerService.performFullIndex(FacetSearchConfig facetSearchConfig) Performs a full index operation which recreates the index.voidIndexerService.performFullIndex(FacetSearchConfig facetSearchConfig, Map<String, String> indexerHints) Same asIndexerService.performFullIndex(FacetSearchConfig)but allows to pass the indexer hints as parameter.voidIndexerBatchContextFactory.prepareContext()Prepares the context and executes the after prepare context listeners (seeExtendedIndexerBatchListener.afterPrepareContext(IndexerBatchContext)).voidIndexerContextFactory.prepareContext()Prepares the context and executes the after prepare context listeners (seeExtendedIndexerListener.afterPrepareContext(IndexerContext)).voidIndexerService.updateIndex(FacetSearchConfig facetSearchConfig) Updates some items on the index.voidIndexerService.updateIndex(FacetSearchConfig facetSearchConfig, Map<String, String> indexerHints) Same asIndexerService.updateIndex(FacetSearchConfig)but allows to pass the indexer hints as parameter.voidIndexerService.updatePartialTypeIndex(FacetSearchConfig facetSearchConfig, IndexedType indexedType, Collection<IndexedProperty> indexedProperties, List<PK> pks) Updates some properties of some items on the index for a specific type.voidIndexerService.updatePartialTypeIndex(FacetSearchConfig facetSearchConfig, IndexedType indexedType, Collection<IndexedProperty> indexedProperties, List<PK> pks, Map<String, String> indexerHints) Same asIndexerService.updatePartialTypeIndex(FacetSearchConfig, IndexedType, Collection, List)but allows to pass the indexer hints as parameter.voidIndexerService.updateTypeIndex(FacetSearchConfig facetSearchConfig, IndexedType indexedType) Updates some items on the index for a specific type.voidIndexerService.updateTypeIndex(FacetSearchConfig facetSearchConfig, IndexedType indexedType, List<PK> pks) Updates some items on the index for a specific type.voidIndexerService.updateTypeIndex(FacetSearchConfig facetSearchConfig, IndexedType indexedType, List<PK> pks, Map<String, String> indexerHints) Same asIndexerService.updateTypeIndex(FacetSearchConfig, IndexedType, List)but allows to pass the indexer hints as parameter.voidIndexerService.updateTypeIndex(FacetSearchConfig facetSearchConfig, IndexedType indexedType, Map<String, String> indexerHints) Same asIndexerService.updateTypeIndex(FacetSearchConfig, IndexedType)but allows to pass the indexer hints as parameter. -
Uses of IndexerException in de.hybris.platform.solrfacetsearch.indexer.cron
Methods in de.hybris.platform.solrfacetsearch.indexer.cron that throw IndexerExceptionModifier and TypeMethodDescriptionvoidSolrExtIndexerJobTest.executeQueryWithContextAwareParameters()voidSolrExtIndexerJobTest.executeQueryWithCronJobAwareParameters()voidSolrExtIndexerJobTest.executeQueryWithParameters()protected voidSolrIndexerHotUpdateJob.indexItems(SolrIndexerHotUpdateCronJobModel indexerCronJob, FacetSearchConfig facetSearchConfig, Collection<ItemModel> items) protected voidSolrIndexerJob.indexItems(SolrIndexerCronJobModel solrIndexerCronJob, FacetSearchConfig facetSearchConfig) protected voidSolrExtIndexerJob.performIndexing(T cronJob, FacetSearchConfig facetSearchConfig, IndexedType indexedType, List<IndexedProperty> indexedProperties, List<PK> pks, Map<String, String> indexerHints) voidSolrExtIndexerJobIntegrationTest.testSearchBeforeUpdate() -
Uses of IndexerException in de.hybris.platform.solrfacetsearch.indexer.exceptions
Subclasses of IndexerException in de.hybris.platform.solrfacetsearch.indexer.exceptions -
Uses of IndexerException in de.hybris.platform.solrfacetsearch.indexer.impl
Methods in de.hybris.platform.solrfacetsearch.indexer.impl that throw IndexerExceptionModifier and TypeMethodDescriptionDefaultIndexerQueryContextFactory.createContext(FacetSearchConfig facetSearchConfig, IndexedType indexedType, String query, Map<String, Object> queryParameters) protected IndexerStrategyDefaultIndexerService.createIndexerStrategy(FacetSearchConfig facetSearchConfig) voidDefaultIndexerService.deleteFromIndex(FacetSearchConfig facetSearchConfig) voidDefaultIndexerService.deleteFromIndex(FacetSearchConfig facetSearchConfig, Map<String, String> indexerHints) voidDefaultIndexerService.deleteTypeIndex(FacetSearchConfig facetSearchConfig, IndexedType indexedType) voidDefaultIndexerService.deleteTypeIndex(FacetSearchConfig facetSearchConfig, IndexedType indexedType, List<PK> pks) voidDefaultIndexerService.deleteTypeIndex(FacetSearchConfig facetSearchConfig, IndexedType indexedType, List<PK> pks, Map<String, String> indexerHints) voidDefaultIndexerService.deleteTypeIndex(FacetSearchConfig facetSearchConfig, IndexedType indexedType, Map<String, String> indexerHints) voidDefaultIndexerBatchContextFactory.destroyContext()voidDefaultIndexerContextFactory.destroyContext()voidDefaultIndexerQueryContextFactory.destroyContext()protected voidDefaultIndexerBatchContextFactory.executeAfterBatchListeners(DefaultIndexerBatchContext batchContext) protected voidDefaultIndexerContextFactory.executeAfterIndexListeners(DefaultIndexerContext context) protected voidDefaultIndexerBatchContextFactory.executeAfterPrepareListeners(DefaultIndexerBatchContext context) protected voidDefaultIndexerContextFactory.executeAfterPrepareListeners(DefaultIndexerContext context) protected voidDefaultIndexerQueryContextFactory.executeAfterQueryListeners(DefaultIndexerQueryContext context) protected voidDefaultIndexerBatchContextFactory.executeBeforeBatchListeners(DefaultIndexerBatchContext batchContext) protected voidDefaultIndexerContextFactory.executeBeforeIndexListeners(DefaultIndexerContext context) protected voidDefaultIndexerQueryContextFactory.executeBeforeQueryListeners(DefaultIndexerQueryContext context) DefaultIndexerQueriesExecutor.getItems(FacetSearchConfig facetSearchConfig, IndexedType indexedType, Collection<PK> pks) DefaultIndexerQueriesExecutor.getPks(FacetSearchConfig facetSearchConfig, IndexedType indexedType, String query, Map<String, Object> queryParameters) protected voidDefaultIndexer.handleError(IndexConfig indexConfig, IndexedType indexedType, String message, Exception error) Collection<org.apache.solr.common.SolrInputDocument>DefaultIndexer.indexItems(Collection<ItemModel> items, FacetSearchConfig facetSearchConfig, IndexedType indexedType) Collection<org.apache.solr.common.SolrInputDocument>DefaultIndexer.indexItems(Collection<ItemModel> items, FacetSearchConfig facetSearchConfig, IndexedType indexedType, Collection<IndexedProperty> indexedProperties) voidDefaultIndexerBatchContextFactory.initializeContext()voidDefaultIndexerContextFactory.initializeContext()voidDefaultIndexerQueryContextFactory.initializeContext()voidDefaultIndexerService.performFullIndex(FacetSearchConfig facetSearchConfig) voidDefaultIndexerService.performFullIndex(FacetSearchConfig facetSearchConfig, Map<String, String> indexerHints) voidDefaultIndexerBatchContextFactory.prepareContext()voidDefaultIndexerContextFactory.prepareContext()voidDefaultIndexer.removeItemsByPk(Collection<PK> pks, FacetSearchConfig facetSearchConfig, IndexedType indexedType, Index index) voidIndexationInLanguageContextTest.testIndexInEnglish()voidIndexationInLanguageContextTest.testIndexInGerman()voidIndexationInUserContextTest.testQueryNotPermittedAttribute()voidDefaultIndexerService.updateIndex(FacetSearchConfig facetSearchConfig) voidDefaultIndexerService.updateIndex(FacetSearchConfig facetSearchConfig, Map<String, String> indexerHints) voidDefaultIndexerService.updatePartialTypeIndex(FacetSearchConfig facetSearchConfig, IndexedType indexedType, Collection<IndexedProperty> indexedProperties, List<PK> pks) voidDefaultIndexerService.updatePartialTypeIndex(FacetSearchConfig facetSearchConfig, IndexedType indexedType, Collection<IndexedProperty> indexedProperties, List<PK> pks, Map<String, String> indexerHints) voidDefaultIndexerService.updateTypeIndex(FacetSearchConfig facetSearchConfig, IndexedType indexedType) voidDefaultIndexerService.updateTypeIndex(FacetSearchConfig facetSearchConfig, IndexedType indexedType, List<PK> pks) voidDefaultIndexerService.updateTypeIndex(FacetSearchConfig facetSearchConfig, IndexedType indexedType, List<PK> pks, Map<String, String> indexerHints) voidDefaultIndexerService.updateTypeIndex(FacetSearchConfig facetSearchConfig, IndexedType indexedType, Map<String, String> indexerHints) -
Uses of IndexerException in de.hybris.platform.solrfacetsearch.indexer.listeners
Methods in de.hybris.platform.solrfacetsearch.indexer.listeners that throw IndexerExceptionModifier and TypeMethodDescriptionvoidCommitModeListener.afterBatch(IndexerBatchContext batchContext) voidSessionInitializationListener.afterBatch(IndexerBatchContext batchContext) voidCommitModeListener.afterBatchError(IndexerBatchContext batchContext) voidSessionInitializationListener.afterBatchError(IndexerBatchContext batchContext) voidCommitModeListener.afterIndex(IndexerContext context) voidIndexerOperationListener.afterIndex(IndexerContext context) voidOptimizeModeListener.afterIndex(IndexerContext context) voidSessionInitializationListener.afterIndex(IndexerContext context) voidCommitModeListener.afterIndexError(IndexerContext context) voidIndexerOperationListener.afterIndexError(IndexerContext context) voidOptimizeModeListener.afterIndexError(IndexerContext context) voidSessionInitializationListener.afterIndexError(IndexerContext context) voidIndexerOperationListener.afterPrepareContext(IndexerContext context) voidSessionInitializationListener.afterQuery(IndexerQueryContext queryContext) voidSessionInitializationListener.afterQueryError(IndexerQueryContext queryContext) voidCommitModeListener.beforeBatch(IndexerBatchContext batchContext) voidSessionInitializationListener.beforeBatch(IndexerBatchContext batchContext) voidCommitModeListener.beforeIndex(IndexerContext context) voidIndexerOperationListener.beforeIndex(IndexerContext context) voidOptimizeModeListener.beforeIndex(IndexerContext context) voidSessionInitializationListener.beforeIndex(IndexerContext context) voidSessionInitializationListener.beforeQuery(IndexerQueryContext queryContext) protected voidCommitModeListener.commit(FacetSearchConfig facetSearchConfig, IndexedType indexedType, Index index, SolrSearchProvider.CommitType commitType) protected voidOptimizeModeListener.optimize(FacetSearchConfig facetSearchConfig, IndexedType indexedType, Index index) -
Uses of IndexerException in de.hybris.platform.solrfacetsearch.indexer.spi
Methods in de.hybris.platform.solrfacetsearch.indexer.spi that throw IndexerExceptionModifier and TypeMethodDescriptionCollection<org.apache.solr.common.SolrInputDocument>Indexer.indexItems(Collection<ItemModel> items, FacetSearchConfig facetSearchConfig, IndexedType indexedType) Method send items to indexer.Collection<org.apache.solr.common.SolrInputDocument>Indexer.indexItems(Collection<ItemModel> items, FacetSearchConfig facetSearchConfig, IndexedType indexedType, Collection<IndexedProperty> indexedProperties) Method send items to indexer.voidIndexer.removeItemsByPk(Collection<PK> pks, FacetSearchConfig facetSearchConfig, IndexedType indexedType, Index index) -
Uses of IndexerException in de.hybris.platform.solrfacetsearch.indexer.strategies
Methods in de.hybris.platform.solrfacetsearch.indexer.strategies that throw IndexerExceptionModifier and TypeMethodDescriptionIndexerBatchStrategyFactory.createIndexerBatchStrategy(FacetSearchConfig facetSearchConfig) Create new IndexerBatchStrategy.IndexerStrategyFactory.createIndexerStrategy(FacetSearchConfig facetSearchConfig) Creates a new indexer strategy.voidIndexerBatchStrategy.execute()Executes the strategy.voidIndexerStrategy.execute()Executes the strategy. -
Uses of IndexerException in de.hybris.platform.solrfacetsearch.indexer.strategies.impl
Methods in de.hybris.platform.solrfacetsearch.indexer.strategies.impl that throw IndexerExceptionModifier and TypeMethodDescriptionDefaultIndexerBatchStrategyFactory.createIndexerBatchStrategy(FacetSearchConfig facetSearchConfig) protected FlexibleSearchQuerySpecAbstractIndexerStrategy.createIndexerQuery()DefaultIndexerStrategyFactory.createIndexerStrategy(FacetSearchConfig facetSearchConfig) protected IndexerWorkerDefaultIndexerStrategy.createIndexerWorker(IndexerContext indexerContext, long workerNumber, List<PK> workerPks) protected abstract voidAbstractIndexerStrategy.doExecute(IndexerContext indexerContext) protected voidAbstractIndexerStrategy.doExecute(Index resolvedIndex, long indexOperationId, boolean isExternalIndexOperation) protected voidDefaultIndexerStrategy.doExecute(IndexerContext indexerContext) protected voidDistributedIndexerStrategy.doExecute(IndexerContext indexerContext) voidAbstractIndexerStrategy.execute()voidDefaultIndexerBatchStrategy.execute()protected voidDefaultIndexerBatchStrategy.executeIndexerOperation(IndexerBatchContext batchContext) AbstractIndexerStrategy.executeIndexerQuery(FacetSearchConfig facetSearchConfig, IndexedType indexedType, String query, Map<String, Object> queryParameters) DefaultIndexerBatchStrategy.executeIndexerQuery(FacetSearchConfig facetSearchConfig, IndexedType indexedType, List<PK> pks) protected IndexAbstractIndexerStrategy.resolveIndex()AbstractIndexerStrategy.resolvePks()protected voidDefaultIndexerStrategy.runWorkers(IndexerContext indexerContext, ExecutorCompletionService<Integer> completionService, List<DefaultIndexerStrategy.IndexerWorkerWrapper> workers, int retriesLeft) voidDefaultIndexerStrategyTest.testCreatesDefaultIndexerWorkerWithoutReadOnlySettingWhenDisabled()voidDefaultIndexerStrategyTest.testCreatesDefaultIndexerWorkerWithoutReadOnlySettingWhenNotConfigured()voidDefaultIndexerStrategyTest.testCreatesDefaultIndexerWorkerWithReadOnlySettingWhenEnabled()protected voidDistributedIndexerStrategy.waitForDistributedIndexer(String processCode) -
Uses of IndexerException in de.hybris.platform.solrfacetsearch.indexer.workers
Methods in de.hybris.platform.solrfacetsearch.indexer.workers that throw IndexerExceptionModifier and TypeMethodDescriptionIndexerWorkerFactory.createIndexerWorker(FacetSearchConfig facetSearchConfig) Creates a new indexer worker. -
Uses of IndexerException in de.hybris.platform.solrfacetsearch.indexer.workers.impl
Methods in de.hybris.platform.solrfacetsearch.indexer.workers.impl that throw IndexerExceptionModifier and TypeMethodDescriptionDefaultIndexerWorkerFactory.createIndexerWorker(FacetSearchConfig facetSearchConfig) protected voidDefaultIndexerWorker.doRun() -
Uses of IndexerException in de.hybris.platform.solrfacetsearch.integration
Methods in de.hybris.platform.solrfacetsearch.integration that throw IndexerExceptionModifier and TypeMethodDescriptionvoidSolrIndexHotUpdateTest.shouldChangeLastIndexTimeWhenFullIndex()voidSolrIndexHotUpdateTest.shouldNotChangeLastIndexTimeWhenPartialUpdate()voidSolrSynonymsIntegrationTest.testAddingSynonyms()voidSolrSynonymsIntegrationTest.testDeleteSynonymsWithSpecialCharacterKeys()voidSolrSynonymsIntegrationTest.testRemoveSynonyms()voidSolrStopWordsIntegrationTest.testSearchForStopWordAfterUpdate()voidSolrStopWordsIntegrationTest.testSearchForStopWordAfterUpdateWithSpecialCharacterStopword()voidSolrStopWordsIntegrationTest.testSearchForStopWordBeforeUpdate()voidSolrStopWordsIntegrationTest.testSearchForStopWordInOtherLanguage()voidSolrSynonymsIntegrationTest.testSearchForSynonymBeforeUpdate()voidSolrSynonymsIntegrationTest.testUpdateSynonyms()voidSolrSynonymsIntegrationTest.testUpdateSynonymsTwoTimesWithCaseSensitiveSynonymKeys() -
Uses of IndexerException in de.hybris.platform.solrfacetsearch.search.impl
Methods in de.hybris.platform.solrfacetsearch.search.impl that throw IndexerExceptionModifier and TypeMethodDescriptionvoidSolrSearchResultTest.testGetResultData()voidSolrSearchResultTest.testGetResultDataWithPostProcessors()