Shinsuke Sugaya

Results 201 comments of Shinsuke Sugaya

I think it's a problem about classpath. It may work if replacing with the following code in bin/riverweb... ``` CP_PATH=`cygpath -p -w "$CONFIG_DIR"` for JAR_FILE in `ls $LIB_DIR/*.jar 2>/dev/null` ;...

``` $ bash -x ./bin/riverweb --config-id my_web --cluster-name elasticsearch_rene-dev --cleanup ``` It will help you to solve this problem. You can type the displayed java command directly.

River Web application supports Web crawling, not file system. From River Web 1.5, it works as Java application, not Elasticsearch plugin.

At the moment, I have no plan to support file system crawling in River Web, but we provide Solr based Full-Text Search Server, Fess (http://fess.codelibs.org/). Fess supports crawling for Web/File...

I do not think it works.. Fess has special tuning for Solr.

Sorry for the insufficient document... We do not have enough resources to do that. We'll write it when we have a time. Of course, any contribution is welcome!

Do you use [log4j 2.19.0](https://github.com/codelibs/elasticsearch-cluster-runner/blob/elasticsearch-cluster-runner-8.7.1.0/pom.xml#L30)? Elasticsearch depends on it.

Please check a log file after changing to debug level in config/log4j.xml. ``` ```

As for es-auth 1.4.0, it works on es 1.4.4.

Taste plugin runs on Java 8.