Hi nandhini_marimuthu Still both queries are not same.Query 1:yq=(25392907)&q={!boost}(%2B{!lucene+v%3D$yq})&sort=score+desc☆t=0&rows=10&facet.sort=count&facet.mincount=1&facet.limit=50&fl=score,*&bq=Country_string:PL^100.0&defType=dismax&df=dismax&...
Hi shaktimohanty ,FacetReconfiguration replaced with AsFacet or AsExcludedFacet type in Adaptive Search.Create Global Search Profile-> Create Search configuration -> Update Facet Configuration there.Impex can be used to create & update configuration...
Hi nandhini_marimuthu ,Difference in search query used on console & generated by Hybris code.parameter q is not present in query executed on solr console, however it is present in the query generated. q.alt only takes in consideration when paramete...
Hi sai_hoa.nguyen ,It is possible, using function query feature in Solr.use bq={!func}field(sale_revenue_double) --> it will boost products by sales revenue.e.g. product p1 has sales revenue 10000, then it gets boosted by 10000. Product p1 will b...
Hi ,
This may solved by adding custom field type at SOLR schema.
Create custom field type in schema as below:
1. For case sensitive --> use LowercaseFilter
2. For removing special characters use WordDelimiterFilter with only concateAll option ena...