I wonder if it's possible to index only documents in my directory, that have
changed since the last indexing. Does Lucene support this? I haven't found
any information about this.
You have to build such logic yourself, but sure, Lucene can handle this if you build it :)
In fact, the <index> Ant task in the sandbox (contributions/ant) does this.
Erik
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]