This is an automated email from the git hooks/post-receive script. New commit to branch feature/comparatif-lunce-pg in repository coselmar. See https://gitlab.nuiton.org/codelutin/coselmar.git commit 56f53896104324c5cc3119271e287790851ded4e Author: Yannick Martel <martel@©odelutin.com> Date: Mon May 29 10:43:39 2017 +0200 Rest-Expose lucene and pg versions of question topterms methods --- coselmar-rest/src/main/resources/mapping | 2 ++ 1 file changed, 2 insertions(+) diff --git a/coselmar-rest/src/main/resources/mapping b/coselmar-rest/src/main/resources/mapping index 147d53d..27e8e5b 100644 --- a/coselmar-rest/src/main/resources/mapping +++ b/coselmar-rest/src/main/resources/mapping @@ -77,6 +77,8 @@ GET /v1/questions/{questionId}/topwords QuestionsWebService.getTopWords GET /v1/general/topwords GeneralWebService.getTopWords GET /v1/experimentation/topwords ExperimentationService.evaluateTopWordsGeneration +GET /v1/experimentation/lucenetopwords/{questionId} ExperimentationService.getLuceneTopWords +GET /v1/experimentation/pgtopwords/{questionId} ExperimentationService.getPostgresTopWords # Admin API POST /v1/admin/lucene/index AdminWebService.refreshLuceneIndex -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.