Uses of Class
de.hybris.platform.solrfacetsearch.model.config.SolrIndexedTypeModel
Packages that use SolrIndexedTypeModel
Package
Description
Contains generated models for each type of com.hybris.merchandising.jalo package.
Contains generated models for each type of de.hybris.platform.solrfacetsearch.jalo package.
Contains generated models for each type of de.hybris.platform.solrfacetsearch.jalo.config package.
-
Uses of SolrIndexedTypeModel in com.hybris.backoffice.solrsearch.services
Methods in com.hybris.backoffice.solrsearch.services that return SolrIndexedTypeModelModifier and TypeMethodDescriptionBackofficeFacetSearchConfigService.getSolrIndexedType(String typeCode) Deprecated, for removal: This API element is subject to removal in a future version.Finds indexed type for given type code or one of its superTypes. -
Uses of SolrIndexedTypeModel in com.hybris.backoffice.solrsearch.services.impl
Methods in com.hybris.backoffice.solrsearch.services.impl that return SolrIndexedTypeModelModifier and TypeMethodDescriptionprotected SolrIndexedTypeModelDefaultBackofficeFacetSearchConfigService.findIndexedTypeInConfig(BackofficeIndexedTypeToSolrFacetSearchConfigModel searchConfig) Deprecated, for removal: This API element is subject to removal in a future version.BackofficeSolrFacetSearchConfigService.getIndexedTypeModel(String typeCode) DefaultBackofficeFacetSearchConfigService.getSolrIndexedType(String typeCode) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SolrIndexedTypeModel in com.hybris.merchandising.dao
Methods in com.hybris.merchandising.dao with parameters of type SolrIndexedTypeModelModifier and TypeMethodDescriptionMerchIndexingConfigDao.findMerchIndexingConfigByIndexedType(SolrIndexedTypeModel indexedType) Finds the merchandising listener configuration for a specific indexed type.MerchProductDirectoryConfigDao.findMerchProductDirectoryConfigByIndexedType(SolrIndexedTypeModel indexedType) Finds the merchandising listener configuration for a specific indexed type. -
Uses of SolrIndexedTypeModel in com.hybris.merchandising.dao.impl
Methods in com.hybris.merchandising.dao.impl with parameters of type SolrIndexedTypeModelModifier and TypeMethodDescriptionDefaultMerchIndexingConfigDao.findMerchIndexingConfigByIndexedType(SolrIndexedTypeModel indexedType) Finds the merchandising listener configuration for a specific indexed type.DefaultMerchProductDirectoryConfigDao.findMerchProductDirectoryConfigByIndexedType(SolrIndexedTypeModel indexedType) -
Uses of SolrIndexedTypeModel in com.hybris.merchandising.model
Methods in com.hybris.merchandising.model that return SolrIndexedTypeModelModifier and TypeMethodDescriptionMerchIndexingConfigModel.getIndexedType()Generated method - Getter of theMerchIndexingConfig.indexedTypeattribute defined at extensionmerchandisingservices.MerchProductDirectoryConfigModel.getIndexedType()Generated method - Getter of theMerchProductDirectoryConfig.indexedTypeattribute defined at extensionmerchandisingservices.Methods in com.hybris.merchandising.model with parameters of type SolrIndexedTypeModelModifier and TypeMethodDescriptionvoidMerchIndexingConfigModel.setIndexedType(SolrIndexedTypeModel value) Generated method - Initial setter ofMerchIndexingConfig.indexedTypeattribute defined at extensionmerchandisingservices.voidMerchProductDirectoryConfigModel.setIndexedType(SolrIndexedTypeModel value) Generated method - Initial setter ofMerchProductDirectoryConfig.indexedTypeattribute defined at extensionmerchandisingservices.Constructors in com.hybris.merchandising.model with parameters of type SolrIndexedTypeModelModifierConstructorDescriptionMerchIndexingConfigModel(CurrencyModel _currency, SolrIndexedTypeModel _indexedType, LanguageModel _language) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersMerchIndexingConfigModel(CurrencyModel _currency, SolrIndexedTypeModel _indexedType, LanguageModel _language, ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersMerchProductDirectoryConfigModel(List<BaseSiteModel> _baseSites, CurrencyModel _currency, LanguageModel _defaultLanguage, String _displayName, SolrIndexedTypeModel _indexedType, ItemModel _owner, String _rollUpStrategy, String _rollUpStrategyField) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersMerchProductDirectoryConfigModel(List<BaseSiteModel> _baseSites, CurrencyModel _currency, LanguageModel _defaultLanguage, String _displayName, SolrIndexedTypeModel _indexedType, String _rollUpStrategy, String _rollUpStrategyField) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of SolrIndexedTypeModel in de.hybris.platform.adaptivesearchsolr.strategies.impl
Methods in de.hybris.platform.adaptivesearchsolr.strategies.impl with parameters of type SolrIndexedTypeModelModifier and TypeMethodDescriptionprotected AsIndexTypeDataSolrAsSearchProvider.convertIndexType(SolrIndexedTypeModel source) -
Uses of SolrIndexedTypeModel in de.hybris.platform.commerceservices.search.solrfacetsearch.impl
Methods in de.hybris.platform.commerceservices.search.solrfacetsearch.impl that return SolrIndexedTypeModelModifier and TypeMethodDescriptionprotected SolrIndexedTypeModelDefaultSolrFacetSearchProductSearchStrategy.findIndexedTypeModel(SolrFacetSearchConfigModel facetSearchConfigModel, IndexedType indexedType) protected SolrIndexedTypeModelDefaultSolrProductSearchAutocompleteService.findIndexedTypeModel(SolrFacetSearchConfigModel facetSearchConfigModel, IndexedType indexedType) Deprecated.since 2011. -
Uses of SolrIndexedTypeModel in de.hybris.platform.solrfacetsearch.converters.populator
Methods in de.hybris.platform.solrfacetsearch.converters.populator with parameters of type SolrIndexedTypeModelModifier and TypeMethodDescriptionprotected Collection<IndexedProperty>DefaultIndexedTypePopulator.getIndexedPropertiesFromItems(SolrIndexedTypeModel itemTypeModel) voidDefaultIndexedTypeFlexibleSearchQueriesPopulator.populate(SolrIndexedTypeModel source, IndexedType target) voidDefaultIndexedTypePopulator.populate(SolrIndexedTypeModel source, IndexedType target) protected voidDefaultIndexedTypePopulator.populateBasic(SolrIndexedTypeModel source, IndexedType target) protected voidDefaultIndexedTypePopulator.populateGroupProperties(SolrIndexedTypeModel source, IndexedType target) Method parameters in de.hybris.platform.solrfacetsearch.converters.populator with type arguments of type SolrIndexedTypeModelModifier and TypeMethodDescriptionprotected Collection<IndexedType>DefaultIndexConfigPopulator.getIndexTypesFromItems(Collection<SolrIndexedTypeModel> itemTypes, SolrConfig solrConfig) voidDefaultIndexConfigPopulator.setIndexedTypeConverter(Converter<SolrIndexedTypeModel, IndexedType> indexedTypeConverter) -
Uses of SolrIndexedTypeModel in de.hybris.platform.solrfacetsearch.daos
Methods in de.hybris.platform.solrfacetsearch.daos that return SolrIndexedTypeModelModifier and TypeMethodDescriptionSolrIndexedTypeDao.findIndexedTypeByIdentifier(String identifier) Finds an indexed type by identifier.Methods in de.hybris.platform.solrfacetsearch.daos that return types with arguments of type SolrIndexedTypeModelModifier and TypeMethodDescriptionSolrIndexedTypeDao.findAllIndexedTypes()Returns all indexed types.Methods in de.hybris.platform.solrfacetsearch.daos with parameters of type SolrIndexedTypeModelModifier and TypeMethodDescriptionSolrIndexDao.findActiveIndexByConfigAndType(SolrFacetSearchConfigModel facetSearchConfig, SolrIndexedTypeModel indexedType) Finds the active index for a specific facet search configuration and indexed type.SolrIndexDao.findIndexByConfigAndTypeAndQualifier(SolrFacetSearchConfigModel facetSearchConfig, SolrIndexedTypeModel indexedType, String qualifier) Finds an index by facet search configuration, indexed type and qualifier.SolrIndexedPropertyDao.findIndexedPropertiesByIndexedType(SolrIndexedTypeModel indexedType) Returns all indexed properties for specific indexed type.SolrIndexedPropertyDao.findIndexedPropertyByName(SolrIndexedTypeModel indexedType, String name) Finds an indexed property by name.SolrIndexDao.findIndexesByConfigAndType(SolrFacetSearchConfigModel facetSearchConfig, SolrIndexedTypeModel indexedType) Finds indexes by facet search configuration and indexed type. -
Uses of SolrIndexedTypeModel in de.hybris.platform.solrfacetsearch.daos.impl
Methods in de.hybris.platform.solrfacetsearch.daos.impl that return SolrIndexedTypeModelModifier and TypeMethodDescriptionDefaultSolrIndexedTypeDao.findIndexedTypeByIdentifier(String identifier) Methods in de.hybris.platform.solrfacetsearch.daos.impl that return types with arguments of type SolrIndexedTypeModelMethods in de.hybris.platform.solrfacetsearch.daos.impl with parameters of type SolrIndexedTypeModelModifier and TypeMethodDescriptionDefaultSolrIndexDao.findActiveIndexByConfigAndType(SolrFacetSearchConfigModel facetSearchConfig, SolrIndexedTypeModel indexedType) DefaultSolrIndexDao.findIndexByConfigAndTypeAndQualifier(SolrFacetSearchConfigModel facetSearchConfig, SolrIndexedTypeModel indexedType, String qualifier) DefaultSolrIndexedPropertyDao.findIndexedPropertiesByIndexedType(SolrIndexedTypeModel indexedType) DefaultSolrIndexedPropertyDao.findIndexedPropertyByName(SolrIndexedTypeModel indexedType, String name) DefaultSolrIndexDao.findIndexesByConfigAndType(SolrFacetSearchConfigModel facetSearchConfig, SolrIndexedTypeModel indexedType) -
Uses of SolrIndexedTypeModel in de.hybris.platform.solrfacetsearch.indexer
Methods in de.hybris.platform.solrfacetsearch.indexer with parameters of type SolrIndexedTypeModelModifier and TypeMethodDescriptionSolrIndexedTypeCodeResolver.resolveIndexedTypeCode(SolrIndexedTypeModel solrIndexedType) Resolves unique solrIndexedType code -
Uses of SolrIndexedTypeModel in de.hybris.platform.solrfacetsearch.indexer.impl
Methods in de.hybris.platform.solrfacetsearch.indexer.impl with parameters of type SolrIndexedTypeModelModifier and TypeMethodDescriptionDefaultSolrIndexedTypeCodeResolver.resolveIndexedTypeCode(SolrIndexedTypeModel solrIndexedType) -
Uses of SolrIndexedTypeModel in de.hybris.platform.solrfacetsearch.integration
Methods in de.hybris.platform.solrfacetsearch.integration that return SolrIndexedTypeModel -
Uses of SolrIndexedTypeModel in de.hybris.platform.solrfacetsearch.model
Methods in de.hybris.platform.solrfacetsearch.model that return SolrIndexedTypeModelModifier and TypeMethodDescriptionSolrIndexModel.getIndexedType()Generated method - Getter of theSolrIndex.indexedTypeattribute defined at extensionsolrfacetsearch.SolrSearchQueryTemplateModel.getIndexedType()Generated method - Getter of theSolrSearchQueryTemplate.indexedTypeattribute defined at extensionsolrfacetsearch.SolrSortModel.getIndexedType()Generated method - Getter of theSolrSort.indexedTypeattribute defined at extensionsolrfacetsearch.Methods in de.hybris.platform.solrfacetsearch.model with parameters of type SolrIndexedTypeModelModifier and TypeMethodDescriptionvoidSolrIndexModel.setIndexedType(SolrIndexedTypeModel value) Generated method - Initial setter ofSolrIndex.indexedTypeattribute defined at extensionsolrfacetsearch.voidSolrSearchQueryTemplateModel.setIndexedType(SolrIndexedTypeModel value) Generated method - Initial setter ofSolrSearchQueryTemplate.indexedTypeattribute defined at extensionsolrfacetsearch.voidSolrSortModel.setIndexedType(SolrIndexedTypeModel value) Generated method - Setter ofSolrSort.indexedTypeattribute defined at extensionsolrfacetsearch.Constructors in de.hybris.platform.solrfacetsearch.model with parameters of type SolrIndexedTypeModelModifierConstructorDescriptionSolrIndexModel(SolrFacetSearchConfigModel _facetSearchConfig, SolrIndexedTypeModel _indexedType, ItemModel _owner, String _qualifier) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrIndexModel(SolrFacetSearchConfigModel _facetSearchConfig, SolrIndexedTypeModel _indexedType, String _qualifier) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrSearchQueryTemplateModel(SolrIndexedTypeModel _indexedType, String _name) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrSearchQueryTemplateModel(SolrIndexedTypeModel _indexedType, String _name, ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrSortModel(String _code, SolrIndexedTypeModel _indexedType) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrSortModel(String _code, SolrIndexedTypeModel _indexedType, ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of SolrIndexedTypeModel in de.hybris.platform.solrfacetsearch.model.config
Methods in de.hybris.platform.solrfacetsearch.model.config that return SolrIndexedTypeModelModifier and TypeMethodDescriptionSolrIndexedPropertyModel.getSolrIndexedType()Generated method - Getter of theSolrIndexedProperty.solrIndexedTypeattribute defined at extensionsolrfacetsearch.SolrIndexerQueryModel.getSolrIndexedType()Generated method - Getter of theSolrIndexerQuery.solrIndexedTypeattribute defined at extensionsolrfacetsearch.Methods in de.hybris.platform.solrfacetsearch.model.config that return types with arguments of type SolrIndexedTypeModelModifier and TypeMethodDescriptionSolrFacetSearchConfigModel.getSolrIndexedTypes()Generated method - Getter of theSolrFacetSearchConfig.solrIndexedTypesattribute defined at extensionsolrfacetsearch.Methods in de.hybris.platform.solrfacetsearch.model.config with parameters of type SolrIndexedTypeModelModifier and TypeMethodDescriptionvoidSolrIndexedPropertyModel.setSolrIndexedType(SolrIndexedTypeModel value) Generated method - Setter ofSolrIndexedProperty.solrIndexedTypeattribute defined at extensionsolrfacetsearch.voidSolrIndexerQueryModel.setSolrIndexedType(SolrIndexedTypeModel value) Generated method - Setter ofSolrIndexerQuery.solrIndexedTypeattribute defined at extensionsolrfacetsearch.Method parameters in de.hybris.platform.solrfacetsearch.model.config with type arguments of type SolrIndexedTypeModelModifier and TypeMethodDescriptionvoidSolrFacetSearchConfigModel.setSolrIndexedTypes(List<SolrIndexedTypeModel> value) Generated method - Setter ofSolrFacetSearchConfig.solrIndexedTypesattribute defined at extensionsolrfacetsearch. -
Uses of SolrIndexedTypeModel in de.hybris.platform.solrfacetsearch.solr.impl
Methods in de.hybris.platform.solrfacetsearch.solr.impl that return SolrIndexedTypeModelModifier and TypeMethodDescriptionprotected SolrIndexedTypeModelDefaultSolrIndexService.findIndexedType(SolrFacetSearchConfigModel facetSearchConfigModel, String indexedType) Methods in de.hybris.platform.solrfacetsearch.solr.impl with parameters of type SolrIndexedTypeModelModifier and TypeMethodDescriptionprotected SolrIndexModelDefaultSolrIndexService.createIndex(SolrFacetSearchConfigModel facetSearchConfig, SolrIndexedTypeModel indexedType, String qualifier) protected SolrIndexModelDefaultSolrIndexService.findIndex(SolrFacetSearchConfigModel facetSearchConfig, SolrIndexedTypeModel indexedType, String qualifier) -
Uses of SolrIndexedTypeModel in de.hybris.platform.solrfacetsearch.suggester
Methods in de.hybris.platform.solrfacetsearch.suggester with parameters of type SolrIndexedTypeModelModifier and TypeMethodDescriptionSolrAutoSuggestService.getAutoSuggestionsForQuery(LanguageModel language, SolrIndexedTypeModel indexedType, String query) Returns solr's suggestions based on the indexed type, language and user's input. -
Uses of SolrIndexedTypeModel in de.hybris.platform.solrfacetsearch.suggester.impl
Methods in de.hybris.platform.solrfacetsearch.suggester.impl with parameters of type SolrIndexedTypeModelModifier and TypeMethodDescriptionDefaultSolrAutoSuggestService.getAutoSuggestionsForQuery(LanguageModel language, SolrIndexedTypeModel solrIndexedType, String queryInput) MockSolrAutoCompleteService.getAutoSuggestionsForQuery(LanguageModel language, SolrIndexedTypeModel indexedType, String queryInput)