1 vote

Hebrew Search

This plugin contains hebrew search for lucene.net using HebMorph

It is using an HebMorph version from 2012, which it's source code can be found here:

https://github.com/synhershko/HebMorph/tree/5bdd9245c2d5a1413c782ae4cc97240e543d6fb2

this is the last version of HebMorph that uses Lucene.Net 2.9.4.1 (as far as I know)

which is the version that is being used by Umbraco.

Instructions:

1) Install the plugin using the packages in your Umbraco backoffice.

2) Configure the search analyzer in ExamineSettings.config, for example change ExternalSearcher to this:

<add name="ExternalSearcher" type="UmbracoExamine.UmbracoExamineSearcher, UmbracoExamine" analyzer="Lucene.Net.Analysis.Hebrew.MorphAnalyzer, Lucene.Net.Hebrew" />

3) If you want to search unknown hebrew words, see example for implementation here (added in version 1.0.1):

https://github.com/eladmatari/UmbracoHebrewSearch/blob/master/Website/Infrastructure/RegisterEvents.cs

 

 

Package owner

Elad

Elad

Elad has 79 karma points

Package Compatibility

This package is compatible with the following versions as reported by community members who have downloaded this package:
Untested or doesn't work on Umbraco Cloud
Version 8.18.x (untested)

You must login before you can report on package compatibility.

Previously reported to work on versions:

Package Information

  • Package owner: Elad
  • Created: 03/06/2016
  • Current version 1.0.1
  • .NET version 4.0
  • License agpl-3.0
  • Downloads on Our: 545

External resources