Re: Range Facet queries for date ranges with with non-constant gaps

2015-07-18 Thread JoeSmith
Thank you. That helped On Tue, Jul 14, 2015 at 5:02 PM, Chris Hostetter wrote: > > : Are there any examples/documentation for IntervalFaceting using dates > that > : I could refer to? > > You just specify the interval set start & end as properly formated date > values. This example shows some

Re: Range Facet queries for date ranges with with non-constant gaps

2015-07-13 Thread JoeSmith
Are there any examples/documentation for IntervalFaceting using dates that I could refer to? On Mon, Jul 13, 2015 at 6:36 PM, Chris Hostetter wrote: > > : Some of the buckets return with a count of ‘0’ in the bucket even though > : the facet.range.min is set to ‘1’. That is not the primary issu

Range Facet queries for date ranges with with non-constant gaps

2015-07-13 Thread JoeSmith
I am trying to do a range facet query for on date ranges. The query below executes and returns results (almost) as desired for 60DAY buckets. http://localhost:8983/solr/mykeyspace2.user_data/select?wt=json&fq:id=7465033&q=*:*&rows=0&indent=true&facet=on&facet.range=login_event&facet.range.gap=%

Re: CloudSolrServer, concurrency and too many connections

2014-12-08 Thread JoeSmith
, JoeSmith wrote: > We will need to update to 7u52, we are using 7u55. On the client side, > this happens with zookeeper 3.4.6 and 4.10.2 solrj. And we will need to > update both on the server side. What kind of config/setup information > would you need to see if we do still h

Re: CloudSolrServer, concurrency and too many connections

2014-12-08 Thread JoeSmith
, Dec 8, 2014 at 12:40 AM, Shawn Heisey wrote: > On 12/7/2014 9:11 PM, JoeSmith wrote: > > i've upgraded to 4.10.2 on the client-side. Still seeing this connection > > problem when connecting to the Zookeeper port. If I connect directly to > > SolrServer, the connections

Re: CloudSolrServer, concurrency and too many connections

2014-12-07 Thread JoeSmith
eisey wrote: > On 12/6/2014 12:09 PM, JoeSmith wrote: > > We are currently using CloudSolrServer, but it looks like this class is > not > > thread-safe (setDefaultCollection). Should this instance be initialized > > once (at startup) and then re-used (in all threa

CloudSolrServer, concurrency and too many connections

2014-12-06 Thread JoeSmith
We are using Solrj 10.10.0 to connect to a Zookeeper Solr host. What is the correct pattern for making concurrent requests to the Zookeeper host? We are currently using CloudSolrServer, but it looks like this class is not thread-safe (setDefaultCollection). Should this instance be initialized onc