Re: SOLR-1797 - Any news on this?

2010-03-19 Thread KaktuChakarabati
synchronized? or at least cast to a synchornizedList for the purposes of the iteration in inform() ? Thanks, -Chak KaktuChakarabati wrote: > > We've been getting similar problem, running on Ubuntu Server / Tomcat 6 > latest. > > Any ideas? When commenting out firstSearche

SOLR-1797 - Any news on this?

2010-03-19 Thread KaktuChakarabati
We've been getting similar problem, running on Ubuntu Server / Tomcat 6 latest. Any ideas? When commenting out firstSearcher/newSearcher events, seem to work, but obviously this is a problem for production machines. Is this easy fix ? did anyone look into it ? Thanks, -Chak -- View this messag

Real-time deletes

2010-02-05 Thread KaktuChakarabati
Hey, some time ago I asked around and found out that lucene has inbuilt support pretty much for propagating deletes to the active index without a lengthy commit ( I do not remember the exact semantics but I believe it involves using an IndexReader reopen() method or so). I wanted to check back and

Re: Creating a new QParserPlugin

2009-05-07 Thread KaktuChakarabati
oesn't reuse all the code, > but in my case I just needed the existing code as an example and then I > had to change it in a few places. Rather than dealing with inheritence, > etc., it was simpler to just contol the code on my own. > > > > > __

Creating a new QParserPlugin

2009-05-06 Thread KaktuChakarabati
(Forwarded from solr-users, I figured its more appropriate here.. ) Hello everyone, I am trying to write a new QParserPlugin+QParser, one that will work similar to how DisMax does, but will give me more control over the FunctionQuery-related part of the query processing (e.g in regards to a speci

JCache API and EHCache

2009-03-23 Thread KaktuChakarabati
Hey, What do you guys think about overhauling the caching layer to be compliant with the upcoming Jcache api? (jsr-107) In specific, I've been experimenting some with ehcache (http://ehcache.sourceforge.net/ , Apache OS license) and it seems to be a very comprehensive implementation, as well as fu

DocSlice Interface

2009-02-22 Thread KaktuChakarabati
Hey All, In a recent project, I implemented a diversification component as a SearchComponent, intended to be used for diversifying the result set originally construed by lucene/solr using some arbitrary configuration XML. To this end, I found myself needing some DocList operations which were surpr