-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support FULLTEXT search #1793
Comments
Yes, we will. |
import full text search column error |
@h1100e Full text search is still on the way. |
Does it make sense to support this ? Since when you go lots of distributed data, you may want to use a specialized tool like solr,elasticsearch etc ? |
Solr or elastic-search would be a better choice. |
Just a quick update: TiDB 3.0 will not yet support |
Support FULLTEXT search support 中文分词 |
@morgo @shenli Any idea how long it might take to implement |
@lastzero Thanks for your interest in TiDB. The |
@shenli Will |
@wenfengwang sorry, it is not on the current 5.0 plan. It is a big feature: please thumbs up so we can track relative interest. Thanks! |
The official website also mentions Spatial functions
but this ticket has nothing to do with spatial search. |
It would be nice to see this feature placed into a milestone. |
@munggruel I realize this is very old but I'm re-visiting this idea. Can you provide some information on the use case for this? It's easy to assume what the use cases are but it helps to know more specifically. If it's not longer relevant to you, any information about the past use case would be helpful too, if you have the time. You're welcome to find me on the community Slack as well. |
I'm obviously not @munggruel, but I really need this. my use case: users record free-form text notes. months or years later they need to search those notes to find out when they mentioned this or that. currently we have to read through every single one of the notes to find those that contain the substrings that are being searched for. this is obviously very slow. if TiDB could index ngrams in text, it would be much more efficient to search through free-form text. |
Like this? https://dev.mysql.com/doc/refman/8.0/en/fulltext-search-ngram.html |
@kaeverens out of curiosity, do you have an in-house parser for the text or would a databases's default parser be good enough? |
in my case, I would be perfectly happy with the default parser. I don't need anything fancy - just a reasonably fast general search. |
wondering if this is still happening or skipped. |
This would be a great feature to have, especially since planetscale killed its hobby tier. |
Will you have fulltext search support plan in future
The text was updated successfully, but these errors were encountered: