Re: Field collapsing bad performances, schema redesign

2013-02-05 Thread Mikhail Khludnev
t;Converse all star - blue - 8", > "attribute_size":"8", "attribute_color":"blue", "price":49}, > {"product_id":1, "offer_id":4,"title":"Converse all star - blue - 9", > "attribute_size&qu

Re: Field collapsing bad performances, schema redesign

2013-02-05 Thread Mickael Magniez
uct_id":1, "offer_id":4,"title":"Converse all star - blue - 9", "attribute_size":"9", "attribute_color":"blue", "price":49} ] How can i index/query for using join in order to have only one shoe per model (the best price for example)? -- View this message in context: http://lucene.472066.n3.nabble.com/Field-collapsing-bad-performances-schema-redesign-tp4038359p4038500.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Field collapsing bad performances, schema redesign

2013-02-04 Thread Mikhail Khludnev
gt; to > retrieve the total number of groups > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Field-collapsing-bad-performances-schema-redesign-tp4038359p4038377.html > Sent from the Solr - User mailing list archive at Nabble.com. > --

Re: Field collapsing bad performances, schema redesign

2013-02-04 Thread Yonik Seeley
On Mon, Feb 4, 2013 at 10:34 AM, Mickael Magniez wrote: > group.ngroups=true This is currently very inefficient - if you can live without retrieving the total number of groups, performance should be much better. -Yonik http://lucidworks.com