You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Gaurav (Jira)" <ji...@apache.org> on 2020/02/11 11:15:00 UTC

[jira] [Comment Edited] (SOLR-8714) Implement translation contrib package for LanguageTranslationUpdateProcessor's

    [ https://issues.apache.org/jira/browse/SOLR-8714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17034329#comment-17034329 ] 

Gaurav edited comment on SOLR-8714 at 2/11/20 11:14 AM:
--------------------------------------------------------

Thanks [~janhoy] for the updates. Is there any tentative dates to be released?

And I was googling around and got below link to achieve this(Receive Input in any language and to convert into English then index/store into Solr). However I tried all configurations and guided in below link but somehow It did not work out for me.

[http://pavelbogomolenko.github.io/multi-language-handling-in-solr.html]

 

Regards,

Gaurav Kabra


was (Author: gauravkabra):
Thanks [~janhoy] for the updates. Is there any tentative dates to be released?

> Implement translation contrib package for LanguageTranslationUpdateProcessor's
> ------------------------------------------------------------------------------
>
>                 Key: SOLR-8714
>                 URL: https://issues.apache.org/jira/browse/SOLR-8714
>             Project: Solr
>          Issue Type: New Feature
>            Reporter: Lewis John McGibbney
>            Assignee: Tommaso Teofili
>            Priority: Major
>             Fix For: 6.2
>
>
> A while back over in Tika we implemented the [Translator|https://github.com/apache/tika/blob/master/tika-core/src/main/java/org/apache/tika/language/translate/Translator.java] interface. This now provides a number of [implementations|https://github.com/apache/tika/tree/master/tika-translate/src/main/java/org/apache/tika/language/translate]. 
> This issue will provide a  translation contrib package offering a LanguageTranslationUpdateProcessor.
> The new processor will probably utilize the existing [Solr Language Identifier|https://github.com/apache/lucene-solr/tree/master/solr/contrib/langid] and would enable a document to be translated based upon a user defined mapping. The LanguageTranslatorUpdateProcessor's should be pluggable and would be placed in an UpdateChain the same as the [LanguageIdentifierUpdateProcessor|https://github.com/apache/lucene-solr/blob/master/solr/contrib/langid/src/java/org/apache/solr/update/processor/LanguageIdentifierUpdateProcessor.java]'s
> It is my intent to also provide a wiki page which can be referenced and maintained in conjunction with the code. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org