Uses of Class
de.hybris.platform.solrfacetsearch.solr.exceptions.SolrServiceException
-
-
Uses of SolrServiceException in com.hybris.backoffice.solrsearch.indexer.cron
Methods in com.hybris.backoffice.solrsearch.indexer.cron that throw SolrServiceException 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. -
Uses of SolrServiceException in com.hybris.merchandising.indexer.listeners
Methods in com.hybris.merchandising.indexer.listeners that throw SolrServiceException Modifier and Type Method Description voidMerchIndexingListenerTest. setUp() -
Uses of SolrServiceException in de.hybris.platform.solrfacetsearch.config
Methods in de.hybris.platform.solrfacetsearch.config that throw SolrServiceException Modifier and Type Method Description protected voidRangedIndexedPropertyTest. loadData() -
Uses of SolrServiceException in de.hybris.platform.solrfacetsearch.config.factories
Methods in de.hybris.platform.solrfacetsearch.config.factories that throw SolrServiceException Modifier and Type Method Description FlexibleSearchQuerySpecFlexibleSearchQuerySpecFactory. createIndexQuery(IndexedTypeFlexibleSearchQuery indexTypeFlexibleSearchQueryData, IndexedType indexedType, FacetSearchConfig facetSearchConfig)Creates instance ofFlexibleSearchQuerySpecbased on theIndexedTypeFlexibleSearchQuery -
Uses of SolrServiceException in de.hybris.platform.solrfacetsearch.config.factories.impl
Methods in de.hybris.platform.solrfacetsearch.config.factories.impl that throw SolrServiceException Modifier and Type Method Description FlexibleSearchQuerySpecDefaultFlexibleSearchQuerySpecFactory. createIndexQuery(IndexedTypeFlexibleSearchQuery indexTypeFlexibleSearchQueryData, IndexedType indexedType, FacetSearchConfig facetSearchConfig)protected java.util.DateDefaultFlexibleSearchQuerySpecFactory. getLastIndexTime(FacetSearchConfig facetSearchConfig, IndexedType indexedType)protected voidDefaultFlexibleSearchQuerySpecFactory. populateRuntimeParameters(IndexedTypeFlexibleSearchQuery indexTypeFlexibleSearchQueryData, IndexedType indexedType, FacetSearchConfig facetSearchConfig)voidDefaultFlexibleSearchQuerySpecFactoryTest. setUp()voidDefaultFlexibleSearchQuerySpecFactoryTest. testCreate()voidDefaultFlexibleSearchQuerySpecFactoryTest. testCreateWithInitialParametersAndContextAwareProvider()voidDefaultFlexibleSearchQuerySpecFactoryTest. testCreateWithInitialParametersAndDynamicProvider()voidDefaultFlexibleSearchQuerySpecFactoryTest. testCreateWithInjectedTimes() -
Uses of SolrServiceException in de.hybris.platform.solrfacetsearch.indexer.cron
Methods in de.hybris.platform.solrfacetsearch.indexer.cron that throw SolrServiceException Modifier and Type Method Description voidSolrExtIndexerJobIntegrationTest. testUpdateLastIndexTimeNotChange() -
Uses of SolrServiceException in de.hybris.platform.solrfacetsearch.indexer.impl
Methods in de.hybris.platform.solrfacetsearch.indexer.impl that throw SolrServiceException Modifier and Type Method Description protected voidIndexationInLanguageContextTest. loadData()protected voidSolrIndexerLanguageFallbackTest. loadData()voidSolrServerExporterTest. setUp()voidIndexationInLanguageContextTest. testIndexInEnglish()voidIndexationInLanguageContextTest. testIndexInGerman() -
Uses of SolrServiceException in de.hybris.platform.solrfacetsearch.indexer.listeners
Methods in de.hybris.platform.solrfacetsearch.indexer.listeners that throw SolrServiceException Modifier and Type Method Description voidCommitModeListenerTest. setUp()voidOptimizeModeListenerTest. setUp() -
Uses of SolrServiceException in de.hybris.platform.solrfacetsearch.indexer.workers.impl
Methods in de.hybris.platform.solrfacetsearch.indexer.workers.impl that throw SolrServiceException Modifier and Type Method Description protected voidDefaultIndexerWorker. doRun() -
Uses of SolrServiceException in de.hybris.platform.solrfacetsearch.integration
Methods in de.hybris.platform.solrfacetsearch.integration that throw SolrServiceException Modifier and Type Method Description protected voidSearchFulltextTest. loadData()protected voidSearchGroupingTest. loadData()protected voidSearchHighlightingFieldsTest. loadData()protected voidSearchMethodTest. loadData()protected voidSearchQueryBoostsTest. loadData()protected voidSearchQueryExcludedItemsTest. loadData()protected voidSearchQueryPromotedItemsTest. loadData()protected voidSolrStopWordsIntegrationTest. loadData()protected voidSolrSynonymsIntegrationTest. loadData()voidSolrIndexHotUpdateTest. shouldChangeLastIndexTimeWhenFullIndex()voidSolrIndexHotUpdateTest. shouldNotChangeLastIndexTimeWhenPartialUpdate()voidIndexCreationTest. testCreateIndex() -
Uses of SolrServiceException in de.hybris.platform.solrfacetsearch.search
Methods in de.hybris.platform.solrfacetsearch.search that throw SolrServiceException Modifier and Type Method Description protected voidSearchByPropertiesWithExportIdTest. loadData()Test solr configuration builds index for products from test catalog for two index properties: 1.) propertyName : code , exportId : code_id
2.) propertyName : name, exportId : null -
Uses of SolrServiceException in de.hybris.platform.solrfacetsearch.solr
Methods in de.hybris.platform.solrfacetsearch.solr that throw SolrServiceException Modifier and Type Method Description SolrIndexModelSolrIndexService. activateIndex(java.lang.String facetSearchConfig, java.lang.String indexedType, java.lang.String qualifier)Activates an index.SolrIndexOperationModelSolrIndexOperationService. cancelOperation(long id)Cancels the index operation.voidSolrSearchProvider. commit(Index index, SolrSearchProvider.CommitType commitType)Performs a commit on the given index.SolrIndexModelSolrIndexService. createIndex(java.lang.String facetSearchConfig, java.lang.String indexedType, java.lang.String qualifier)Creates an index.voidSolrSearchProvider. createIndex(Index index)Creates an index (if it does not exist).voidSolrSearchProvider. deleteAllDocuments(Index index)Deletes all documents from an index.voidSolrSearchProvider. deleteDocumentsByPk(Index index, java.util.Collection<PK> pks)Deletes documents matching the provided list of pksvoidSolrIndexService. deleteIndex(java.lang.String facetSearchConfig, java.lang.String indexedType, java.lang.String qualifier)Deletes an index.voidSolrSearchProvider. deleteIndex(Index index)Deletes an index (if it exists).voidSolrSearchProvider. deleteOldDocuments(Index index, long indexOperationId)Deletes old documents from an index.SolrIndexOperationModelSolrIndexOperationService. endOperation(long id, boolean indexError)End the index operation with statuses SUCCESS or FAILED depending on the indexError.voidSolrSearchProvider. exportConfig(Index index)Exports the configuration to a specific index.SolrIndexModelSolrIndexService. getActiveIndex(java.lang.String facetSearchConfig, java.lang.String indexedType)Returns the active index for a specific facet search configuration and indexed type.java.util.List<SolrIndexModel>SolrIndexService. getAllIndexes()Returns all indexes.org.apache.solr.client.solrj.SolrClientSolrSearchProvider. getClient(Index index)ReturnsSolrClientfor specificIndex, that can be used for searches.org.apache.solr.client.solrj.SolrClientSolrSearchProvider. getClientForIndexing(Index index)ReturnsSolrClientfor specificIndex, that can be used for indexing.SolrIndexModelSolrIndexService. getIndex(java.lang.String facetSearchConfig, java.lang.String indexedType, java.lang.String qualifier)Finds an index by facet search configuration, indexed type and qualifier.java.util.List<SolrIndexModel>SolrIndexService. getIndexesForConfigAndType(java.lang.String facetSearchConfig, java.lang.String indexedType)Returns all indexes for a specific facet search configuration and indexed type.java.util.DateSolrIndexOperationService. getLastIndexOperationTime(SolrIndexModel index)Get end time of the last successful FULL or UPDATE indexing operation for the given index.SolrIndexOperationModelSolrIndexOperationService. getOperationForId(long id)finds an index operation by id.CachedSolrClientSolrClientPool. getOrCreate(Index index, SolrClientType solrClientType, java.util.function.Function<SolrConfig,org.apache.solr.client.solrj.SolrClient> createMethod)Returns aSolrClientfrom the pool or creates it if it does not exist.CachedSolrClientSolrClientPool. getOrCreate(Index index, SolrClientType solrClientType, java.util.function.Function<SolrConfig,org.apache.solr.client.solrj.SolrClient> createMethod, java.util.function.Consumer<org.apache.solr.client.solrj.SolrClient> closeMethod)Returns aSolrClientfrom the pool or creates it if it does not exist.SolrIndexModelSolrIndexService. getOrCreateIndex(java.lang.String facetSearchConfig, java.lang.String indexedType, java.lang.String qualifier)Gets or creates an index (if it does not exist yet).SolrSearchProviderSolrSearchProviderFactory. getSearchProvider(FacetSearchConfig facetSearchConfig, IndexedType indexedType)Returns aSolrSearchProviderinstance.voidSolrSearchProvider. optimize(Index index)Optimizes a given index.SolrIndexOperationModelSolrIndexOperationService. startOperation(SolrIndexModel index, long id, IndexOperation operation, boolean external)Starts an index operation. -
Uses of SolrServiceException in de.hybris.platform.solrfacetsearch.solr.exceptions
Subclasses of SolrServiceException in de.hybris.platform.solrfacetsearch.solr.exceptions Modifier and Type Class Description classSolrIndexNotFoundExceptionException indicating that an index was not found.classSolrIndexOperationNotFoundExceptionException indicating that an index operation was not found.classSolrRestExceptionRepresents a Solr server REST call related exception. -
Uses of SolrServiceException in de.hybris.platform.solrfacetsearch.solr.impl
Method parameters in de.hybris.platform.solrfacetsearch.solr.impl with type arguments of type SolrServiceException Modifier and Type Method Description protected <T> TDefaultSolrIndexService. doInTxWithOptimisticLocking(DefaultSolrIndexService.ExecutionBody<T,SolrServiceException> action)Methods in de.hybris.platform.solrfacetsearch.solr.impl that throw SolrServiceException Modifier and Type Method Description SolrIndexModelDefaultSolrIndexService. activateIndex(java.lang.String facetSearchConfig, java.lang.String indexedType, java.lang.String qualifier)SolrIndexOperationModelDefaultSolrIndexOperationService. cancelOperation(long id)voidAbstractSolrSearchProvider. commit(Index index, SolrSearchProvider.CommitType commitType)voidXmlExportSearchProvider. commit(Index index, SolrSearchProvider.CommitType commitType)protected SolrIndexModelDefaultSolrIndexService. createIndex(SolrFacetSearchConfigModel facetSearchConfig, SolrIndexedTypeModel indexedType, java.lang.String qualifier)SolrIndexModelDefaultSolrIndexService. createIndex(java.lang.String facetSearchConfig, java.lang.String indexedType, java.lang.String qualifier)voidSolrCloudSearchProvider. createIndex(Index index)voidSolrStandaloneSearchProvider. createIndex(Index index)voidXmlExportSearchProvider. createIndex(Index index)voidAbstractSolrSearchProvider. deleteAllDocuments(Index index)voidXmlExportSearchProvider. deleteAllDocuments(Index index)voidAbstractSolrSearchProvider. deleteDocumentsByPk(Index index, java.util.Collection<PK> pks)voidDefaultSolrIndexService. deleteIndex(java.lang.String facetSearchConfig, java.lang.String indexedType, java.lang.String qualifier)voidSolrCloudSearchProvider. deleteIndex(Index index)voidSolrStandaloneSearchProvider. deleteIndex(Index index)voidXmlExportSearchProvider. deleteIndex(Index index)voidAbstractSolrSearchProvider. deleteOldDocuments(Index index, long indexOperationId)voidXmlExportSearchProvider. deleteOldDocuments(Index index, long indexOperationId)protected SolrIndexModelDefaultSolrIndexService. doActivateIndex(java.lang.String facetSearchConfig, java.lang.String indexedType, java.lang.String qualifier)protected <T> TDefaultSolrIndexService. doInTxWithOptimisticLocking(DefaultSolrIndexService.ExecutionBody<T,SolrServiceException> action)protected java.lang.StringAbstractSolrSearchProvider. encode(java.lang.String string)SolrIndexOperationModelDefaultSolrIndexOperationService. endOperation(long id, boolean indexError)protected voidAbstractSolrSearchProvider. exportConfig(Index index, org.apache.solr.client.solrj.SolrClient solrClient)voidSolrCloudSearchProvider. exportConfig(Index index)voidSolrStandaloneSearchProvider. exportConfig(Index index)voidXmlExportSearchProvider. exportConfig(Index index)protected voidAbstractSolrSearchProvider. exportStopWords(Index index, org.apache.solr.client.solrj.SolrClient solrClient, java.util.Map<java.lang.String,ManagedResource> managedResources, java.util.List<java.lang.String> languages)protected voidAbstractSolrSearchProvider. exportSynonyms(Index index, org.apache.solr.client.solrj.SolrClient solrClient, java.util.Map<java.lang.String,ManagedResource> managedResources, java.util.List<java.lang.String> languages)protected SolrFacetSearchConfigModelDefaultSolrIndexService. findFacetSearchConfig(java.lang.String facetSearchConfig)protected SolrIndexModelDefaultSolrIndexService. findIndex(SolrFacetSearchConfigModel facetSearchConfig, SolrIndexedTypeModel indexedType, java.lang.String qualifier)protected SolrIndexedTypeModelDefaultSolrIndexService. findIndexedType(SolrFacetSearchConfigModel facetSearchConfigModel, java.lang.String indexedType)SolrIndexModelDefaultSolrIndexService. getActiveIndex(java.lang.String facetSearchConfig, java.lang.String indexedType)java.util.List<SolrIndexModel>DefaultSolrIndexService. getAllIndexes()CachedSolrClientSolrCloudSearchProvider. getClient(Index index)CachedSolrClientSolrStandaloneSearchProvider. getClient(Index index)org.apache.solr.client.solrj.SolrClientXmlExportSearchProvider. getClient(Index index)CachedSolrClientSolrCloudSearchProvider. getClientForIndexing(Index index)CachedSolrClientSolrStandaloneSearchProvider. getClientForIndexing(Index index)org.apache.solr.client.solrj.SolrClientXmlExportSearchProvider. getClientForIndexing(Index index)SolrIndexModelDefaultSolrIndexService. getIndex(java.lang.String facetSearchConfig, java.lang.String indexedType, java.lang.String qualifier)java.util.List<SolrIndexModel>DefaultSolrIndexService. getIndexesForConfigAndType(java.lang.String facetSearchConfig, java.lang.String indexedType)java.util.DateDefaultSolrIndexOperationService. getLastIndexOperationTime(SolrIndexModel index)SolrIndexOperationModelDefaultSolrIndexOperationService. getOperationForId(long id)CachedSolrClientDefaultSolrClientPool. getOrCreate(Index index, SolrClientType clientType, java.util.function.Function<SolrConfig,org.apache.solr.client.solrj.SolrClient> createMethod)CachedSolrClientDefaultSolrClientPool. getOrCreate(Index index, SolrClientType clientType, java.util.function.Function<SolrConfig,org.apache.solr.client.solrj.SolrClient> createMethod, java.util.function.Consumer<org.apache.solr.client.solrj.SolrClient> closeMethod)SolrIndexModelDefaultSolrIndexService. getOrCreateIndex(java.lang.String facetSearchConfig, java.lang.String indexedType, java.lang.String qualifier)SolrSearchProviderDefaultSolrSearchProviderFactory. getSearchProvider(FacetSearchConfig facetSearchConfig, IndexedType indexedType)voidAbstractSolrSearchProvider. optimize(Index index)voidXmlExportSearchProvider. optimize(Index index)SolrIndexOperationModelDefaultSolrIndexOperationService. startOperation(SolrIndexModel index, long id, IndexOperation operation, boolean external)voidDefaultSolrSearchProviderFactoryTest. testGetCloudSearchProvider()voidDefaultSolrSearchProviderFactoryTest. testGetSearchProviderWithNoSupportedSolrMode()voidDefaultSolrSearchProviderFactoryTest. testGetStandaloneSearchProvider()voidDefaultSolrSearchProviderFactoryTest. testGetXmlExportSearchProvider()voidDefaultSolrClientPoolPerformanceTest. testPoolPerformance()voidDefaultSolrClientPoolPerformanceTest. testPoolPerformanceWithInvalidation()protected voidAbstractSolrSearchProvider. updateStopWordsOnServer(org.apache.solr.client.solrj.SolrClient solrClient, java.lang.String indexName, java.lang.String managedResourcePath, java.util.Set<java.lang.String> stopWords, java.util.Set<java.lang.String> serverStopWords)protected voidAbstractSolrSearchProvider. updateSynonymsOnServer(org.apache.solr.client.solrj.SolrClient solrClient, java.lang.String indexName, java.lang.String managedResourcePath, java.util.Map<java.lang.String,java.util.Set<java.lang.String>> synonyms, java.util.Map<java.lang.String,java.util.Set<java.lang.String>> serverSynonyms) -
Uses of SolrServiceException in de.hybris.platform.solrfacetsearch.suggester
Methods in de.hybris.platform.solrfacetsearch.suggester that throw SolrServiceException Modifier and Type Method Description protected voidSolrAutoSuggestServiceTest. loadData() -
Uses of SolrServiceException in de.hybris.platform.solrfacetsearchbackoffice.panel.renderers
Methods in de.hybris.platform.solrfacetsearchbackoffice.panel.renderers that throw SolrServiceException Modifier and Type Method Description protected voidExportSolrConfigurationPanelRenderer. exportConfiguration(java.lang.String configurationName)
-