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
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
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/
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