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.
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}
The text was updated successfully, but these errors were encountered:
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 providerthis Query needs to look like
{term1}^{boost1} {term2}^{boost2} "{multi word term3}"^{boost3}
The text was updated successfully, but these errors were encountered: