RE: Content translation using Solr

2016-01-25 Thread Markus Jelsma
Here's a short example: https://tika.apache.org/1.11/examples.html#Translation_using_the_Microsoft_Translation_API -Original message- > From:Shamir, Maya > Sent: Monday 25th January 2016 16:15 > To: solr-user@lucene.apache.org > Subject: RE: Content translation us

RE: Content translation using Solr

2016-01-25 Thread Shamir, Maya
: Content translation using Solr Hi - Solr doesn't have any translation on board. But with Tika you could easily make a Solr UpdateProcessor and use Tika's o.a.t.language.translate package. Markus -Original message- > From:Shamir, Maya > Sent: Monday 25th January 2016

RE: Content translation using Solr

2016-01-25 Thread Markus Jelsma
r@lucene.apache.org > Subject: Content translation using Solr > > Hello, > Im using Solr to store my clients website content and query them to get > insights. The problem is that I have to translate the query into many > languages. > I thought about translate the non-English pages

Content translation using Solr

2016-01-25 Thread Shamir, Maya
Hello, Im using Solr to store my clients website content and query them to get insights. The problem is that I have to translate the query into many languages. I thought about translate the non-English pages into English using Solr, but I didn't find any possibility. Am I missing something? Does