-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.3 RC
-
Fix Version/s: 5.3 RC
-
Component/s: None
-
Impact type:Deployment change
-
Upgrade notes:
Steps to reproduce:
- deploy nuxeo DM or EP with H2 VCS on either jboss or jetty
- create some documents
- search a word in the title of a document using the top right search input => it works as expected
- restart jboss
- perform the exact same search as previously: results appear twice with same document ref
- further restarts keep creating new lucene index entries in the VCS store
Checking the index directory with luke shows that the entries are indeed duplicated. VCS init should not trigger a lucene indexing of the existing entries.