Norconex / committer-core

Norconex Committer is a java library and command line application used to route content to local or remote target repositories, such as a search engine index.
http://www.norconex.com/collectors/committer-core
Apache License 2.0
4 stars 10 forks source link

Fix bug that changed the order of the add and delete operation send to #6

Closed martinfou closed 9 years ago

martinfou commented 9 years ago

the committer.

For example :

add doc1 add doc2 delete doc1 add doc3

Used to become :

Add doc3 delete doc1 add doc2 add doc1