You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2021/07/28 08:52:39 UTC

[GitHub] [pinot] atris opened a new issue #7218: Expand Full Text Search Capabilities

atris opened a new issue #7218:
URL: https://github.com/apache/pinot/issues/7218


   Our FTS capabilities are pretty limited right now -- REGEXP_MATCH does a primitive regex match and TEXT_MATCHES is simply a wrapper around basic Lucene level searching (does not expose fuzzy queries or the option to rank).
   
   This issue states a proposal for expanding our FTS capabilities with the following initial ideas:
   
   1. Support LIKE operator (https://www.w3schools.com/sql/sql_like.asp).
   2. Improve TEXT_MATCH (see #7215 , #7216  and #7217 ).
   3. Allow ranked searches (something on the lines of https://www.postgresql.org/docs/9.5/textsearch-controls.html#TEXTSEARCH-RANKING)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org