The following table describes the collection properties for the Search microservice:
S. No. | Attribute | Default Value | Description |
---|---|---|---|
1 | collectionclassifiers | default_sfo_catalog_solr_collection,default_sfo_merch_solr_collection,default_merch_admin_solr_collection | Contains the configuration of the classifiers name. |
2 | defaultclassifier | default_sfo_catalog_solr_collection | Contains the configuration of the default classifier. |
3 | sample_configuresearchredirectURL | Redirect URL Sample Data | Indicates the physical path of the RedirectURLSampleData template of the collection. |
4 | sample_configuresearchsortorder | Sort Order Sample Data | Indicates the physical path of the SortOrderSampleData template of the collection. |
5 | sample_configuresearchsynonymcuration | Synonym Sample Data | Indicates the physical path of the SynonymSampleData template of the collection. |
6 | customboostingvalues | NA | Specifies the custom boosting values which are used to boost the search results. |
7 | suggestionFromProductName | False | Specifies 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. |
8 | customboostingbq | NA | This 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 |
9 | customboostingquery | NA | This 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 . |
10 | suggestableAttributes | NA | This property holds the value of attributes (comma separated) to be added to the suggestion in the solr document. |
11 | includeallproducts | False | This property is used to enable indexing all the products including valid and invalid products or SKUs:
When this value is set to:
|
Revision History
2024-06-11 | SD – Updated collection properties.
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.