Also, if you need further help with ES and security integration, I strongly suggest contacting Elastic Search themselves. At one point they promised to rectify the inability to allow a canned integration, but AFAIK that never actually happened.
Thanks, Karl On Thu, Feb 19, 2015 at 6:36 AM, Karl Wright <[email protected]> wrote: > Hi Kamil, > > The plugin must be integrated at the Java level, because ES does not > provide any field specific to security, and thus you will need to integrate > the plugin's query modifications into your ES query structure. My > suggestion is to read the code and especially the Javadoc. > > Thanks, > Karl > > > On Thu, Feb 19, 2015 at 6:16 AM, Kamil Żyta <[email protected]> wrote: > >> Hi, >> I'm trying to switch from Solr to ElasticSearch without success. >> In plugins/elasticsearch/elasticsearch/target/ there is a plugin for ES >> but I cannot find any information how to configure this plugin. >> Any advices whould be appreciated. >> >> K >> > >
