RE: Quantity wise price searching in Apache SOLR

2015-07-28 Thread Reitzel, Charles
This is a job for a custom query function. -Original Message- From: unique.jim...@gmail.com [mailto:unique.jim...@gmail.com] Sent: Tuesday, July 28, 2015 2:35 AM To: solr-user@lucene.apache.org Subject: Quantity wise price searching in Apache SOLR Currently I am working on e-commerce web

Re: Quantity wise price searching in Apache SOLR

2015-07-28 Thread Alessandro Benedetti
As a first sight this is a nested object problem. Your quantity - price is nested object, child of the Product . Different approaches can fit with this requirements. What I would suggest is to give a look so Solr/Lucene Join. Let's take a quick overview of nested objects in Solr : 1) custom seri