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.
…l missing some features and has a known bug with `queryTerm` parsing, but it is already in an useable state.
You need to go in the Configuration and configure + enable the new provider. The default config will do for now!
* The contextQueryTerms are no longer Solr terms but words contained in the context. For this the context is Analyzed using the Solr FieldAnalysisRequestHandler (to know the mapping of word to Solr term - as done by the configured Solr Field Analyzer). This information is used to map the Solr terms returned by the Solr MLT request back to the original words as present in the context of the conversation.
* This is necessary as the RocketChat search might not use Solr (like Chatpal). Even in the case Chatpal is used it can be configured with a different Solr Analysis configuration and therefore Solr terms returned by the Smarti Conversation Index might not match Solr terms in the Chatpal index
* Added support for the users with messages sent in the selected conversation context
The query provider must be implemented regarding the Spec in #274
Acceptance Criteria
The query provider returns result fitting the spec.
The text was updated successfully, but these errors were encountered: