Sunday, April 5, 2026 10:54:14 PM

can not sort on multivalued field: Price

8 years ago
#207 Quote
Hi,

We have purchased NopAccelerate plugin for products and search from your company ( Order #: 9858). I have installed Solr and your plugins on our website.

After performing a full Indexing of the products, when I try to navigate to a category I get the following log error and no products found. 'can not sort on multivalued field: Price'

Full Error trace:

<?xml version="1.0" encoding="UTF-8"?> <response> <lst name="responseHeader"><int name="status">400</int><int name="QTime">0</int><lst name="params"><str name="mm">0%</str><str name="q">(Notebook)</str><str name="defType">edismax</str><str name="qf">Name^10 ShortDescription^6 FullDescription^4 CategoryCopy^2 ManufacturerCopy^2 Sku^3 ChildSku^3 nGramContent Tag ManufacturerPartNumber CustomProperties</str><str name="fl">Price</str><str name="start">0</str><str name="sort">Price asc</str><str name="rows">1</str><str name="version">2.2</str><str name="bq"/></lst></lst><lst name="error"><lst name="metadata"><str name="error-class">org.apache.solr.common.SolrException</str><str name="root-error-class">org.apache.solr.common.SolrException</str></lst><str name="msg">can not sort on multivalued field: Price</str><int name="code">400</int></lst> </response>

I have replaced the config files in my Core with the ones you have provided but I keep getting this error.
0
8 years ago
#208 Quote
Hello Sir,

I think you have forgot to remove managed-schema from your core.

So please remove that file and remove all data/contain from your core using below query.

http://localhost:8983/solr/MyCore/update?stream.body=<delete><query>*:*</query></delete>&commit=true

Than restart your core and re-index your data.

So please let me know if you face any issue.

Thanks,
Kalpesh Boghara

0