Ann: Elasticsearch Combo Analyzer Plugin

Hi,

I'm slowly continuing to work on my abilities to write plugins. In the hope
it might be useful, here is an Elasticsearch Analysis plugin, a "combo"
analyzer that combines multiple analyzers into one. It is based on the work
of Olivier Favre.

See also

https://issues.apache.org/jira/browse/LUCENE-3392

Nice weekend to all of you,

Jörg

Hi Jörg,

This looks really great, but it looks like the repo has moved to here:
GitHub - yakaz/elasticsearch-analysis-combo: Elasticsearch Combo Analyzer as per your blog.
The install instructions in the README there still points to your repo, and
thus does not work.

Is there an alternative way to install it?

Thanks,

Etienne

Op zaterdag 24 maart 2012 18:51:16 UTC+1 schreef Jörg Prante het volgende:

Hi,

I'm slowly continuing to work on my abilities to write plugins. In the
hope it might be useful, here is an Elasticsearch Analysis plugin, a
"combo" analyzer that combines multiple analyzers into one. It is based on
the work of Olivier Favre.

https://github.com/jprante/elasticsearch-analysis-combo

See also

Merging the terms from multiple sub-analyzers · Issue #1128 · elastic/elasticsearch · GitHub

[LUCENE-3392] Combining analyzers output - ASF JIRA

Nice weekend to all of you,

Jörg

Thank you for your hint, yes, the github repository has been moved to yakaz
who is the original author.

Just install the latest version using "yakaz" instead of "jprante"

bin/plugin -install yakaz/elasticsearch-analysis-combo

Elasticsearch plugins install directly from github, so it is transparent -
very convenient! Thanks to kimchy :slight_smile:

@yakaz is it possible to update the README.md?

Best regards,

Jörg

On Saturday, July 7, 2012 5:33:06 PM UTC+2, Etienne Posthumus wrote:

Hi Jörg,

This looks really great, but it looks like the repo has moved to here:
GitHub - yakaz/elasticsearch-analysis-combo: Elasticsearch Combo Analyzer as per your blog.
The install instructions in the README there still points to your repo,
and thus does not work.

Is there an alternative way to install it?

Thanks,

Etienne

Op zaterdag 24 maart 2012 18:51:16 UTC+1 schreef Jörg Prante het volgende:

Hi,

I'm slowly continuing to work on my abilities to write plugins. In the
hope it might be useful, here is an Elasticsearch Analysis plugin, a
"combo" analyzer that combines multiple analyzers into one. It is based on
the work of Olivier Favre.

https://github.com/jprante/elasticsearch-analysis-combo

See also

Merging the terms from multiple sub-analyzers · Issue #1128 · elastic/elasticsearch · GitHub

[LUCENE-3392] Combining analyzers output - ASF JIRA

Nice weekend to all of you,

Jörg

On 8 July 2012 10:15, Jörg Prante joergprante@gmail.com wrote:

Just install the latest version using "yakaz" instead of "jprante"

bin/plugin -install yakaz/elasticsearch-analysis-combo

I had tried that, figuring a change of repo owner name would do the
trick, but then it gets installed as a _site plugin.
But this still does not work.
Not being an expert on plugins, but it looks like binary jars are
missing from the repo, as per other plugins?

Etienne

On 9 July 2012 10:38, Olivier Favre olivier@yakaz.com wrote:

I've just fixed the installation instructions. Here is the command:

Thanks Olivier, that works great. I had been trying it with a version
number of 1.0.0 (as per the blogpost from Jörg)
and obviously that version number was missing.
How could I have manually checked what the 'correct' version number is to use?

cheers,

Etienne