full text search engine in hebrew
Asked Answered
A

4

5

I want to try and use Elasticsearch as a full text search engine for a website in Hebrew. I wanted to know if this Elasticsearch can produce good results for Hebrew and if there are any big websites in Israel that use it as their search engine.

If not ElasticSearch - maybe Apache Solr? By the way - I'm using Ruby, but can work with Java as well.

Thanks!

Aranyaka answered 16/1, 2013 at 22:13 Comment(0)
N
4

Have a look at the ICU plugin for Elasticsearch.

David.

Nuclease answered 17/1, 2013 at 10:38 Comment(1)
Fixed. Thank you!Nuclease
P
2

Solr seems to support Hebrew, see links to Language Analysers below:

Although I am not certain what the options for ElasticSearch are.

Polygynist answered 16/1, 2013 at 22:46 Comment(1)
Solr uses the ICU project, exactly as the ICU plugin for elasticsearch does.Vilayet
P
1

Look at hebmorph - http://www.code972.com/blog/hebmorph/ It's a lucene plugin and we've been working with it in http://alpha.gov.il and http://www.guidestar.org.il/

Paddock answered 30/1, 2013 at 21:14 Comment(0)
W
0

Take a look at Algolia

By design the Algolia engine is language agnostic. Out of the box, it supports all languages / alphabets, including symbol based languages such as Chinese, Japanese and Korean.

Additionally, Algolia handles multi-languages on the same website/app, meaning some users could search in French, and some in English, using the same Algolia account on the background.

The purpose of this guide is to explain how to organize your indices to enable multi-language search.

Taken from here

Winwaloe answered 4/3, 2018 at 20:5 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.