Re: Distinct Results from Solr Query

2015-01-19 Thread Kydryavtsev Andrey
-filtering-in-solr/ , but other custom logic. 20.01.2015, 00:25, "vit" : > Unfortunately grouping will not work here since my field is multi-valued. > So I need another solution. > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Dist

Re: Distinct Results from Solr Query

2015-01-19 Thread vit
Unfortunately grouping will not work here since my field is multi-valued. So I need another solution. -- View this message in context: http://lucene.472066.n3.nabble.com/Distinct-Results-from-Solr-Query-tp4180471p4180499.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Distinct Results from Solr Query

2015-01-19 Thread Jorge Luis Betancourt González
see the total number of matches in that group. Hope it helps, - Original Message - From: "vit" To: solr-user@lucene.apache.org Sent: Monday, January 19, 2015 1:56:43 PM Subject: Re: Distinct Results from Solr Query In other words I need to pick only one document per the field va

Re: Distinct Results from Solr Query

2015-01-19 Thread vit
In other words I need to pick only one document per the field value. Say I have a filed cat_id. For each value of this filed returned I need to return only 1 document and I do not care which one. -- View this message in context: http://lucene.472066.n3.nabble.com/Distinct-Results-from-Solr

Distinct Results from Solr Query

2015-01-19 Thread vit
I am using Solr 4.2 In the ressults set we are getting documents with the same field value. Is it possible to indicate in the query that we need results with distinct value of this field? -- View this message in context: http://lucene.472066.n3.nabble.com/Distinct-Results-from-Solr-Query