On 5/14/06, karl wettin <[EMAIL PROTECTED]> wrote:
On Sun, 2006-05-14 at 22:27 -0400, Erik Hatcher wrote:
> What are the boundaries of what you call an "index"?  Is it the
> current Lucene API, or could it be a service-like layer such as Solr
> on top of it?

The persistence mechanism.
So that would be a part of the the current Lucene API.

Subclassing FSDirectory would allow you a hook into create(),
rename(), close(), etc...
Would that meet your needs?

One could also create a Directory  implementation that allowed
listeners to register.  It doesn't seem like something commonly needed
though.


-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