Hi ,
Is there a group by facets feature in elasticSearch.
What i want is if my search returns 10 results and there are 4 facets
present - I want to know which all document have which all facets.
So the result which have the facet name and number of documents matching
facets , will also have which all documents matches each facets !!!!
Thanks
Vineeth
http://tinyurl.com/4364h2b
First result.
On Mon, Oct 17, 2011 at 10:46 AM, Vineeth Mohan
vineethmohan@algotree.com wrote:
Hi ,
Is there a group by facets feature in elasticSearch.
What i want is if my search returns 10 results and there are 4 facets
present - I want to know which all document have which all facets.
So the result which have the facet name and number of documents matching
facets , will also have which all documents matches each facets !!!!
Thanks
Vineeth
Can anybody help me out on this !!!!
Thanks
Vineeth
On Mon, Oct 17, 2011 at 2:16 PM, Vineeth Mohan vineethmohan@algotree.com wrote:
Hi ,
Is there a group by facets feature in elasticSearch.
What i want is if my search returns 10 results and there are 4 facets
present - I want to know which all document have which all facets.
So the result which have the facet name and number of documents matching
facets , will also have which all documents matches each facets !!!!
Thanks
Vineeth
what is your usecase? with facets you get only the count. with term
filter you can look for documents with a specific term. but you don't
have (yet) something like the group by feature in ES:
opened 05:02PM - 13 Jul 10 UTC
closed 02:08PM - 23 May 14 UTC
Ability to collapse on a field. For example, I want the most relevant result fro… m all different report types. Or similarly, the most recent result of each report type. Or maybe, I want to de-dup on headline.
So, the sort order would dictate which one from the group is returned. Similar to what is discussed here:
http://blog.jteam.nl/2009/10/20/result-grouping-field-collapsing-with-solr/
From my understanding, it seems that in order for field collapsing to be efficient, the result set must be relatively small.
This is also referred to as "Combine" on some other search products.
On 17 Okt., 15:46, Vineeth Mohan vineethmo...@algotree.com wrote:
Can anybody help me out on this !!!!
Thanks
Vineeth
On Mon, Oct 17, 2011 at 2:16 PM, Vineeth Mohan vineethmo...@algotree.com wrote:
Hi ,
Is there a group by facets feature in elasticSearch.
What i want is if my search returns 10 results and there are 4 facets
present - I want to know which all document have which all facets.
So the result which have the facet name and number of documents matching
facets , will also have which all documents matches each facets !!!!
Thanks
Vineeth
Thanks Karussell ,
The feature told in the bug is exactly what i want.
THanks
Vineeth
On Mon, Oct 17, 2011 at 8:31 PM, Karussell tableyourtime@googlemail.com wrote:
what is your usecase? with facets you get only the count. with term
filter you can look for documents with a specific term. but you don't
have (yet) something like the group by feature in ES:
https://github.com/elasticsearch/elasticsearch/issues/256
On 17 Okt., 15:46, Vineeth Mohan vineethmo...@algotree.com wrote:
Can anybody help me out on this !!!!
Thanks
Vineeth
On Mon, Oct 17, 2011 at 2:16 PM, Vineeth Mohan <
vineethmo...@algotree.com >wrote:
Hi ,
Is there a group by facets feature in elasticSearch.
What i want is if my search returns 10 results and there are 4 facets
present - I want to know which all document have which all facets.
So the result which have the facet name and number of documents
matching
facets , will also have which all documents matches each facets !!!!
Thanks
Vineeth