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 b25dc5e [jgitflow-maven-plugin]Updating develop poms back to pre merge state new 8517e8f refs #9197 Utilisation de Apache Tika pour indexer les documents new f90edbe Upgrade lucene + revue de l'indexation des données de Question new c616ba1 refs #9197 use vectors on document fields indexation new 1e43d56 refs #9197 use lucene to make cloud tag on question page : data from question and its documents including file content new c4e9b3e Merge branch 'feature/9197-Indexation_documents' into develop The 5 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 c4e9b3e7d51a79043dfb935091ba4d0f6550dbc1 Merge: b25dc5e 1e43d56 Author: Yannick Martel <martel@©odelutin.com> Date: Wed May 24 11:04:54 2017 +0200 Merge branch 'feature/9197-Indexation_documents' into develop commit 1e43d560da4e23e5d45163f59ae9f9573e936ab5 Author: Yannick Martel <martel@©odelutin.com> Date: Mon May 22 18:05:10 2017 +0200 refs #9197 use lucene to make cloud tag on question page : data from question and its documents including file content commit c616ba1fb803d57b19b2c1dd0c5f1e0e62108b2b Author: Yannick Martel <martel@©odelutin.com> Date: Mon May 22 16:08:11 2017 +0200 refs #9197 use vectors on document fields indexation commit f90edbef1de138249656cf0f778863fe2ffeb654 Author: Yannick Martel <martel@©odelutin.com> Date: Mon May 22 11:16:32 2017 +0200 Upgrade lucene + revue de l'indexation des données de Question commit 8517e8f45186e4080ce56c7eb489d9592e2a4802 Author: Yannick Martel <martel@©odelutin.com> Date: Mon May 15 22:01:04 2017 +0200 refs #9197 Utilisation de Apache Tika pour indexer les documents Summary of changes: coselmar-rest/pom.xml | 8 +- .../indexation/DocumentsIndexationService.java | 215 +++++++++++++++------ .../coselmar/services/indexation/LuceneUtils.java | 29 ++- .../indexation/QuestionsIndexationService.java | 76 ++++---- .../indexation/TransverseIndexationService.java | 6 +- .../coselmar/services/v1/AdminWebService.java | 2 +- .../coselmar/services/v1/DocumentsWebService.java | 38 ++-- .../coselmar/services/v1/QuestionsWebService.java | 85 +++++--- .../indexation/DocumentsIndexationServiceTest.java | 16 +- .../indexation/QuestionsIndexationServiceTest.java | 22 +-- pom.xml | 15 +- 11 files changed, 354 insertions(+), 158 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.