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