Re: Free text search in MySQL
From: Stefan Ram <ram_at_zedat.fu-berlin.de>
Date: 30 Mar 2016 19:40:04 GMT
Message-ID: <free-text-20160330203945_at_ram.dialup.fu-berlin.de>
Date: 30 Mar 2016 19:40:04 GMT
Message-ID: <free-text-20160330203945_at_ram.dialup.fu-berlin.de>
bit-naughty_at_hotmail.com writes:
>Free text search in MySQL
This can be done with MyISAM and partly InnoDB (still under development for InnoDB).
CREATE FULLTEXT INDEX Example ON ...
SELECT * FROM Example WHERE MATCH ...
Or one can use Spinx or Lucene/Solr. Received on Wed Mar 30 2016 - 21:40:04 CEST