Uses of Class
de.hybris.platform.solrfacetsearch.model.config.SolrIndexedTypeModel
-
-
Uses of SolrIndexedTypeModel in com.hybris.backoffice.solrsearch.services
Methods in com.hybris.backoffice.solrsearch.services that return SolrIndexedTypeModel Modifier and Type Method Description SolrIndexedTypeModelBackofficeFacetSearchConfigService. getSolrIndexedType(java.lang.String typeCode)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 SolrIndexedTypeModel Modifier and Type Method Description protected SolrIndexedTypeModelDefaultBackofficeFacetSearchConfigService. findIndexedTypeInConfig(BackofficeIndexedTypeToSolrFacetSearchConfigModel searchConfig)SolrIndexedTypeModelDefaultBackofficeFacetSearchConfigService. getSolrIndexedType(java.lang.String typeCode) -
Uses of SolrIndexedTypeModel in com.hybris.merchandising.dao
Methods in com.hybris.merchandising.dao with parameters of type SolrIndexedTypeModel Modifier and Type Method Description java.util.Optional<MerchIndexingConfigModel>MerchIndexingConfigDao. findMerchIndexingConfigByIndexedType(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 SolrIndexedTypeModel Modifier and Type Method Description java.util.Optional<MerchIndexingConfigModel>DefaultMerchIndexingConfigDao. findMerchIndexingConfigByIndexedType(SolrIndexedTypeModel indexedType)Finds the merchandising listener configuration for a specific indexed type. -
Uses of SolrIndexedTypeModel in com.hybris.merchandising.model
Methods in com.hybris.merchandising.model that return SolrIndexedTypeModel Modifier and Type Method Description SolrIndexedTypeModelMerchIndexingConfigModel. getIndexedType()Generated method - Getter of theMerchIndexingConfig.indexedTypeattribute defined at extensionmerchandisingservices.Methods in com.hybris.merchandising.model with parameters of type SolrIndexedTypeModel Modifier and Type Method Description voidMerchIndexingConfigModel. setIndexedType(SolrIndexedTypeModel value)Generated method - Initial setter ofMerchIndexingConfig.indexedTypeattribute defined at extensionmerchandisingservices.Constructors in com.hybris.merchandising.model with parameters of type SolrIndexedTypeModel Constructor Description MerchIndexingConfigModel(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 parameters -
Uses of SolrIndexedTypeModel in de.hybris.platform.adaptivesearchsolr.strategies.impl
Methods in de.hybris.platform.adaptivesearchsolr.strategies.impl with parameters of type SolrIndexedTypeModel Modifier and Type Method Description protected 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 SolrIndexedTypeModel Modifier and Type Method Description protected SolrIndexedTypeModelDefaultSolrProductSearchAutocompleteService. findIndexedTypeModel(SolrFacetSearchConfigModel facetSearchConfigModel, IndexedType indexedType) -
Uses of SolrIndexedTypeModel in de.hybris.platform.solrfacetsearch.converters.populator
Methods in de.hybris.platform.solrfacetsearch.converters.populator with parameters of type SolrIndexedTypeModel Modifier and Type Method Description protected java.util.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 SolrIndexedTypeModel Modifier and Type Method Description protected java.util.Collection<IndexedType>DefaultIndexConfigPopulator. getIndexTypesFromItems(java.util.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 SolrIndexedTypeModel Modifier and Type Method Description SolrIndexedTypeModelSolrIndexedTypeDao. findIndexedTypeByIdentifier(java.lang.String identifier)Finds an indexed type by identifier.Methods in de.hybris.platform.solrfacetsearch.daos that return types with arguments of type SolrIndexedTypeModel Modifier and Type Method Description java.util.List<SolrIndexedTypeModel>SolrIndexedTypeDao. findAllIndexedTypes()Returns all indexed types.Methods in de.hybris.platform.solrfacetsearch.daos with parameters of type SolrIndexedTypeModel Modifier and Type Method Description SolrIndexModelSolrIndexDao. findActiveIndexByConfigAndType(SolrFacetSearchConfigModel facetSearchConfig, SolrIndexedTypeModel indexedType)Finds the active index for a specific facet search configuration and indexed type.SolrIndexModelSolrIndexDao. findIndexByConfigAndTypeAndQualifier(SolrFacetSearchConfigModel facetSearchConfig, SolrIndexedTypeModel indexedType, java.lang.String qualifier)Finds an index by facet search configuration, indexed type and qualifier.java.util.List<SolrIndexedPropertyModel>SolrIndexedPropertyDao. findIndexedPropertiesByIndexedType(SolrIndexedTypeModel indexedType)Returns all indexed properties for specific indexed type.SolrIndexedPropertyModelSolrIndexedPropertyDao. findIndexedPropertyByName(SolrIndexedTypeModel indexedType, java.lang.String name)Finds an indexed property by name.java.util.List<SolrIndexModel>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 SolrIndexedTypeModel Modifier and Type Method Description SolrIndexedTypeModelDefaultSolrIndexedTypeDao. findIndexedTypeByIdentifier(java.lang.String identifier)Methods in de.hybris.platform.solrfacetsearch.daos.impl that return types with arguments of type SolrIndexedTypeModel Modifier and Type Method Description java.util.List<SolrIndexedTypeModel>DefaultSolrIndexedTypeDao. findAllIndexedTypes()Methods in de.hybris.platform.solrfacetsearch.daos.impl with parameters of type SolrIndexedTypeModel Modifier and Type Method Description SolrIndexModelDefaultSolrIndexDao. findActiveIndexByConfigAndType(SolrFacetSearchConfigModel facetSearchConfig, SolrIndexedTypeModel indexedType)SolrIndexModelDefaultSolrIndexDao. findIndexByConfigAndTypeAndQualifier(SolrFacetSearchConfigModel facetSearchConfig, SolrIndexedTypeModel indexedType, java.lang.String qualifier)java.util.List<SolrIndexedPropertyModel>DefaultSolrIndexedPropertyDao. findIndexedPropertiesByIndexedType(SolrIndexedTypeModel indexedType)SolrIndexedPropertyModelDefaultSolrIndexedPropertyDao. findIndexedPropertyByName(SolrIndexedTypeModel indexedType, java.lang.String name)java.util.List<SolrIndexModel>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 SolrIndexedTypeModel Modifier and Type Method Description java.lang.StringSolrIndexedTypeCodeResolver. 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 SolrIndexedTypeModel Modifier and Type Method Description java.lang.StringDefaultSolrIndexedTypeCodeResolver. resolveIndexedTypeCode(SolrIndexedTypeModel solrIndexedType) -
Uses of SolrIndexedTypeModel in de.hybris.platform.solrfacetsearch.integration
Methods in de.hybris.platform.solrfacetsearch.integration that return SolrIndexedTypeModel Modifier and Type Method Description SolrIndexedTypeModelAbstractIntegrationTest. getIndexedTypeModel() -
Uses of SolrIndexedTypeModel in de.hybris.platform.solrfacetsearch.model
Methods in de.hybris.platform.solrfacetsearch.model that return SolrIndexedTypeModel Modifier and Type Method Description SolrIndexedTypeModelSolrIndexModel. getIndexedType()Generated method - Getter of theSolrIndex.indexedTypeattribute defined at extensionsolrfacetsearch.SolrIndexedTypeModelSolrSearchQueryTemplateModel. getIndexedType()Generated method - Getter of theSolrSearchQueryTemplate.indexedTypeattribute defined at extensionsolrfacetsearch.SolrIndexedTypeModelSolrSortModel. getIndexedType()Generated method - Getter of theSolrSort.indexedTypeattribute defined at extensionsolrfacetsearch.Methods in de.hybris.platform.solrfacetsearch.model with parameters of type SolrIndexedTypeModel Modifier and Type Method Description voidSolrIndexModel. 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 SolrIndexedTypeModel Constructor Description SolrIndexModel(SolrFacetSearchConfigModel _facetSearchConfig, SolrIndexedTypeModel _indexedType, ItemModel _owner, java.lang.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, java.lang.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, java.lang.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, java.lang.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(java.lang.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(java.lang.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 SolrIndexedTypeModel Modifier and Type Method Description SolrIndexedTypeModelSolrIndexedPropertyModel. getSolrIndexedType()Generated method - Getter of theSolrIndexedProperty.solrIndexedTypeattribute defined at extensionsolrfacetsearch.SolrIndexedTypeModelSolrIndexerQueryModel. 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 SolrIndexedTypeModel Modifier and Type Method Description java.util.List<SolrIndexedTypeModel>SolrFacetSearchConfigModel. getSolrIndexedTypes()Generated method - Getter of theSolrFacetSearchConfig.solrIndexedTypesattribute defined at extensionsolrfacetsearch.Methods in de.hybris.platform.solrfacetsearch.model.config with parameters of type SolrIndexedTypeModel Modifier and Type Method Description voidSolrIndexedPropertyModel. 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 SolrIndexedTypeModel Modifier and Type Method Description voidSolrFacetSearchConfigModel. setSolrIndexedTypes(java.util.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 SolrIndexedTypeModel Modifier and Type Method Description protected SolrIndexedTypeModelDefaultSolrIndexService. findIndexedType(SolrFacetSearchConfigModel facetSearchConfigModel, java.lang.String indexedType)Methods in de.hybris.platform.solrfacetsearch.solr.impl with parameters of type SolrIndexedTypeModel Modifier and Type Method Description protected SolrIndexModelDefaultSolrIndexService. createIndex(SolrFacetSearchConfigModel facetSearchConfig, SolrIndexedTypeModel indexedType, java.lang.String qualifier)protected SolrIndexModelDefaultSolrIndexService. findIndex(SolrFacetSearchConfigModel facetSearchConfig, SolrIndexedTypeModel indexedType, java.lang.String qualifier) -
Uses of SolrIndexedTypeModel in de.hybris.platform.solrfacetsearch.suggester
Methods in de.hybris.platform.solrfacetsearch.suggester with parameters of type SolrIndexedTypeModel Modifier and Type Method Description SolrSuggestionSolrAutoSuggestService. getAutoSuggestionsForQuery(LanguageModel language, SolrIndexedTypeModel indexedType, java.lang.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 SolrIndexedTypeModel Modifier and Type Method Description SolrSuggestionDefaultSolrAutoSuggestService. getAutoSuggestionsForQuery(LanguageModel language, SolrIndexedTypeModel solrIndexedType, java.lang.String queryInput)SolrSuggestionMockSolrAutoCompleteService. getAutoSuggestionsForQuery(LanguageModel language, SolrIndexedTypeModel indexedType, java.lang.String queryInput)
-