I offer you open source databases.
If you are serious about FTS in the long run, and this is a very important feature of your product or application, I would suggest looking at Solr . If you want to implement a simple FTS as a complement to your existing PostgreSQL database, PostgreSQL FTS is a fantastic way to do this. PostgreSQL supports UTF8 and several languages ββfor writing, parsing and generating. MySQL only supports FTS tables in MyISAM tables and is really not very good for anything other than the most basic FTS implementation.
Source here
source
share