borowiak / pwa-technologies

Automatically exported from code.google.com/p/pwa-technologies
0 stars 0 forks source link

Generate Index with configurable id's #72

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Lucene make use of a sequential indexation number, which means that every time 
a new indexation are done a different number is generated for the same index. 
Hence, there is a problem of consistency and persistence on index files.

A possible resolution could be make a configuration file where the lucene read 
the number for the indexed document.

Original issue reported on code.google.com by HugoHAVi...@gmail.com on 4 Sep 2014 at 9:17