-
Bug
-
Resolution: Done
-
Major
-
4.6.0.Final
-
None
The documentation for configuring Elastic Search as an Index provider is incorrect when using WIldfly.
The example does not work and should actually be
<index-provider name="elastic" classname="org.modeshape.jcr.index.elasticsearch.EsIndexProvider" module="org.modeshape.index-provider.elasticsearch" host="localhost" port="9300" />
There are also some formatting errors on the page.
It would also help to document the supported version(s) that the integration works with. After looking through the Modeshape code base I believe it is 2.1.0. I can confirm it does not work with Elastic Search 1.5.
It would also be nice if an alias was added to org.modeshape.jcr.RepositoryConfiguration.java as per local and lucene providers so you don't need to provide the full classname.