0xCAB / zoie

Automatically exported from code.google.com/p/zoie
0 stars 0 forks source link

Enhancement: expose post-flush callback api #42

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
For the case where lucene index modification is required after indexing has
happened (for example, renormalizing the document norms to take into
account more than just boosts and the number of tokens, something which is
not supported by the core lucene api), we should expose an api for a
"post-flush" / "post-commit" callback, to allow users of zoie to hook in
their own code for doing this.

Original issue reported on code.google.com by jake.man...@gmail.com on 10 Sep 2009 at 8:11