Re: Grouping based on multiple filters/criterias

2014-08-24 Thread deniz
umeshprasad wrote > Solr does support date mathematics in filters / queries . So your > timestamps intervals can be dynamic .. how would it be done for this case then? retrieving bunch of documents sorted by timestamp, then depending on some interval like 1 hour, those should be grouped all togeth

Re: Grouping based on multiple filters/criterias

2014-08-22 Thread Umesh Prasad
Solr does support date mathematics in filters / queries . So your timestamps intervals can be dynamic .. On 22 August 2014 05:51, deniz wrote: > umeshprasad wrote > > Grouping supports group by queries. > > > > https://cwiki.apache.org/confluence/display/solr/Result+Grouping > > > > However y

Re: Grouping based on multiple filters/criterias

2014-08-21 Thread deniz
umeshprasad wrote > Grouping supports group by queries. > > https://cwiki.apache.org/confluence/display/solr/Result+Grouping > > However you will need to form the group queries before hand. > > Thanks & Regards > Umesh Prasad > Search > Lead@ > > in.linkedin.com/pub/umesh-prasad/6/5bb/580/

Re: Grouping based on multiple filters/criterias

2014-08-20 Thread Umesh Prasad
Grouping supports group by queries. https://cwiki.apache.org/confluence/display/solr/Result+Grouping However you will need to form the group queries before hand. On 18 August 2014 12:47, deniz wrote: > is it possible to have multiple filters/criterias on grouping? I am trying > to > do s