Hello, Someone can help me on implementing the below query in Solr, I will using a rank in MS SQL and a return distinct Productid
Select productid from products where SKU = "101" Select Productid from products where ManufactureSKU = "101" Select Productid from product where SKU Like "101%" Select Productid from Product where ManufactureSKU like "101%" Select Productid from product where Name Like "101%" Select Productid from Product where Description like '%101%" Is there any way in Solr can search the exact match,starts with and anywhere.. in single solr query