The following table describes the collection properties for the Search microservice:

S. No.AttributeDefault ValueDescription
1collectionclassifiersdefault_sfo_catalog_solr_collection,default_sfo_merch_solr_collection,default_merch_admin_solr_collectionContains the configuration of the classifiers name.
2defaultclassifierdefault_sfo_catalog_solr_collectionContains the configuration of the default classifier.
3sample_configuresearchredirectURLRedirect URL Sample DataIndicates the physical path of the RedirectURLSampleData template of the collection.
4sample_configuresearchsortorderSort Order Sample DataIndicates the physical path of the SortOrderSampleData template of the collection.
5sample_configuresearchsynonymcurationSynonym Sample DataIndicates the physical path of the SynonymSampleData template of the collection.
6customboostingvaluesNASpecifies the custom boosting values which are used to boost the search results.
7suggestionFromProductNameFalseSpecifies whether the product name or matching text from autosuggestion is displayed as the suggestion text. When enabled, the product name is shown as the suggestion text.
8customboostingbqNAThis property provides boosting values for product attributes to prioritize the search document in solr. For this query, search results can be obtained in this order: 1. Dean's 2. Matee 3. Sun Drop 4. Uja Vu

For example, the value can be:
index_string_brand:Dean's^100000 index_string_brand:Matee^60000 index_string_brand:Sun Drop^10000 index_string_brand:Uja Vu^1500
9customboostingqueryNAThis property gives boosting value for specific field like name, brand, and description. Based on boosting value, it fetches the products
For example, custom boosting query can be: index_string_product_name^40 index_string_benefits^1 index_key_skuId^40 index_string_description^1 index_string_brand^1 index_key_productIds^1 index_key_semanticId^1 index_key_productId^40 suggestion^0 text_standard_description^1 text_standard_name^1 text_standard_product_name^1 index_string_keyword^5 .
10suggestableAttributesNAThis property holds the value of attributes (comma separated) to be added to the suggestion in the solr document.




Revision History
2024-03-05 | SD – Updated collection properties.
2023-01-12 | AN – Updated content for 8.13 release.
2019-07-09 | JP – Updated collection properties for the July 2019 release.
2019-04-16 | AN – Content updated for April 2019 release.
2019-01-23 | PLK – Page created and content uploaded.