Uses of Class
de.hybris.platform.solrfacetsearch.config.exceptions.FacetConfigServiceException
-
-
Uses of FacetConfigServiceException in com.hybris.backoffice.solrsearch.indexer.cron
Methods in com.hybris.backoffice.solrsearch.indexer.cron that throw FacetConfigServiceException Modifier and Type Method Description protected voidAbstractBackofficeSolrIndexerJob. synchronizeIndexForConfig(SolrFacetSearchConfigModel config, java.util.List<SolrModifiedItemModel> items)Deprecated. -
Uses of FacetConfigServiceException in com.hybris.backoffice.solrsearch.indexing
Methods in com.hybris.backoffice.solrsearch.indexing that throw FacetConfigServiceException Modifier and Type Method Description voidDirectSolrIndexSynchronizationStrategyTest. init()voidDirectSolrIndexSynchronizationStrategyTest. testRemoveItem()voidDirectSolrIndexSynchronizationStrategyTest. testUpdateItem() -
Uses of FacetConfigServiceException in com.hybris.backoffice.solrsearch.services
Methods in com.hybris.backoffice.solrsearch.services that throw FacetConfigServiceException Modifier and Type Method Description FacetSearchConfigBackofficeFacetSearchConfigService. getFacetSearchConfig(java.lang.String typeCode)Finds matching config for given type or one of its superTypes.SolrFacetSearchConfigModelBackofficeFacetSearchConfigService. getSolrFacetSearchConfigModel(java.lang.String typeCode)Finds matching config for given type or one of its superTypes. -
Uses of FacetConfigServiceException in com.hybris.backoffice.solrsearch.services.impl
Methods in com.hybris.backoffice.solrsearch.services.impl that throw FacetConfigServiceException Modifier and Type Method Description FacetSearchConfigDefaultBackofficeFacetSearchConfigService. getFacetSearchConfig(java.lang.String typeCode)SolrFacetSearchConfigModelDefaultBackofficeFacetSearchConfigService. getSolrFacetSearchConfigModel(java.lang.String typeCode) -
Uses of FacetConfigServiceException in de.hybris.platform.adaptivesearchsolr.strategies.impl
Methods in de.hybris.platform.adaptivesearchsolr.strategies.impl that throw FacetConfigServiceException Modifier and Type Method Description protected SearchQuerySolrAsSearchProvider. convertSearchQuery(AsSearchProfileContext context, AsSearchQueryData searchQuery) -
Uses of FacetConfigServiceException in de.hybris.platform.commerceservices.search.solrfacetsearch.impl
Methods in de.hybris.platform.commerceservices.search.solrfacetsearch.impl that throw FacetConfigServiceException Modifier and Type Method Description voidDefaultSolrProductSearchServiceTest. setUp() -
Uses of FacetConfigServiceException in de.hybris.platform.commerceservices.search.solrfacetsearch.populators
Methods in de.hybris.platform.commerceservices.search.solrfacetsearch.populators that throw FacetConfigServiceException Modifier and Type Method Description protected FacetSearchConfigSearchSolrQueryPopulator. getFacetSearchConfig()Resolves suitableFacetSearchConfigfor the query based on the configured strategy bean. -
Uses of FacetConfigServiceException in de.hybris.platform.solrfacetsearch.common
Methods in de.hybris.platform.solrfacetsearch.common that throw FacetConfigServiceException Modifier and Type Method Description protected java.lang.StringAbstractYSolrService. resolveIndexedPropertyFieldName(SolrIndexedPropertyModel indexedProperty, LanguageModel language) -
Uses of FacetConfigServiceException in de.hybris.platform.solrfacetsearch.config
Methods in de.hybris.platform.solrfacetsearch.config that throw FacetConfigServiceException Modifier and Type Method Description FacetSearchConfigFacetSearchConfigService. getConfiguration(CatalogVersionModel catalogVersion)Searches for the configuration for the specified catalog version.FacetSearchConfigFacetSearchConfigService. getConfiguration(java.lang.String name)Returns the configuration by nameprotected voidRangedIndexedPropertyTest. loadData()java.util.List<IndexedProperty>FacetSearchConfigService. resolveIndexedProperties(FacetSearchConfig facetSearchConfig, IndexedType indexedType, java.util.Collection<java.lang.String> indexedPropertiesIds)Resolves indexed properties by ids.IndexedTypeFacetSearchConfigService. resolveIndexedType(FacetSearchConfig facetSearchConfig, java.lang.String indexedTypeName)Resolves indexed type by name. -
Uses of FacetConfigServiceException in de.hybris.platform.solrfacetsearch.config.exceptions
Subclasses of FacetConfigServiceException in de.hybris.platform.solrfacetsearch.config.exceptions Modifier and Type Class Description classAmbiguousConfigurationExceptionThrown byDefaultFacetSearchConfigServicewhenever the user specified the configuration in both the xml file and the related configuration items.classFacetConfigUnknownBeanExceptionThrown byDefaultFacetSearchConfigServicewhenever either identity provider of an indexed type or value provider of an indexed property cannot be resolvedclassFacetConfigUnknownItemTypeExceptionThrown byDefaultFacetSearchConfigServicewhen composed type of an indexed type cannot be recognizedclassFacetConfigUnknownValueRangeExceptionThrown byDefaultFacetSearchConfigServicewhenever value range specified in the indexed property definition cannot be foundclassFieldValueProviderExceptionThrown byFieldValueProviderwhenever the specialized field value provider cannot obtain the valueclassPropertyOutOfRangeExceptionThrown byAbstractPropertyFieldValueProvider#getRangeName(de.hybris.platform.solrfacetsearch.config.IndexedProperty, Object)whenever the actual value of the property is not included in any of the related value range set defined in this indexed property definitionclassUnsuportedServerModeExceptionThrown whenever SOLR configuration contains mode definition that is not supported -
Uses of FacetConfigServiceException in de.hybris.platform.solrfacetsearch.config.impl
Methods in de.hybris.platform.solrfacetsearch.config.impl that throw FacetConfigServiceException Modifier and Type Method Description FacetSearchConfigDefaultFacetSearchConfigService. getConfiguration(CatalogVersionModel catalogVersion)FacetSearchConfigDefaultFacetSearchConfigService. getConfiguration(java.lang.String name)protected voidDefaultFacetSearchConfigServiceTest. loadData()java.util.List<IndexedProperty>DefaultFacetSearchConfigService. resolveIndexedProperties(FacetSearchConfig facetSearchConfig, IndexedType indexedType, java.util.Collection<java.lang.String> indexedPropertiesIds)java.util.List<IndexedProperty>MockFacetSearchConfigService. resolveIndexedProperties(FacetSearchConfig facetSearchConfig, IndexedType indexedType, java.util.Collection<java.lang.String> indexedPropertiesIds)IndexedTypeDefaultFacetSearchConfigService. resolveIndexedType(FacetSearchConfig facetSearchConfig, java.lang.String indexedTypeName)IndexedTypeMockFacetSearchConfigService. resolveIndexedType(FacetSearchConfig facetSearchConfig, java.lang.String indexedTypeName) -
Uses of FacetConfigServiceException in de.hybris.platform.solrfacetsearch.converters.populator
Methods in de.hybris.platform.solrfacetsearch.converters.populator that throw FacetConfigServiceException Modifier and Type Method Description protected voidDefaultIndexConfigPopulator. checkSingleQuery(SolrIndexerQueryModel query)protected java.util.Collection<IndexedType>DefaultIndexConfigPopulator. getIndexTypesFromItems(java.util.Collection<SolrIndexedTypeModel> itemTypes, SolrConfig solrConfig)protected voidDefaultIndexedTypePopulator. populateBasic(SolrIndexedTypeModel source, IndexedType target) -
Uses of FacetConfigServiceException in de.hybris.platform.solrfacetsearch.indexer.cron
Methods in de.hybris.platform.solrfacetsearch.indexer.cron that throw FacetConfigServiceException Modifier and Type Method Description voidSolrExtIndexerJobTest. executeQueryWithContextAwareParameters()voidSolrExtIndexerJobTest. executeQueryWithCronJobAwareParameters()voidSolrExtIndexerJobTest. executeQueryWithParameters()voidSolrExtIndexerJobIntegrationTest. testDeleteProduct()voidSolrExtIndexerJobIntegrationTest. testSearchBeforeUpdate()voidSolrExtIndexerJobIntegrationTest. testUpdateLastIndexTimeNotChange()voidSolrExtIndexerJobIntegrationTest. testUpdateProduct() -
Uses of FacetConfigServiceException in de.hybris.platform.solrfacetsearch.indexer.impl
Methods in de.hybris.platform.solrfacetsearch.indexer.impl that throw FacetConfigServiceException Modifier and Type Method Description protected voidIndexationInLanguageContextTest. loadData()protected voidIndexationInUserContextTest. loadData()protected voidSolrIndexerLanguageFallbackTest. loadData()voidIndexationInLanguageContextTest. testIndexInEnglish()voidIndexationInLanguageContextTest. testIndexInGerman()voidIndexationInUserContextTest. testQueryNotPermittedAttribute() -
Uses of FacetConfigServiceException in de.hybris.platform.solrfacetsearch.indexer.workers.impl
Methods in de.hybris.platform.solrfacetsearch.indexer.workers.impl that throw FacetConfigServiceException Modifier and Type Method Description protected voidDefaultIndexerWorker. doRun() -
Uses of FacetConfigServiceException in de.hybris.platform.solrfacetsearch.integration
Methods in de.hybris.platform.solrfacetsearch.integration that throw FacetConfigServiceException Modifier and Type Method Description protected FacetSearchConfigAbstractIntegrationTest. getFacetSearchConfig()protected FacetSearchConfigMultithreadedIndexerServiceAccessTest. getFacetSearchConfig(int threadNumber)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()voidSolrSynonymsIntegrationTest. testAddingSynonyms()voidSolrSynonymsIntegrationTest. testRemoveSynonyms()voidSolrStopWordsIntegrationTest. testSearchForStopWordAfterUpdate()voidSolrStopWordsIntegrationTest. testSearchForStopWordBeforeUpdate()voidSolrStopWordsIntegrationTest. testSearchForStopWordInOtherLanguage()voidSolrSynonymsIntegrationTest. testSearchForSynonymBeforeUpdate()voidSolrSynonymsIntegrationTest. testUpdateSynonyms() -
Uses of FacetConfigServiceException in de.hybris.platform.solrfacetsearch.provider
Methods in de.hybris.platform.solrfacetsearch.provider that throw FacetConfigServiceException Modifier and Type Method Description java.lang.StringFieldNameProvider. getFieldName(SolrIndexedPropertyModel prop, java.lang.String qualifier, FieldNameProvider.FieldType fieldType)Returns field name for a given property, qualifier and FieldType. -
Uses of FacetConfigServiceException in de.hybris.platform.solrfacetsearch.provider.impl
Methods in de.hybris.platform.solrfacetsearch.provider.impl that throw FacetConfigServiceException Modifier and Type Method Description java.lang.StringDefaultFieldNameProvider. getFieldName(SolrIndexedPropertyModel prop, java.lang.String qualifier, FieldNameProvider.FieldType fieldType) -
Uses of FacetConfigServiceException in de.hybris.platform.solrfacetsearch.search
Methods in de.hybris.platform.solrfacetsearch.search that throw FacetConfigServiceException 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 FacetConfigServiceException in de.hybris.platform.solrfacetsearch.search.impl
Methods in de.hybris.platform.solrfacetsearch.search.impl that throw FacetConfigServiceException Modifier and Type Method Description voidSolrSearchResultTest. testGetResultData()voidSolrSearchResultTest. testGetResultDataWithPostProcessors()Deprecated. -
Uses of FacetConfigServiceException in de.hybris.platform.solrfacetsearch.solr
Methods in de.hybris.platform.solrfacetsearch.solr that throw FacetConfigServiceException Modifier and Type Method Description voidSolrServerConnectionParametersTest. testConnectionParameters() -
Uses of FacetConfigServiceException in de.hybris.platform.solrfacetsearch.solr.impl
Methods in de.hybris.platform.solrfacetsearch.solr.impl that throw FacetConfigServiceException Modifier and Type Method Description voidDefaultSolrClientPoolPerformanceTest. testPoolPerformance()voidDefaultSolrClientPoolPerformanceTest. testPoolPerformanceWithInvalidation() -
Uses of FacetConfigServiceException in de.hybris.platform.solrfacetsearch.suggester
Methods in de.hybris.platform.solrfacetsearch.suggester that throw FacetConfigServiceException Modifier and Type Method Description protected voidSolrAutoSuggestServiceTest. loadData() -
Uses of FacetConfigServiceException in de.hybris.platform.solrfacetsearchbackoffice.panel.renderers
Methods in de.hybris.platform.solrfacetsearchbackoffice.panel.renderers that throw FacetConfigServiceException Modifier and Type Method Description protected voidExportSolrConfigurationPanelRenderer. exportConfiguration(java.lang.String configurationName)
-