Re: FieldCollapsing don't return every groups

2011-09-28 Thread lboutros
excellent ! and yes, il fait très beau en France :) - Jouve France. -- View this message in context: http://lucene.472066.n3.nabble.com/FieldCollapsing-don-t-return-every-groups-tp3376036p3376362.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: FieldCollapsing don't return every groups

2011-09-28 Thread Rémy Loubradou
You right one of the group is 'ltd". Thanks :) I fixed this issue using a field that I know is unique for each merchant (the merchant id). Again thanks for your help Ludovic. Sinon en France il fait beau? :) On 28 September 2011 16:56, lboutros wrote: > Ok, thanks for the schema. > > the mer

Re: FieldCollapsing don't return every groups

2011-09-28 Thread lboutros
I just checked, you can disable the storing parameter and use this field: Ludovic. - Jouve France. -- View this message in context: http://lucene.472066.n3.nabble.com/FieldCollapsing-don-t-return-every-groups-tp3376036p3376316.html Sent from the Solr - User mailing list archive at Nabble.c

Re: FieldCollapsing don't return every groups

2011-09-28 Thread lboutros
Ok, thanks for the schema. the merchant "Cult Beauty Ltd" should be indexed like this: cult beauty ltd I think some other merchants contain at least one of these words. you should try to group with a special field used for field collapsing: I think you could even disable the stored value f

Re: FieldCollapsing don't return every groups

2011-09-28 Thread Rémy Loubradou
Hi Ludovic, I'm not sure to understand which piece of my schema expose the analyzer so you will find my schema here https://github.com/lbdremy/solr-install/blob/master/conf/schema.xml. Hope this will be helpfull :) The merchant_name_t is a dynamic field matching the "*_t" pattern so this field is

Re: FieldCollapsing don't return every groups

2011-09-28 Thread lboutros
Hi Remy, could you paste the analyzer part of the field merchant_name_t please ? And when you say "it should return more than that", could you explain why with examples ? If I'm not wrong, the field collapsing function is based on indexed values, so if your analyzer is complex (not "string"),