On 4/17/06, Marc Dauncey <[EMAIL PROTECTED]> wrote:
> or has anyone
> implemented a more sophisticated solution with web
> services to index on demand?

In Solr, documents (XML versions of Lucene Documents) are POSTed to the server.
There are explicit <commit/> commands that cause an new IndexReader to
be opened and warmed in the background.

-Yonik
http://incubator.apache.org/solr Solr, The Open Source Lucene Search Server

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

Reply via email to