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

2020-02-11 Thread Jira


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

Jan Høydahl commented on SOLR-8714:
---

[~GauravKabra] Please understand that this is a feature proposal by a 
contributor, which currently has no code or patch attached. So if you wish to 
pursue this you need to be willing to invest development resources into 
establishing such a feature. If you do not have Java developers with Solr 
skills available, then the best you can do is to try to nudge the original 
contributor here into continuing the work or to hire a developer to work on the 
feature.

 

*NOTE* This does not even need to be code inside of Solr. It is probably a 
better solution to stand up a separate Tika Server and do all Document parsing 
and translation in your client before sending docs to Solr. Then you get better 
control and separation of concern. Solr should ideally do indexing and search, 
not be overloaded with all kinds of heavy and crash-prone content processing.

> 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-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org



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

2020-02-11 Thread Gaurav (Jira)


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

Gaurav commented on SOLR-8714:
--

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-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org



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

2020-02-11 Thread Jira


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

Jan Høydahl commented on SOLR-8714:
---

Nothing is released. I think this would make a great Solr Package (plugin) 
instead of going into core.

> 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-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org



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

2020-02-11 Thread Gaurav (Jira)


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

Gaurav commented on SOLR-8714:
--

Hi [~teofili] - Is this feature available in any of the version? If yes could 
you please help me to avail this feature. Thanks in advance.

> 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-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org