Very slow queries

2010-10-07 Thread Christos Constantinou
Hello everyone, All of a sudden, I am experiencing some very slow queries with solr. I have 13GB of indexed documents, each averaging 50-100kb. They have an id key, so I expect to be getting results really fast if I execute id:7cd6cb99fd239c1d743a51bb85a48f790f4a6d3c as the query with no other

Re: anybody using solr with Cassandra?

2010-09-02 Thread Christos Constantinou
This is a very interesting topic. Nick if you could give some more howtos or information on your setup it would be great! What things are you using out of the box and what did you have to develop? Christos On 31 Aug 2010, at 07:12, Siju George wrote: > We will be suing Solr for indexing and Ca

Faceting by fields that contain special characters

2010-08-19 Thread Christos Constantinou
Hi all, I am doing a faceted search on a solr field that contains URLs, for the sole purpose of trying to locate duplicate URLs in my documents. However, the solr response I get looks like this: public 'com' => int 492198 public 'flickr' => int 492198 public 'http' =>

Re: Solr using 1500 threads - is that normal?

2010-07-29 Thread Christos Constantinou
gt; > > On Wed, Jul 28, 2010 at 6:53 AM, Christos Constantinou < > ch...@simpleweb.co.uk> wrote: > >> Hi, >> >> Solr seems to be crashing after a JVM exception that new threads cannot be >> created. I am writing in hope of advice from someone that has experie

Solr using 1500 threads - is that normal?

2010-07-28 Thread Christos Constantinou
Hi, Solr seems to be crashing after a JVM exception that new threads cannot be created. I am writing in hope of advice from someone that has experienced this before. The exception that is causing the problem is: Exception in thread "btpool0-5" java.lang.OutOfMemoryError: unable to create new n

solr log file rotation

2010-07-28 Thread Christos Constantinou
Hi all, I am running a Solr 1.4 instance on FreeBSD that generates large log files in very short periods. I used /etc/newsyslog to configure log file rotation, however once the log file is rotated then Solr doesn't write logs to the new file. I'm wondering if there is a way to let Solr know tha