Quantcast
Channel: MySQL Forums - InnoDB
Viewing all articles
Browse latest Browse all 1954

what is the best full-text search engine that can be combined with MySQL 5.6 community server ? (no replies)

$
0
0
Dear everyone,

Since mysql's full-text search engines are difficult to support
big data's full-text searching,
then what is the best full-text search engine that can be combined with MySQL 5.6 community server ?

I have found that coreseek(sphinx's Chinese version) can cooperate with
mysql 5.5.*, I just wonder who has the successful experience on combining
coreseek with mysql server 5.6? and can this combination work in
openSUSE leap linux server?

The coreseek's combination steps are on http://www.coreseek.cn/products-install/install_on_bsd_linux/ , but, when compile with csft-4.1, I get an error on the 2nd steps of : ./configure --prefix=/usr/local/coreseek --without-unixodbc --with-mmseg --with-mmseg-includes=/usr/local/mmseg3/include/mmseg/ --with-mmseg-libs=/usr/local/mmseg3/lib/ --with-mysql
the error message said: bash: ./configure: No such file or directory

but I have checked all the directories after =, and the directories variable are all there.

Viewing all articles
Browse latest Browse all 1954

Trending Articles