This is an automated email from the git hooks/post-receive script. New change to branch develop in repository coselmar. See https://gitlab.nuiton.org/codelutin/coselmar.git from f432be6 Exclusion de bcprov-jdk15on de la dépendance apache tika (conflit avec la version de webmotion?) adds a763b05 Ajout du fileContent dans la table Document et comparatif de recherche entre lucene et pg pour les topterms adds 56f5389 Rest-Expose lucene and pg versions of question topterms methods adds 0dd6ace Review cloudtag request from postgresql and fix indexation from lucene new ba59165 Remove ExperimentationService new f37fe4f refs #9197 review way to use Tika, filter file content indexation for pdf, opendocument text/presentation and ms word/powerpoint The 2 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 f37fe4f513d6bd4c8f8e52ae2086873baba477c2 Author: Yannick Martel <martel@©odelutin.com> Date: Tue May 30 17:08:16 2017 +0200 refs #9197 review way to use Tika, filter file content indexation for pdf, opendocument text/presentation and ms word/powerpoint commit ba5916563162056a6ee21bf374daa732aec98947 Author: Yannick Martel <martel@©odelutin.com> Date: Tue May 30 15:58:28 2017 +0200 Remove ExperimentationService Summary of changes: .../java/fr/ifremer/coselmar/beans/CloudWord.java | 5 ++ .../persistence/entity/QuestionTopiaDao.java | 40 +++++++-------- ...2_1_0_1__9197_add_fileContent_in_documents.sql} | 2 +- .../src/main/xmi/coselmar-model.properties | 1 + .../src/main/xmi/coselmar-model.zargo | Bin 11007 -> 11150 bytes .../indexation/DocumentsIndexationService.java | 47 +++++------------- .../coselmar/services/indexation/LuceneUtils.java | 7 --- .../coselmar/services/indexation/TikaUtils.java | 54 +++++++++++++++++++++ .../coselmar/services/v1/AdminWebService.java | 12 ++++- .../coselmar/services/v1/DocumentsWebService.java | 15 ++++-- .../coselmar/services/v1/QuestionsWebService.java | 33 ++++++++----- 11 files changed, 135 insertions(+), 81 deletions(-) copy coselmar-persistence/src/main/resources/db/migration/{V1_4_0_1__7911_add_citation_in_documents.sql => V2_1_0_1__9197_add_fileContent_in_documents.sql} (94%) create mode 100644 coselmar-rest/src/main/java/fr/ifremer/coselmar/services/indexation/TikaUtils.java -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.