Uses of Class
de.hybris.platform.solrfacetsearch.indexer.exceptions.IndexerException
-
-
Uses of IndexerException in com.hybris.backoffice.solrsearch.indexer.cron
Methods in com.hybris.backoffice.solrsearch.indexer.cron that throw IndexerException Modifier and Type Method Description protected voidAbstractBackofficeSolrIndexerJob. synchronizeIndexForConfig(SolrFacetSearchConfigModel config, java.util.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, java.util.Collection<PK> pks)Deprecated, for removal: This API element is subject to removal in a future version.protected voidBackofficeSolrIndexerDeleteJob. synchronizeIndexForType(FacetSearchConfig facetSearchConfig, IndexedType type, java.util.Collection<PK> pks)Deprecated, for removal: This API element is subject to removal in a future version.protected voidBackofficeSolrIndexerUpdateJob. synchronizeIndexForType(FacetSearchConfig facetSearchConfig, IndexedType type, java.util.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 IndexerException Modifier and Type Method Description IndexerStrategyBackofficeIndexerStrategyFactory. 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 IndexerException Modifier and Type Method Description voidBackofficeSolrIndexerUpdateJobTest. 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 IndexerException Modifier and Type Method Description voidDefaultMerchCatalogListener. afterBatch(IndexerBatchContext indexerBatchContext)Handles a notification that the processing for a particularIndexerBatchContexthas just been completed.voidMerchIndexingListener. afterBatch(IndexerBatchContext batchContext)Handles a notification that the processing for a particularIndexerBatchContexthas just been completed.voidDefaultMerchCatalogListener. afterBatchError(IndexerBatchContext indexerBatchContext)Handles a notification that the processing for a particularIndexerBatchContextfailed.voidMerchIndexingListener. afterBatchError(IndexerBatchContext batchContext)Handles a notification that the processing for a particularIndexerBatchContextfailed.voidDefaultMerchCatalogListener. afterIndex(IndexerContext indexerContext)Handles a notification that the indexing for a particularIndexerContexthas just been completed.voidMerchIndexingListener. afterIndex(IndexerContext context)Handles a notification that the indexing for a particularIndexerContexthas just been completed.voidDefaultMerchCatalogListener. afterIndexError(IndexerContext indexerContext)Handles a notification that the indexing for a particularIndexerContextfailed.voidMerchIndexingListener. afterIndexError(IndexerContext context)Handles a notification that the indexing for a particularIndexerContextfailed.voidDefaultMerchCatalogListener. beforeBatch(IndexerBatchContext indexerBatchContext)Handles a notification that the processing for a particularIndexerBatchContextis about to begin.voidMerchIndexingListener. beforeBatch(IndexerBatchContext batchContext)Handles a notification that the processing for a particularIndexerBatchContextis about to begin.voidDefaultMerchCatalogListener. beforeIndex(IndexerContext context)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. testAfterIndexFull()voidDefaultMerchCatalogListenerTest. testAfterIndexPartial()voidDefaultMerchCatalogListenerTest. testBeforeIndexWithDisabledProductDirectoryId()voidDefaultMerchCatalogListenerTest. testBeforeIndexWithNullProductDirectoryId()voidDefaultMerchCatalogListenerTest. testBeforeIndexWithProductDirectoryId() -
Uses of IndexerException in com.hybris.merchandising.service
Methods in com.hybris.merchandising.service that throw IndexerException Modifier and Type Method Description default java.util.List<CategoryHierarchy>MerchCatalogService. getCategories(MerchProductDirectoryConfigModel merchProductDirectoryConfigModel)Retrieves a list ofCategoryHierarchyobjects representing the category hierarchy.default java.util.List<Product>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 IndexerException Modifier and Type Method Description protected java.util.Map<java.lang.String,FacetField>DefaultMerchCatalogService. createMerchFacetPropertiesMapping(IndexerBatchContext batchContext, SearchQuery searchQuery)createMerchFacetPropertiesMapping is a method for mapping facets to output for consumption by Merchandising.java.util.List<CategoryHierarchy>DefaultMerchCatalogService. getCategories(MerchProductDirectoryConfigModel config)Retrieves a list ofCategoryHierarchyobjects representing the category hierarchy.java.util.List<Product>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 IndexerException Modifier and Type Method Description protected 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 IndexerException Modifier and Type Method Description voidCommerceSessionInitializationListener. 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 IndexerException Modifier and Type Method Description voidMarketplaceSessionInitializationListener. 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 IndexerException Modifier and Type Method Description voidIndexerBatchListener. 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.TIndexerQueryContextFactory. 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.voidIndexerService. deleteFromIndex(FacetSearchConfig facetSearchConfig)Removes some items from the index.voidIndexerService. deleteFromIndex(FacetSearchConfig facetSearchConfig, java.util.Map<java.lang.String,java.lang.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, java.util.List<PK> pks)Removes some items from the index for a specific type.voidIndexerService. deleteTypeIndex(FacetSearchConfig facetSearchConfig, IndexedType indexedType, java.util.List<PK> pks, java.util.Map<java.lang.String,java.lang.String> indexerHints)Same asIndexerService.deleteTypeIndex(FacetSearchConfig, IndexedType, List)but allows to pass the indexer hints as parameter.voidIndexerService. deleteTypeIndex(FacetSearchConfig facetSearchConfig, IndexedType indexedType, java.util.Map<java.lang.String,java.lang.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.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.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, java.util.Map<java.lang.String,java.lang.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, java.util.Map<java.lang.String,java.lang.String> indexerHints)Same asIndexerService.updateIndex(FacetSearchConfig)but allows to pass the indexer hints as parameter.voidIndexerService. 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.voidIndexerService. 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 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, java.util.List<PK> pks)Updates some items on the index for a specific type.voidIndexerService. updateTypeIndex(FacetSearchConfig facetSearchConfig, IndexedType indexedType, java.util.List<PK> pks, java.util.Map<java.lang.String,java.lang.String> indexerHints)Same asIndexerService.updateTypeIndex(FacetSearchConfig, IndexedType, List)but allows to pass the indexer hints as parameter.voidIndexerService. updateTypeIndex(FacetSearchConfig facetSearchConfig, IndexedType indexedType, java.util.Map<java.lang.String,java.lang.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 IndexerException Modifier and Type Method Description voidSolrExtIndexerJobTest. executeQueryWithContextAwareParameters()voidSolrExtIndexerJobTest. executeQueryWithCronJobAwareParameters()voidSolrExtIndexerJobTest. executeQueryWithParameters()protected voidSolrIndexerHotUpdateJob. indexItems(SolrIndexerHotUpdateCronJobModel indexerCronJob, FacetSearchConfig facetSearchConfig, java.util.Collection<ItemModel> items)protected voidSolrIndexerJob. indexItems(SolrIndexerCronJobModel solrIndexerCronJob, FacetSearchConfig facetSearchConfig)protected voidSolrExtIndexerJob. 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)voidSolrExtIndexerJobIntegrationTest. testSearchBeforeUpdate() -
Uses of IndexerException in de.hybris.platform.solrfacetsearch.indexer.exceptions
Subclasses of IndexerException in de.hybris.platform.solrfacetsearch.indexer.exceptions Modifier and Type Class Description classExporterExceptionclassUndefinedIndexerQuery -
Uses of IndexerException in de.hybris.platform.solrfacetsearch.indexer.impl
Methods in de.hybris.platform.solrfacetsearch.indexer.impl that throw IndexerException Modifier and Type Method Description DefaultIndexerQueryContextDefaultIndexerQueryContextFactory. createContext(FacetSearchConfig facetSearchConfig, IndexedType indexedType, java.lang.String query, java.util.Map<java.lang.String,java.lang.Object> queryParameters)protected IndexerStrategyDefaultIndexerService. createIndexerStrategy(FacetSearchConfig facetSearchConfig)voidDefaultIndexerService. deleteFromIndex(FacetSearchConfig facetSearchConfig)voidDefaultIndexerService. deleteFromIndex(FacetSearchConfig facetSearchConfig, java.util.Map<java.lang.String,java.lang.String> indexerHints)voidDefaultIndexerService. deleteTypeIndex(FacetSearchConfig facetSearchConfig, IndexedType indexedType)voidDefaultIndexerService. deleteTypeIndex(FacetSearchConfig facetSearchConfig, IndexedType indexedType, java.util.List<PK> pks)voidDefaultIndexerService. deleteTypeIndex(FacetSearchConfig facetSearchConfig, IndexedType indexedType, java.util.List<PK> pks, java.util.Map<java.lang.String,java.lang.String> indexerHints)voidDefaultIndexerService. deleteTypeIndex(FacetSearchConfig facetSearchConfig, IndexedType indexedType, java.util.Map<java.lang.String,java.lang.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)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 voidDefaultIndexer. handleError(IndexConfig indexConfig, IndexedType indexedType, java.lang.String message, java.lang.Exception error)java.util.Collection<org.apache.solr.common.SolrInputDocument>DefaultIndexer. indexItems(java.util.Collection<ItemModel> items, FacetSearchConfig facetSearchConfig, IndexedType indexedType)java.util.Collection<org.apache.solr.common.SolrInputDocument>DefaultIndexer. indexItems(java.util.Collection<ItemModel> items, FacetSearchConfig facetSearchConfig, IndexedType indexedType, java.util.Collection<IndexedProperty> indexedProperties)voidDefaultIndexerBatchContextFactory. initializeContext()voidDefaultIndexerContextFactory. initializeContext()voidDefaultIndexerQueryContextFactory. initializeContext()voidDefaultIndexerService. performFullIndex(FacetSearchConfig facetSearchConfig)voidDefaultIndexerService. performFullIndex(FacetSearchConfig facetSearchConfig, java.util.Map<java.lang.String,java.lang.String> indexerHints)voidDefaultIndexerBatchContextFactory. prepareContext()voidDefaultIndexerContextFactory. prepareContext()voidDefaultIndexer. removeItemsByPk(java.util.Collection<PK> pks, FacetSearchConfig facetSearchConfig, IndexedType indexedType, Index index)voidIndexationInLanguageContextTest. testIndexInEnglish()voidIndexationInLanguageContextTest. testIndexInGerman()voidIndexationInUserContextTest. testQueryNotPermittedAttribute()voidDefaultIndexerService. updateIndex(FacetSearchConfig facetSearchConfig)voidDefaultIndexerService. updateIndex(FacetSearchConfig facetSearchConfig, java.util.Map<java.lang.String,java.lang.String> indexerHints)voidDefaultIndexerService. updatePartialTypeIndex(FacetSearchConfig facetSearchConfig, IndexedType indexedType, java.util.Collection<IndexedProperty> indexedProperties, java.util.List<PK> pks)voidDefaultIndexerService. 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)voidDefaultIndexerService. updateTypeIndex(FacetSearchConfig facetSearchConfig, IndexedType indexedType)voidDefaultIndexerService. updateTypeIndex(FacetSearchConfig facetSearchConfig, IndexedType indexedType, java.util.List<PK> pks)voidDefaultIndexerService. updateTypeIndex(FacetSearchConfig facetSearchConfig, IndexedType indexedType, java.util.List<PK> pks, java.util.Map<java.lang.String,java.lang.String> indexerHints)voidDefaultIndexerService. updateTypeIndex(FacetSearchConfig facetSearchConfig, IndexedType indexedType, java.util.Map<java.lang.String,java.lang.String> indexerHints) -
Uses of IndexerException in de.hybris.platform.solrfacetsearch.indexer.listeners
Methods in de.hybris.platform.solrfacetsearch.indexer.listeners that throw IndexerException Modifier and Type Method Description voidCommitModeListener. 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 IndexerException Modifier and Type Method Description java.util.Collection<org.apache.solr.common.SolrInputDocument>Indexer. indexItems(java.util.Collection<ItemModel> items, FacetSearchConfig facetSearchConfig, IndexedType indexedType)Method send items to indexer.java.util.Collection<org.apache.solr.common.SolrInputDocument>Indexer. indexItems(java.util.Collection<ItemModel> items, FacetSearchConfig facetSearchConfig, IndexedType indexedType, java.util.Collection<IndexedProperty> indexedProperties)Method send items to indexer.voidIndexer. removeItemsByPk(java.util.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 IndexerException Modifier and Type Method Description IndexerBatchStrategyIndexerBatchStrategyFactory. createIndexerBatchStrategy(FacetSearchConfig facetSearchConfig)Create new IndexerBatchStrategy.IndexerStrategyIndexerStrategyFactory. 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 IndexerException Modifier and Type Method Description IndexerBatchStrategyDefaultIndexerBatchStrategyFactory. createIndexerBatchStrategy(FacetSearchConfig facetSearchConfig)protected FlexibleSearchQuerySpecAbstractIndexerStrategy. createIndexerQuery()IndexerStrategyDefaultIndexerStrategyFactory. createIndexerStrategy(FacetSearchConfig facetSearchConfig)protected IndexerWorkerDefaultIndexerStrategy. createIndexerWorker(IndexerContext indexerContext, long workerNumber, java.util.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)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 java.util.List<ItemModel>DefaultIndexerBatchStrategy. executeIndexerQuery(FacetSearchConfig facetSearchConfig, IndexedType indexedType, java.util.List<PK> pks)protected IndexAbstractIndexerStrategy. resolveIndex()protected java.util.List<PK>AbstractIndexerStrategy. resolvePks()protected voidDefaultIndexerStrategy. runWorkers(IndexerContext indexerContext, java.util.concurrent.ExecutorCompletionService<java.lang.Integer> completionService, java.util.List<DefaultIndexerStrategy.IndexerWorkerWrapper> workers, int retriesLeft)protected voidDistributedIndexerStrategy. waitForDistributedIndexer(java.lang.String processCode) -
Uses of IndexerException in de.hybris.platform.solrfacetsearch.indexer.workers
Methods in de.hybris.platform.solrfacetsearch.indexer.workers that throw IndexerException Modifier and Type Method Description IndexerWorkerIndexerWorkerFactory. 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 IndexerException Modifier and Type Method Description IndexerWorkerDefaultIndexerWorkerFactory. createIndexerWorker(FacetSearchConfig facetSearchConfig)protected voidDefaultIndexerWorker. doRun() -
Uses of IndexerException in de.hybris.platform.solrfacetsearch.integration
Methods in de.hybris.platform.solrfacetsearch.integration that throw IndexerException Modifier and Type Method Description voidSolrIndexHotUpdateTest. 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 IndexerException Modifier and Type Method Description voidSolrSearchResultTest. testGetResultData()voidSolrSearchResultTest. testGetResultDataWithPostProcessors()
-