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

Use context term boosts for Rocket.Chat Search with Chatpal provider #288

Open
westei opened this issue Sep 26, 2018 · 1 comment
Open
Assignees
Milestone

Comments

@westei
Copy link
Member

westei commented Sep 26, 2018

With chatpal/chatpal-search-solr-ext#7 it is now possible to parse raw solr queries to chatpal. This allows to use the boosts provided by the Rocket.Chat query providers for context query.

The Rocket.Chat search query needs to use the same text parameter as present so that context queries do work with Rocket.Chat is configured with an other query provider as Chatpal.

But within the params the new query parameter can be used to provide a more precise context query that is only interpreted if Chatpal is configured as Rocket.Chat search provider

this Query needs to look like {term1}^{boost1} {term2}^{boost2} "{multi word term3}"^{boost3}

@westei
Copy link
Member Author

westei commented Apr 11, 2019

Notes:

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

2 participants