nqxcode / laravel-lucene-search

Laravel 4.2, 5.* package for full-text search over Eloquent models based on ZF2 Lucene.
73 stars 28 forks source link

Persian/Arabic issue #34

Closed mostafaznv closed 7 years ago

mostafaznv commented 8 years ago

hi. thanks for your nice package... everything looks good, but i think it doesn't work with persian/arabic languages... when i input a persian query, it return all rows ... but it work nice with english

mostafaznv commented 8 years ago

i think i fixed it with below steps:

nqxcode commented 7 years ago

There is no stemming support for those languages, by default stemming only for english and russian languages is used.