Hi Solr user & developers.
i am new in the world of solr search engine. i have a complex product
database structure in postgres.
Product has many product_quantity_price attrbutes in range
For e.g Product iD 1 price range is stored in product_quantity_price
table in following manner.
min_qty max_qty price_per_qty
1 50 4
51 100 3.5
101 150 3
151 200 2.5
the range is not fixed for any product it can be different for different
product.
now my question is that how can i save this data in solr in optimized
way so that i can create facets on qty and prices.
Thanks in advance.
Ajay Patel.