[hibernate-issues] [Hibernate-JIRA] Created: (HSEARCH-313) Provide a callback on indexing exception

Emmanuel Bernard (JIRA) noreply at atlassian.com
Fri Nov 28 11:36:15 EST 2008


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.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list