ES InlineAnnotation to Synonym Analyzer Plugin

Hi,

for our project we needed to develop plugin providing Analyzer, that turns

word[annotation]

to synonym. Term is truncated to word and annotation is injected as synonym
to the word.

Example:
"Mozart[artist] was born in Salzburg[city;Austria]"

turns into

                [austria]

[artist] [city]
"Mozart was born in Salzburg".

If anyone should be interrested in such plugin, it can be found on

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Could you add it to: Elasticsearch Platform — Find real-time answers at scale | Elastic?
https://github.com/elasticsearch/elasticsearch.github.com/blob/master/guide/reference/modules/plugins.textile

Thanks!

David Pilato | Technical Advocate | Elasticsearch.com
@dadoonet | @elasticsearchfr | @scrutmydocs

Le 1 juil. 2013 à 10:11, michal samek samek.michal@gmail.com a écrit :

Hi,

for our project we needed to develop plugin providing Analyzer, that turns

word[annotation]

to synonym. Term is truncated to word and annotation is injected as synonym to the word.

Example:
"Mozart[artist] was born in Salzburg[city;Austria]"

turns into

                [austria]

[artist] [city]
"Mozart was born in Salzburg".

If anyone should be interrested in such plugin, it can be found on GitHub - samekmichal/elasticsearch-analysis-annotation: Analysis plugin for ElasticSearch providing capability for processing inline annotations in documents.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Hello,

I am very interested testing and using your plugin in my project but there is not enough information on the ES plugins page to download it properly. You write "download it in the standard manner", but it is not enough : we need the group id and the version. Could you write, in the "installation" part, something equivalent to the other plugin contributors, like https://github.com/yakaz/elasticsearch-analysis-combo/, for example.

Thanks in advance