branch develop updated (f6cffe1 -> 8c72a20)
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 f6cffe1 fixes #7906 add loading on projects new 8c72a20 fixes #7916 get top word from title/name and keywords/themes only The 1 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 8c72a207103686a01bd77a028c3655c2e2d7b558 Author: Yannick Martel <martel@©odelutin.com> Date: Mon Jan 18 12:16:58 2016 +0100 fixes #7916 get top word from title/name and keywords/themes only Summary of changes: .../coselmar/services/indexation/TransverseIndexationService.java | 2 -- 1 file changed, 2 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git commit 8c72a207103686a01bd77a028c3655c2e2d7b558 Author: Yannick Martel <martel@©odelutin.com> Date: Mon Jan 18 12:16:58 2016 +0100 fixes #7916 get top word from title/name and keywords/themes only --- .../coselmar/services/indexation/TransverseIndexationService.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/coselmar-rest/src/main/java/fr/ifremer/coselmar/services/indexation/TransverseIndexationService.java b/coselmar-rest/src/main/java/fr/ifremer/coselmar/services/indexation/TransverseIndexationService.java index 7510e9a..c9df56e 100644 --- a/coselmar-rest/src/main/java/fr/ifremer/coselmar/services/indexation/TransverseIndexationService.java +++ b/coselmar-rest/src/main/java/fr/ifremer/coselmar/services/indexation/TransverseIndexationService.java @@ -74,10 +74,8 @@ public class TransverseIndexationService extends CoselmarSimpleServiceSupport { try { String[] searchedFields = { QuestionsIndexationService.QUESTION_TITLE_INDEX_PROPERTY, - QuestionsIndexationService.QUESTION_SUMMARY_INDEX_PROPERTY, QuestionsIndexationService.QUESTION_THEME_INDEX_PROPERTY, DocumentsIndexationService.DOCUMENT_NAME_INDEX_PROPERTY, - DocumentsIndexationService.DOCUMENT_SUMMARY_INDEX_PROPERTY, DocumentsIndexationService.DOCUMENT_KEYWORD_INDEX_PROPERTY }; TermStats[] highFreqTerms = HighFreqTermsMultiFields.getHighFreqTermsMultiFields(indexReader, 20, searchedFields, new HighFreqTerms.TotalTermFreqComparator()); -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm