Skip to content

Commit

Permalink
FSCrawler 2.7 does not support Elasticsearch between 6.0.0 and 6.6.x
Browse files Browse the repository at this point in the history
Due to a change in 6.7 HLRest Client, FSCrawler ES6X distribution does not support anymore a version before 6.7.
This probably won't be fixed as per discussion in elastic/elasticsearch#41647 so we need to document this breaking change.

Closes #713
  • Loading branch information
dadoonet committed May 6, 2019
1 parent cca00a1 commit 246401d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -338,4 +338,7 @@ Upgrade to 2.7

- FSCrawler comes now with an elasticsearch 7.x implementation.
- FSCrawler also supports YAML format for jobs (default).
- The elasticsearch 6.x implementation does not support elasticsearch versions prior to 6.7.
If you are using an older version, it's better to upgrade or you need to "hack" the distribution
and replace all elasticsearch/lucene jars to the 6.6 version.

0 comments on commit 246401d

Please sign in to comment.