You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.
* 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
* had to update Solrlib to work with Solr7 (hence the version update to 0.6.0-SNAPSHOT)
* had to exclude unused SolrAutoConfiguration (Spring Data Solr) as it fails with Solr7 dependencies
* Using of the GraphFilterFactories and FlattenGraphFilter (as recommended for Solr7)
* added the StemmerOverrideFilterFactory with a German StemmDict (better Stemming)
* added the HyphenatedWordsFilterFactory
* Needed to upgrade `io.dropwizard.metrics` dependencies as Solr 7 requires a newer version as used by Spring.
* more updates to the `schema.xml` of the conversation index
* needed to enable `content.streams` in the `solrconf.xml` as default changed to disabled for Solr 7
* needed to change MLT requests as Content Streams changed in SolrJ
* explicitly added the `mlt.fl` for all MLT requests
* excluded the current conversation for MLT requests in the ConversationMLT query builder
* excluded the Spring SolrAutoConfiguration from AutoConfiguration for all Spring Unit Tests (was already excluded for `SmartiApplication` in previous releases)
* Needed to adapt the RocketChatSearchQueryBuilder FieldAnalysis functionality because of an API change in SolrJ
#289 - removed Chatpal Backend Webservice and remaining dependencies in the smarti application module
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
as a preperation to externalize Solr
The text was updated successfully, but these errors were encountered: