DEFAULT profile show facets because SolrSearchQueryProperty has all index properties configuration OOTB. So you replace in header with SUGGESTION instead of DEFAULT. It will work.
Hello sargis.minasyan Please note that this default and suggestion query template configuration are being used when request is sent to Solr. And to personalize query and other solr configuration SAP given option to pick Query Template i.e Default or...
Hi ashiktmz You can use Azure Blob API and these API provide access to Blob Storage.Just for reference see below code , this is sample code public static final String storageConnectionString =
"DefaultEndpointsProtocol=https;" +
"AccountName=<accoun...
Hi @shaktimohantyI am assuming you are using ProductsController.getProducts() API. So pageSize is the request parameter so if you dont want to give pageSize in api request and want all products. You have to provide pageSize value in back-end code. S...