Re: elasticsearch processing pipeline capability?

2014-09-05 Thread Kevin B
Jorg, Thanks. I actually have used the term list plugin (thanks) for some quick prototype / experiments. I actually meant I am not familiar with SOLR. Lucene I do have some familiarity with. In this case I was wanting to really be able to send the analysed text on to some post processing

elasticsearch processing pipeline capability?

2014-08-26 Thread Kevin B
Is there any facility in elasticsearch to help with sending terms to an external processes after lucene processing (tokenization, filters, etc)? The idea here is having some external analysis / nlp code run against the documents while keeping all the pre-processing choices consistent and in

Re: elasticsearch processing pipeline capability?

2014-08-26 Thread joergpra...@gmail.com
If you want to retrieve the term list of an index after Lucene processing via REST HTTP API, you can try https://github.com/jprante/elasticsearch-index-termlist Jörg On Tue, Aug 26, 2014 at 10:41 PM, Kevin B blaisde...@gmail.com wrote: Is there any facility in elasticsearch to help with