Hi,
I'm trying to use Hibernate Search for indexing and another tool for searching that uses a RAM Directory and therefore needs to know about changes to the index.
Is there an easy way to extract a added/changed/deleted document when Search detects and processes the change? I know there is the FullTestEventListener. However, this is followed by all the document processing magic, and I would like to have the result Document of this in order to pass it along to the other tool.
Any way to do this?
Kind regards,
Marc
|