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

c++ - list<myClass<int> * > sort -

c - Defining floating point constants, how many digits are useful? -

C# Apple Bonjour - how to monitor service records within Windows -