Solr arabic exact search -


i new solr , want add new field schema use arabic exact search. have searched lot in stackoverflow not find how it.

here's schema.xml :

field

<field name="arsch" type="string" indexed="true" stored="true"  required="true"/> 

type

<fieldtype name="string" class="solr.strfield" sortmissinglast="true" /> 

i'm getting other words search word. example, if query arsch: "امام" following words:

"امام"  "الامام" "والامام"  "الاماره" 

i want field exact, how it?


Comments

Popular posts from this blog

Ansible - ERROR! the field 'hosts' is required but was not set -

customize file_field button ruby on rails -

SoapUI on windows 10 - high DPI/4K scaling issue -