Merge branch 'NUTCH-2238' of https://github.com/ptorrestr/nutch into 2.x thise closes #96
Project: http://git-wip-us.apache.org/repos/asf/nutch/repo Commit: http://git-wip-us.apache.org/repos/asf/nutch/commit/9e7c0e6f Tree: http://git-wip-us.apache.org/repos/asf/nutch/tree/9e7c0e6f Diff: http://git-wip-us.apache.org/repos/asf/nutch/diff/9e7c0e6f Branch: refs/heads/2.x Commit: 9e7c0e6fac764373185eb453fb8168d7200da970 Parents: d868f06 6155af6 Author: Lewis John McGibbney <[email protected]> Authored: Wed Apr 13 11:32:22 2016 -0700 Committer: Lewis John McGibbney <[email protected]> Committed: Wed Apr 13 11:32:22 2016 -0700 ---------------------------------------------------------------------- src/plugin/build.xml | 6 +- src/plugin/indexer-elastic2/build-ivy.xml | 54 ++++ src/plugin/indexer-elastic2/build.xml | 31 +++ .../indexer-elastic2/howto_upgrade_es.txt | 6 + src/plugin/indexer-elastic2/ivy.xml | 36 +++ src/plugin/indexer-elastic2/plugin.xml | 71 +++++ .../indexwriter/elastic2/ElasticConstants.java | 28 ++ .../elastic2/ElasticIndexWriter.java | 272 +++++++++++++++++++ .../indexwriter/elastic2/package-info.java | 22 ++ 9 files changed, 524 insertions(+), 2 deletions(-) ----------------------------------------------------------------------
