Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
WIP solr7 update
Browse files Browse the repository at this point in the history
* deleted the chatpal backend #289
* updated Solr Version to `7.5.0` #248
* started to update Solr configurations for the new Solr Version #248
* started to adapt the ConversationInterestingTermsExtractor so that it works with multiple clients (will replace the Systel Crawl Solr index) #290
  • Loading branch information
westei committed Sep 27, 2018
1 parent 6e691f4 commit 5aebed3
Show file tree
Hide file tree
Showing 33 changed files with 55 additions and 6,613 deletions.
7 changes: 0 additions & 7 deletions application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -539,13 +539,6 @@
<classifier>solrcores</classifier>
<type>zip</type>
</artifactItem>
<artifactItem>
<groupId>${project.groupId}</groupId>
<artifactId>chatpal-index</artifactId>
<version>${project.version}</version>
<classifier>solrcores</classifier>
<type>zip</type>
</artifactItem>
</artifactItems>
</configuration>
</execution>
Expand Down
5 changes: 3 additions & 2 deletions application/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@ endpoints.metrics.enabled=false
##Analysis configuration

##Analysis pipeline
#deactivate the interesting terms from previous conversations
smarti.analysis.pipeline.optional=*,!keyword.interestingterms.conversation
#interesting terms from previous conversations is no longer deactivated as
#we do now have sufficient data in the conversation index
#smarti.analysis.pipeline.optional=*,!keyword.interestingterms.conversation

##Conversation Language configuration
#Set German as language for the conversations
Expand Down
78 changes: 0 additions & 78 deletions lib/chatpal-index/pom.xml

This file was deleted.

This file was deleted.

Loading

0 comments on commit 5aebed3

Please sign in to comment.