[
http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-313?pag...
]
Emmanuel Bernard commented on HSEARCH-313:
------------------------------------------
in an async model, you need to queue failure reports somewhere, so in case of JMs you
would send a message to a dedicated queue.
Provide a callback on indexing exception
----------------------------------------
Key: HSEARCH-313
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-313
Project: Hibernate Search
Issue Type: New Feature
Components: engine
Reporter: Emmanuel Bernard
An application can pass a callback and be notified when an indexing operation fails. The
data associated with the operation is passed as a parameter (eg list of lucene work). The
application can do anything from here:
- log failing ids
- swallow
- put that in a queue for retry
etc
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira