I want to index the word "jogging" and want to be able to search for the german translation "laufen" or "rennen". Is that possible with ElasticSearch/Elastica?
Asked
Active
Viewed 51 times
1 Answers
0
I suggest you send the text of the document through an automated translation engine (eg. google's or bing's) and then index the result of that as a separate document.

Nicholas Shanks
- 10,623
- 4
- 56
- 80