Shinsuke Sugaya
Shinsuke Sugaya
It depends on synonym_for_plugin.txt. > GET syn_plugin/item/_search?q="a" Your setting is bi-gram. > GET syn_plugin/item/_search?q="as" If you put asics to synonym_for_plugin.txt, the token is asics, not ["as", "si",...]. If asics is...
See old version: https://github.com/codelibs/elasticsearch-river-web/blob/master/README_ver1.5.md
Could you check a log file in logs directory?
What is the crawl config?
River Web does not monitor update events on the website.
Please change ``` "cron" : "*/15 * * * * ?" ``` to ``` "cron" : "* */15 * * * ?" ``` "menus" is unrelated.
Check riverweb.log after changing to DEBUG level in log4j.xml ``` ``` and also check elasticsearch log file.
This project is deprecated. See [Fess](https://fess.codelibs.org/).
At the moment, we do not provide .bat file. Pull request is welcome :)
Hmm..., it's a problem about elasticsearch version...