Re: cores/shards with no leader

2013-08-29 Thread Cat Bieber
Thanks Shawn. We'll give an upgrade a try and see if that helps. -Cat On 08/29/2013 04:32 PM, Shawn Heisey wrote: On 8/29/2013 2:16 PM, Cat Bieber wrote: We're running solr 4.2.0 and recently converted to SolrCloud. We've got 16 cores, each with 1 shard. 3 zookeeper instan

cores/shards with no leader

2013-08-29 Thread Cat Bieber
Hello, We're running solr 4.2.0 and recently converted to SolrCloud. We've got 16 cores, each with 1 shard. 3 zookeeper instances, 4 replicas of each core. We're suddenly having trouble with very slow tomcat restarts (15-45 minutes) and even when we can get a few replicas up, we aren't seeing

Re: alphanumeric interval

2012-07-05 Thread Cat Bieber
counts") to get the facet data, but haven't tested it. -Cat Bieber On 07/05/2012 04:32 AM, AlexR wrote: Hi, thanks a lot for your answer, and sorry for my late response. It's my first time to write a solr plugin. I already have a plugin with empty handleRequestBody() method and

Re: alphanumeric interval

2012-06-22 Thread Cat Bieber
e. That would still require doing some calculations on the client side, and it won't be useful if you have full values with few duplicates. -Cat Bieber On 06/22/2012 09:32 AM, AlexR wrote: I need even sized buckets and their borders. 100/4 = 25 entries Border for first interval is entry 1 and e

phrase query and string/keyword tokenizer

2012-06-14 Thread Cat Bieber
hat shouldn't really match (e.g. total found goes from 24 to 4800+ documents) or doesn't match the one I want, giving poor results. Does anyone have suggestions for how I can convince the phrase query to match against my bestMatchTitle field, or change the query text I'm passing in to combine these two queries and get the boost I want? Or is there another approach altogether that I'm missing? Thanks for any help with this. -Cat Bieber

Re: String ordering appears different with sort vs range query

2012-04-20 Thread Cat Bieber
t got fixed in the 3.6 time-frame. Don't have the time right now to go back over the JIRA's to see... Best Erick On Thu, Apr 19, 2012 at 3:39 PM, Cat Bieber wrote: I'm trying to use a Solr query to find the next title in alphabetical order after a given string. The issue I'

String ordering appears different with sort vs range query

2012-04-19 Thread Cat Bieber
right direction to find that code I'd love to look through it. Or, if anyone has suggestions regarding a different approach or changes I can make to this query/field, that would be very helpful. Thanks for your time. -Cat Bieber