[
https://issues.apache.org/jira/browse/CONNECTORS-642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13597060#comment-13597060
]
Karl Wright commented on CONNECTORS-642:
----------------------------------------
It looks like the SearchSourceBuilder class has a number of different (String)
fields - a query, a filter, etc. This is hopeful but since they are strings I
bet this is before query parsing. Elsewhere in the code, it looks like Elastic
Search has a parallel query builder arrangement we might be able to use, which
has no Lucene dependencies, e.g. org.elasticsearch.index.query.BoolQueryBuilder
, which basically would be a query structure parallel to the Lucene
equivalents. But it is not clear how to use such a query builder productively.
Still looking for answers to that one.
> 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira