Range faceting or grouping on a String or count(field)

2013-11-08 Thread Chris Geeringh
I'm trying to achieve something I thought was relatively simple. "Range faceting" on a String, or count(String). I understand range faceting on a string isn't possible as per the docs, but is there any way to achieve something 'like' this functionality. Consider a document with the field "brand",

Re: unable to load core after cluster restart

2013-11-06 Thread Chris Geeringh
--- In the case of Java 7, 1.7.0_40 and 1.7.0_45 have known problems with Lucene/Solr. Shawn, this is interesting. What are the problems, where are the documented? On 6 November 2013 20:18, kaustubh147 wrote: > Hi, > > Here is my > solr.xml > > > > > > > ${host:} > 28081 > /sol

Re: SolrCloud frequently hanging

2013-10-25 Thread Chris Geeringh
Prasi, as per the ticket I linked to earlier, I was running into GC settings. May be worth investigating - and take a look at the GC settings I'm running with in the ticket. Cheers, Chris On 22 October 2013 10:25, Prasi S wrote: > bq: ...three different files each with a partial set > of data.

Re: Solr 4.5.1 and Illegal to have multiple roots (start tag in epilog?). (perhaps SOLR-4327 bug?)

2013-10-25 Thread Chris Geeringh
Hi Michael, I opened that ticket, and it looks like there is indeed a buffer or limit I was exceeding. As per the ticket I guess the stream is cut off at that limit, and is then malformed. I am using Tomcat, and since increasing some limits on the connector, I haven't had any issues since. I'll cl

Re: Indexing logs files of thousands of GBs

2013-10-23 Thread Chris Geeringh
Prerna, The FileListEntityProcessor has a terribly inefficient recursive method, which will be using up all your heap building a list of files. I would suggest writing a client application and traverse your filesystem with NIO available in Java 7. Files.walkFileTree() and a FileVisitor. As you "

Re: SolrCloud frequently hanging

2013-10-22 Thread Chris Geeringh
Hi Prasi, I have the same issue - I'm trying to import data and after some amount of time the cloud stops accepting updates. I can confirm that hitting the admin url, indexing appears to start again although that doesn't seem to last very long before hanging again. I have a Jira ticket open, pleas

Re: Solr 4.6.0 latest build

2013-10-22 Thread Chris Geeringh
Yes: https://issues.apache.org/jira/browse/SOLR-5364 On 22 October 2013 09:49, Rafał Kuć wrote: > Hello! > > Thanks for correction :) > > Did you report that the issue still persists? > > -- > Regards, > Rafał Kuć > Performance Monitoring * Log Analytics * Search Analytics > Solr & Elasticsear

Re: Solr 4.6.0 latest build

2013-10-22 Thread Chris Geeringh
That's not quite right. You don't have to download the source or build it yourself. You can grab a 4.6 snapshot build from here: https://builds.apache.org/job/Solr-Artifacts-4.x/lastSuccessfulBuild/artifact/solr/package/ I have an issue with updates no longer being processed, and the snapshots h

Re: Concurent indexing

2013-10-18 Thread Chris Geeringh
t, > > > > > > On Wed, Oct 16, 2013 at 2:04 PM, Chris Geeringh > wrote: > > > Here's another jstack http://pastebin.com/8JiQc3rb > > > > > > On 16 October 2013 11:53, Chris Geeringh wrote: > > > > > Hi Erick, here is a paste from othe

Re: Concurent indexing

2013-10-16 Thread Chris Geeringh
Here's another jstack http://pastebin.com/8JiQc3rb On 16 October 2013 11:53, Chris Geeringh wrote: > Hi Erick, here is a paste from other thread (debugging update request) > with my input as I am seeing errors too: > > I ran an import last night, and this morning my clou

Re: Concurent indexing

2013-10-16 Thread Chris Geeringh
Hi Erick, here is a paste from other thread (debugging update request) with my input as I am seeing errors too: I ran an import last night, and this morning my cloud wouldn't accept updates. I'm running the latest 4.6 snapshot. I was importing with latest solrj snapshot, and using java bin transpo

Re: SolrCloud Query Balancing

2013-10-16 Thread Chris Geeringh
If your web application is using SolrJ/Java based - use a CloudSolrServer instance with the zkHosts. It will take care of load balancing when querying, indexing, and handle routing if a node goes down. On 16 October 2013 10:52, michael.boom wrote: > I have setup a SolrCloud system with: 3 shard

Re: Debugging update request

2013-10-16 Thread Chris Geeringh
Here is my jstack output... Lots of blocked threads. http://pastebin.com/1ktjBYbf On 16 October 2013 10:28, michael.boom wrote: > I got the trace from jstack. > I found references to "semaphore" but not sure if this is what you meant. > Here's the trace: > http://pastebin.com/15QKAz7U > > > >

Re: Debugging update request

2013-10-16 Thread Chris Geeringh
I ran an import last night, and this morning my cloud wouldn't accept updates. I'm running the latest 4.6 snapshot. I was importing with latest solrj snapshot, and using java bin transport with CloudSolrServer. The cluster had indexed ~1.3 million docs before no further updates were accepted, quer

Re: Concurent indexing

2013-10-15 Thread Chris Geeringh
I can confirm I am seeing the same issue with Tomcat - cluster split over 4 nodes. Is this fix in a 4.6 snapshot? On 15 October 2013 08:28, maephisto wrote: > Thanks for the tip! > > I must mention that I am using Solr 4.4.0 and this problem only appears > when > i'm doing the indexing in the