Re: Solr Cloud and Range Facets

2011-06-08 Thread Jamie Johnson
One last piece of informationregular range queries seem to work fine, it's only date ranges which seem to be intermittent. On Wed, Jun 8, 2011 at 9:03 AM, Jamie Johnson wrote: > Some more information > > I am currently doing the following: > > SolrQuery query = new SolrQuery(); >

Re: Solr Cloud and Range Facets

2011-06-08 Thread Jamie Johnson
Some more information I am currently doing the following: SolrQuery query = new SolrQuery(); query.setQuery(test"); query.setParam("distrib", true); query.setFacet(true); query.setParam(FacetParams.FACET_RANGE, "dateTime"); query.setParam("f

Solr Cloud and Range Facets

2011-06-07 Thread Jamie Johnson
I have a solr cloud setup wtih 2 servers, when executing a query against them of the form: http://localhost:8983/solr/select/?distrib=true&q=*:*&facet=true&facet.mincount=1&facet.range=dateTime&f.dateTime.facet.range.gap=%2B1MONTH&f.dateTime.facet.range.start=2011-06-01T00%3A00%3A00Z-1YEAR&f.dateT