RE: SolrQuery API for adding group filter

2011-05-10 Thread Dyer, James
I recently set up a solrj application that uses Solr Trunk and grouping. I didn't see where there was any explicit support in solrj for grouping (in Trunk...Maybe there is in the old SOLR-236 version). But you can set any parameters on the request like this: SolrQuery query = new

RE: SolrQuery API for adding group filter

2011-05-10 Thread arian487
I'm actually using php but I get what you're saying. I think I understand what I need to do. Thanks a lot man! -- View this message in context: http://lucene.472066.n3.nabble.com/SolrQuery-API-for-adding-group-filter-tp2921539p2923701.html Sent from the Solr - User mailing list archive at

RE: SolrQuery API for adding group filter

2011-05-10 Thread arian487
I actually have another question unrelated to this (but related to grouping). I'm wondering if I can do a more complex grouping, such as grouping by a field and also making sure it matches some other criteria (such as date). For example, currently it might group 5 items from some field, but the