i want implete full text search(fts) queries in node js application. database using mysql. know mysql have inbuild support fts sadly not support singular/plurals, synonyms , inflectional words. there other fts libraries available can work mysql. following 2 interested in
- lucene
- sphinx search
i sure shpinx search has npm package , can used node js. not sure if lucene can used node js ?
please let me know if lucene can used node js if provide documentation same.
thanks !
you have several alternative query-engine , several other tools available lucene.
also, if want use fts node, have norch suggest this answer on look-alike topic.
best,
Comments
Post a Comment