Re: Question about custom Lucene filters and Solr

2010-02-16 Thread Jon Bodner
g/solr/SolrPlugins > > http://wiki.apache.org/solr/UpdateRequestProcessor > > http://lucene.apache.org/solr/api/org/apache/solr/update/UpdateHandler.html > > http://lucene.apache.org/solr/api/org/apache/solr/search/QParserPlugin.html > > http://lucene.apache.org/solr/api/org/

Question about custom Lucene filters and Solr

2010-02-16 Thread Jon Bodner
Hello, I'm interested in using Solr with a custom Lucene Filter (like the one described in section 6.4.1 of the Lucene In Action, Second Edition book). I'd like to filter search results from a Lucene index against information stored in a relational database. I don't want to move the relationa

Re: Solr Performance bottleneck

2009-04-27 Thread Jon Bodner
As a follow-up note, we solved our problem by moving the indexes to local store and upgrading to Solr 1.4. I did a thread dump against our 1.3 Solr instance and it was spending lots of time blocking on index section loading. The NIO implementation in 1.4 solved that problem and copying to local

Re: Solr Performance bottleneck

2009-04-24 Thread Jon Bodner
Grant Ingersoll-6 wrote: > > Hi Jon, > > Can you share the stack traces for the exceptions? Also, I don't know > what it is about it, but an index with non-stored items of only 925K > items being about 2.3GB seems weird to me for some reason. How many > unique terms do you have? > Ind

Solr Performance bottleneck

2009-04-23 Thread Jon Bodner
Hi all, I am trying to solve a serious performance problem with our Solr search index. We're running under Solr 1.3. We've sharded our index into 4 shards. Index data is stored on a network mount that is accessed over Fibre Channel. Each document's text is indexed, but not stored. Each day,