Re: Solr Grouping and empty fields

2013-02-25 Thread Oussama Jilal
still work with 3.6 which can only group on string fields, so i didnt test this one) fq=my_grouping_integer_field:[**1 TO *] -- Johannes Rodenwald - Ursprüngliche Mail - Von: "Oussama Jilal" An: solr-user@lucene.apache.org Gesendet: Freitag, 22. Februar 2013 12:32:13 Betreff: Solr Grou

Re: Solr Grouping and empty fields

2013-02-24 Thread Teun Duynstee
ey if necessary) if it isn't set already to ensure that every document > > has > > > that field set appropriately. > > > > > > -Original Message- From: Oussama Jilal > > > Sent: Friday, February 22, 2013 5:25 PM > > > To: solr-user@luce

Re: Solr Grouping and empty fields

2013-02-24 Thread Jilal Oussama
and in our indexing > > pipeline we will set that field to some unique value (same as the > document > > key if necessary) if it isn't set already to ensure that every document > has > > that field set appropriately. > > > > -Original Message- From: Ous

Re: Solr Grouping and empty fields

2013-02-24 Thread Teun Duynstee
ue (same as the document > key if necessary) if it isn't set already to ensure that every document has > that field set appropriately. > > -Original Message- From: Oussama Jilal > Sent: Friday, February 22, 2013 5:25 PM > To: solr-user@lucene.apache.org > Subject: R

Re: Solr Grouping and empty fields

2013-02-23 Thread Jilal Oussama
riately. > > -Original Message- From: Oussama Jilal > Sent: Friday, February 22, 2013 5:25 PM > To: solr-user@lucene.apache.org > Subject: Re: Solr Grouping and empty fields > > OK I'm sorry if I did not explained well my need. I'll try to give a > better expl

Re: Solr Grouping and empty fields

2013-02-22 Thread Daniel Collins
t every document has that field set appropriately. -Original Message- From: Oussama Jilal Sent: Friday, February 22, 2013 5:25 PM To: solr-user@lucene.apache.org Subject: Re: Solr Grouping and empty fields OK I'm sorry if I did not explained well my need. I'll try to give a be

Re: Solr Grouping and empty fields

2013-02-22 Thread Oussama Jilal
) fq=my_grouping_integer_field:[1 TO *] -- Johannes Rodenwald - Ursprüngliche Mail - Von: "Oussama Jilal" An: solr-user@lucene.apache.org Gesendet: Freitag, 22. Februar 2013 12:32:13 Betreff: Solr Grouping and empty fields Hi, I need to group some results in solr based

Re: Solr Grouping and empty fields

2013-02-22 Thread Jack Krupansky
arify what your expectations really are. -- Jack Krupansky -Original Message- From: Oussama Jilal Sent: Friday, February 22, 2013 7:17 AM To: solr-user@lucene.apache.org Subject: Re: Solr Grouping and empty fields Thank you Johannes, but I want the documents having the field empty to b

Re: Solr Grouping and empty fields

2013-02-22 Thread Oussama Jilal
ield:[1 TO *] -- Johannes Rodenwald - Ursprüngliche Mail - Von: "Oussama Jilal" An: solr-user@lucene.apache.org Gesendet: Freitag, 22. Februar 2013 12:32:13 Betreff: Solr Grouping and empty fields Hi, I need to group some results in solr based on a field, but I don't w

Re: Solr Grouping and empty fields

2013-02-22 Thread Johannes Rodenwald
liche Mail - Von: "Oussama Jilal" An: solr-user@lucene.apache.org Gesendet: Freitag, 22. Februar 2013 12:32:13 Betreff: Solr Grouping and empty fields Hi, I need to group some results in solr based on a field, but I don't want documents having that field empty to be grouped to

Solr Grouping and empty fields

2013-02-22 Thread Oussama Jilal
Hi, I need to group some results in solr based on a field, but I don't want documents having that field empty to be grouped together, does anyone know how to achieve that ? -- Oussama Jilal