Rubinsh
Rubinsh

Reputation: 4983

full text search engine in hebrew

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!

Upvotes: 5

Views: 2187

Answers (4)

dadoonet
dadoonet

Reputation: 14492

Have a look at the ICU plugin for Elasticsearch.

David.

Upvotes: 4

Shoham
Shoham

Reputation: 7294

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

Upvotes: 0

Lior Kesos
Lior Kesos

Reputation: 294

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/

Upvotes: 1

Nigel_V_Thomas
Nigel_V_Thomas

Reputation: 907

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

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

Upvotes: 2

Related Questions