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

Implement Rocket.Chat query provider #276

Closed
tkurz opened this issue Aug 28, 2018 · 0 comments
Closed

Implement Rocket.Chat query provider #276

tkurz opened this issue Aug 28, 2018 · 0 comments
Assignees
Milestone

Comments

@tkurz
Copy link
Member

tkurz commented Aug 28, 2018

The query provider must be implemented regarding the Spec in #274

Acceptance Criteria
The query provider returns result fitting the spec.

westei added a commit that referenced this issue Aug 29, 2018
…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!
westei added a commit that referenced this issue Aug 31, 2018
* 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
@westei westei added this to the v0.8.0 milestone Sep 12, 2018
@westei westei removed the in review label Mar 18, 2019
@westei westei closed this as completed Mar 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants