Re: Plugin development guidance

2014-02-11 Thread Josh Harrison
Great, thanks Jörg! I'll start fiddling around with the langdetect plugin to see if I can get it going with our library. On Tue, Feb 11, 2014 at 1:18 PM, joergpra...@gmail.com < joergpra...@gmail.com> wrote: > An analyzer plugin is the right thing. Adding the recognized/extracted > terms needs a

Re: Plugin development guidance

2014-02-11 Thread joergpra...@gmail.com
An analyzer plugin is the right thing. Adding the recognized/extracted terms needs access to ES mapping service. There are a few plugins out there which work in this manner, for example, the attachment mapper plugin. Or the lang-detect plugin, it adds the recognized language(s) as a keyword code i

Plugin development guidance

2014-02-11 Thread Josh Harrison
Hi all, We've got an internal Java library that allows us to do keyword extraction that seems like a great thing to turn into an integrated elasticsearch function. Ultimately, I want to be able to access the result of this library from search results/etc, but I wanted to do a sanity check to ma