[
https://issues.apache.org/jira/browse/CONNECTORS-642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14606280#comment-14606280
]
Bartłomiej Superson commented on CONNECTORS-642:
------------------------------------------------
I'm sure that v3.0 works good with version 1.5.2 of ElasticSearch and prepared
new version for ElasticSearch 1.6 (v3.1), but it throws me already some
NoClassDefFoundError and haven't time to examine and fix it.
I checked that with version 1.4 of ES v3.0 won't work without slight
modification in MCFAuthorizerUtils class (QueryStringQueryBuilder from =
QueryBuilders.queryStringQuery(queryString); should be replaced with
QueryStringQueryBuilder from = QueryBuilders.queryString(queryString);) . Older
versions of ES have more differences, but I think that it won't be a big
problem to provide some more versions of plugin to work with them.
> Need an ElasticSearch plugin for enforcing ManifoldCF security
> --------------------------------------------------------------
>
> Key: CONNECTORS-642
> URL: https://issues.apache.org/jira/browse/CONNECTORS-642
> Project: ManifoldCF
> Issue Type: New Feature
> Components: Elastic Search connector
> Affects Versions: ManifoldCF 1.1
> Reporter: Karl Wright
> Assignee: Karl Wright
> Fix For: ManifoldCF 1.2
>
>
> ElasticSearch is becoming popular and we need to support it fully. In order
> for that to happen, we really need an ElasticSearch ManifoldCF plugin.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)