This repository has been archived by the owner on Aug 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Token based Related Conversation #189
Comments
westei
added a commit
that referenced
this issue
Feb 2, 2018
…ation web service; The AnalysisService also supports parsing custom Analysis. In this case only Templates and Queries are re-calculated
westei
added a commit
that referenced
this issue
Feb 2, 2018
… used for this issue. Refactored the QueryBuilder to be client executed. The Idea is to use the MessageSearchService (used by the Chatpal demo and Smarti `6.6.1`) for the Smarti Widget to search for related conversations. * implementation of #192: The MLT now uses only recent messages as context for related conversation searches * Added support for a configuration that allows to enable/disable a filter for completed conversations (default: also consider not completed)
westei
added a commit
that referenced
this issue
Feb 2, 2018
…h functionality required to search for “Expertengespräche” based on tokens; The service and webservice was updated to work with the new authentication model; ConversationSearchQuerybuilder now supports configuration of defaults (e.g. highlighting, sorting, … ) The defaults are set based on what was used for the chatpal demo powered by the 0.6.1 version of the message search
Server side implementation is more or less complete. Widget support is pending (hence assiging to @Peym4n ) The query is based on the
Notes:
|
Created #212 as a minor left-over |
ghost
removed
the
in review
label
Feb 22, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We need a QueryProvider that supports to suggest related Conversation based on Removed/Added Tokens of the User.
The current SolrMLT based solution does not allow for this and for using the ConversationQueryBuilder the conversation service needs to support uploading modified Analysis (with updated Tokens based on User Interactions with the Widget).
This will also require a configuration change for existing Clients if we move away from the Solr MLT to a Token based implementation.
The text was updated successfully, but these errors were encountered: