On 8-Dec-07, at 10:04 PM, Doron Cohen wrote:

+1  I have been thinking about this too.  Solr clearly demonstrates
the benefits of this kind of approach, although even it doesn't make
it seamless for users in the sense that they still need to divvy up
the docs on the app side.

Would be nice if this layer also took care of searchers/readers
refreshing & warming.

Solr has well-tested code that provides all this functionality and more (except for automatically spawning extra indexing threads, which I agree would be a useful addition). It does heavily depend on 1.5's java.util.concurrent package, though. Many people seem like using Solr as an embedded library layer on top of Lucene to do it all in- process, as well.

-Mike

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to