i d like add a new field in lucene permitting to save a link to a
InputStream (on file)


for adding/update document with this field is very simple.

Maybe there is a problem with delete.

If i deleteOnQuery or deleteAll ..... the esternal files are not deleted.

Is there a callback or a hook for deleting them when is called deleteOnDoc?

Any idea?

Otherwise , maybe i could wrap this removal calls splitting it in 2
sub deletection with linkField(slower) , and with no linkField (very
fast)

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to