Hi List
I need your help to resolve a problem for which i had been struggling for
days.
Lets take an example of Shoes which are grouped on basis of size and Price

With first group as size and price as "7 and 7000" i have 2 documents as
below

{id:1,color:blue,item sold:10}
{id:5,price:yellow,item sold:1}


with second group as size and price as "8 and 8000"  i have 2 documents as
below

{id:2,color:blue,item sold:3}
{id:3,price:yellow,item sold:5}

Now i want to sort the records based on item sold.
How I should look at  the problem.should i remove grouping and sort result
and show.I m asking this as u can see first group has item with item sold as
10,1 and second group as 3 and 5.
What approach i should have to look at the problem

Regards
Neo







--
Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Reply via email to