This is an automated email from the git hooks/post-receive script. New change to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git from d2cf910 fixes #6354 on user distinguish deletion and deactivation, and can enable user new 993a5ee prepare document indexation with lucene new d1d48e2 use indexation in document service for creation and search new b9b1dc9 add way to update and delete index information for document. Link delete with service new 81b2cdd add an indexation service for question : base on title, themes and summary new 37c0bed use question indexation in webservice new 7ed66eb Merge branch 'feature/lucene-indexation' into develop The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 7ed66eb28deff9e31ddb7f7ea3cbb038bd2be813 Merge: d2cf910 37c0bed Author: Yannick Martel <martel@©odelutin.com> Date: Wed Dec 31 11:10:51 2014 +0100 Merge branch 'feature/lucene-indexation' into develop commit 37c0bed1b33c6c4d3bc56ff3f88b5f7148548b88 Author: Yannick Martel <martel@©odelutin.com> Date: Wed Dec 31 10:51:30 2014 +0100 use question indexation in webservice commit 81b2cdd4f6adee991d74614788d8c38b28167587 Author: Yannick Martel <martel@©odelutin.com> Date: Tue Dec 30 17:22:46 2014 +0100 add an indexation service for question : base on title, themes and summary commit b9b1dc936cb43ed7a99f0a495ae8a135793a01af Author: Yannick Martel <martel@©odelutin.com> Date: Tue Dec 30 10:15:47 2014 +0100 add way to update and delete index information for document. Link delete with service commit d1d48e237301cfe0455a9fcd0f50233d3ddba571 Author: Yannick Martel <martel@©odelutin.com> Date: Mon Dec 29 17:02:59 2014 +0100 use indexation in document service for creation and search commit 993a5ee7906d1c815d4f52de3025c0c3fb232639 Author: Yannick Martel <martel@©odelutin.com> Date: Mon Dec 29 11:53:28 2014 +0100 prepare document indexation with lucene Summary of changes: coselmar-rest/pom.xml | 18 ++ .../coselmar/services/CoselmarServicesContext.java | 3 + .../services/CoselmarSimpleServiceSupport.java | 5 + .../services/DefaultCoselmarServicesContext.java | 11 + .../services/config/CoselmarServicesConfig.java | 9 + .../config/CoselmarServicesConfigOption.java | 6 + .../indexation/DocumentsIndexationService.java | 165 +++++++++++++ .../coselmar/services/indexation/LuceneUtils.java | 51 ++++ .../indexation/QuestionsIndexationService.java | 163 +++++++++++++ .../coselmar/services/v1/DocumentsWebService.java | 65 ++++- .../coselmar/services/v1/QuestionsWebService.java | 46 ++++ .../services/AbstractCoselmarServiceTest.java} | 15 +- .../indexation/DocumentsIndexationServiceTest.java | 208 ++++++++++++++++ .../indexation/QuestionsIndexationServiceTest.java | 270 +++++++++++++++++++++ pom.xml | 27 +++ 15 files changed, 1058 insertions(+), 4 deletions(-) create mode 100644 coselmar-rest/src/main/java/fr/ifremer/coselmar/services/indexation/DocumentsIndexationService.java create mode 100644 coselmar-rest/src/main/java/fr/ifremer/coselmar/services/indexation/LuceneUtils.java create mode 100644 coselmar-rest/src/main/java/fr/ifremer/coselmar/services/indexation/QuestionsIndexationService.java copy coselmar-rest/src/{main/java/fr/ifremer/coselmar/services/CoselmarService.java => test/java/fr/ifremer/coselmar/services/AbstractCoselmarServiceTest.java} (66%) create mode 100644 coselmar-rest/src/test/java/fr/ifremer/coselmar/services/indexation/DocumentsIndexationServiceTest.java create mode 100644 coselmar-rest/src/test/java/fr/ifremer/coselmar/services/indexation/QuestionsIndexationServiceTest.java -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.