Re: Arabic words search in solr

2017-09-11 Thread mohanmca01
Hi Aman Deep Singh,

Thanks for the information.

We tried with EdgeNGramFilterFactory but it's not workingWe are not
getting expected results. 

Can you please suggest us alternative possible ways..

Thanks,




--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html


RE: Arabic words search in solr

2017-08-13 Thread mohanmca01
Hi Aman Deep Singh,

Thanks for your update... I will update the status after complete the
testing.

I need one more help from your end,can you check below scenario:

we are getting the results while using AND operator in between the words. 

Below is the example: 

Scenario 1:

{ 
  "responseHeader": { 
"status": 0, 
"QTime": 1, 
"params": { 
  "indent": "true", 
  "q": "bizNameAr:(مسقط AND الاتصال)", 
  "_": "1501998206658", 
  "wt": "json" 
} 
  }, 
  "response": { 
"numFound": 44, 
"start": 0, 
"docs": [ 
  { 
"id": "56367", 
"bizNameAr": "بنك مسقط - مركز الاتصال", 
"_version_": 1574621133647380500 
  }, 
  { 
"id": "27224", 
"bizNameAr": "بلدية مسقط -  - بلدية مسقط - مركز الاتصالات", 
"_version_": 1574621132817956900 
  }, 
  { 
"id": "148922", 
"bizNameAr": "بنك مسقط - ميثاق - مركز الاتصال", 
"_version_": 1574621136335929300 
  }, 
  { 
"id": "23695", 
"bizNameAr": "قوة السلطان الخاصة - مركز الإتصالات  - مسقط", 
"_version_": 1574621132683739100 
  }, 
  { 
"id": "34992", 
"bizNameAr": "طوارئ الكهرباء - محافظة مسقط - مركز الاتصال", 
"_version_": 1574621133116801000 
  }, 
  { 
"id": "96500", 
"bizNameAr": "شركة مسقط لتوزيع الكهرباء( ام اي دي سي)  - مركز
الاتصال", 
"_version_": 1574621134575370200 
  }, 
  { 
"id": "23966", 
"bizNameAr": "ديوان البلاط السلطاني - القصر - مسقط - المديرية العامة
للاتصالات ونظم المعلومات -  - المديرية العامة للاتصالات ونظم المعلومات -
البدالة", 
"_version_": 1574621132692127700 
  }, 
  { 
"id": "24005", 
"bizNameAr": "ديوان البلاط السلطاني - القصر - مسقط - المديرية العامة
للاتصالات ونظم المعلومات -  - مدير عام الاتصالات ونظم المعلومات -", 
"_version_": 1574621132694225000 
  }, 
  { 
"id": "24026", 
"bizNameAr": "ديوان البلاط السلطاني - القصر - مسقط - المديرية العامة
للاتصالات ونظم المعلومات -  - مساعد مدير عام الاتصالات ونظم المعلومات -", 
"_version_": 1574621132694225000 
  }, 
  { 
"id": "24096", 
"bizNameAr": "ديوان البلاط السلطاني - القصر - مسقط - المديرية العامة
للاتصالات ونظم المعلومات -  - مدير دائرة الاتصالات والصيانة -", 
"_version_": 1574621132697370600 
  } 
] 
  } 
} 


Scenario 2:. 

{ 
  "responseHeader": { 
"status": 0, 
"QTime": 1, 
"params": { 
  "indent": "true", 
  "q": "bizNameAr:(مسقط AND الات)", 
  "_": "1501998438821", 
  "wt": "json" 
} 
  }, 
  "response": { 
"numFound": 0, 
"start": 0, 
"docs": [] 
  } 
} 

We are expecting same results in the scenario 2 as well where am not typing
the second word fully as in scenario’s 2 input. 


Below are the inputs used in both scenarios: 

Scenario 1:
First word: مسقط 
Second word: الاتصال 

Scenario 2:
First word: مسقط 
Second word: الات 

However, in our current production environment both of the above scenarios
are working fine, but we have an issue of “Hamza” character where we are not
getting results unless typing “Hamza” if it’s there. 

{ 
  "responseHeader": { 
"status": 0, 
"QTime": 9, 
"params": { 
  "fl": "businessNmBl", 
  "indent": "true", 
  "q": "businessNmBl:شرطة إزكي", 
  "_": "1501997897849", 
  "wt": "json" 
} 
  }, 
  "response": { 
"numFound": 1, 
"start": 0, 
"docs": [ 
  { 
"businessNmBl": "شرطة عمان السلطانية - قيادة شرطة محافظة الداخلية  - 
- مركز شرطة إزكي" 
  } 
] 
  } 
} 

Thanks,



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Arabic-words-search-in-solr-tp4317733p4350392.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: Arabic words search in solr

2017-08-13 Thread mohanmca01
Any one help me on below use case.



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Arabic-words-search-in-solr-tp4317733p4350390.html
Sent from the Solr - User mailing list archive at Nabble.com.


RE: Arabic words search in solr

2017-08-13 Thread mohanmca01
Hi Aman Deep,

Thanks for the information, In order to add mm=100% in the request handler,
in which place ?..Can you please share me sample snap. thanks in advance.






--
View this message in context: 
http://lucene.472066.n3.nabble.com/Arabic-words-search-in-solr-tp4317733p4350389.html
Sent from the Solr - User mailing list archive at Nabble.com.


RE: Arabic words search in solr

2017-08-06 Thread mohanmca01
hello Allison.

thank you for the information.

i referred to your slide "33", yes we are looking for same kind of results
and solution.

would you please guide us on how to achieve this?

also, we would like to know Instead of putting AND operator in between the
words if there is another way of doing this by adding this in configuration
level.

thanks



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Arabic-words-search-in-solr-tp4317733p4349259.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: Arabic words search in solr

2017-08-06 Thread mohanmca01
Hi Dave,

Yes we are getting the results while using AND operator in between the
words.

Below is the example:

*Scenario 1:*

{
  "responseHeader": {
"status": 0,
"QTime": 1,
"params": {
  "indent": "true",
  "q": "bizNameAr:(مسقط AND الاتصال)",
  "_": "1501998206658",
  "wt": "json"
}
  },
  "response": {
"numFound": 44,
"start": 0,
"docs": [
  {
"id": "56367",
"bizNameAr": "بنك مسقط - مركز الاتصال",
"_version_": 1574621133647380500
  },
  {
"id": "27224",
"bizNameAr": "بلدية مسقط -  - بلدية مسقط - مركز الاتصالات",
"_version_": 1574621132817956900
  },
  {
"id": "148922",
"bizNameAr": "بنك مسقط - ميثاق - مركز الاتصال",
"_version_": 1574621136335929300
  },
  {
"id": "23695",
"bizNameAr": "قوة السلطان الخاصة - مركز الإتصالات  - مسقط",
"_version_": 1574621132683739100
  },
  {
"id": "34992",
"bizNameAr": "طوارئ الكهرباء - محافظة مسقط - مركز الاتصال",
"_version_": 1574621133116801000
  },
  {
"id": "96500",
"bizNameAr": "شركة مسقط لتوزيع الكهرباء( ام اي دي سي)  - مركز
الاتصال",
"_version_": 1574621134575370200
  },
  {
"id": "23966",
"bizNameAr": "ديوان البلاط السلطاني - القصر - مسقط - المديرية العامة
للاتصالات ونظم المعلومات -  - المديرية العامة للاتصالات ونظم المعلومات -
البدالة",
"_version_": 1574621132692127700
  },
  {
"id": "24005",
"bizNameAr": "ديوان البلاط السلطاني - القصر - مسقط - المديرية العامة
للاتصالات ونظم المعلومات -  - مدير عام الاتصالات ونظم المعلومات -",
"_version_": 1574621132694225000
  },
  {
"id": "24026",
"bizNameAr": "ديوان البلاط السلطاني - القصر - مسقط - المديرية العامة
للاتصالات ونظم المعلومات -  - مساعد مدير عام الاتصالات ونظم المعلومات -",
"_version_": 1574621132694225000
  },
  {
"id": "24096",
"bizNameAr": "ديوان البلاط السلطاني - القصر - مسقط - المديرية العامة
للاتصالات ونظم المعلومات -  - مدير دائرة الاتصالات والصيانة -",
"_version_": 1574621132697370600
  }
]
  }
}


*Scenario 2:*.

{
  "responseHeader": {
"status": 0,
"QTime": 1,
"params": {
  "indent": "true",
  "q": "bizNameAr:(مسقط AND الات)",
  "_": "1501998438821",
  "wt": "json"
}
  },
  "response": {
"numFound": 0,
"start": 0,
"docs": []
  }
}

We are expecting same results in the scenario 2 as well where am not typing
the second word fully as in scenario’s 2 input.


Below are the inputs used in both scenarios:

*Scenario 1:*
First word: مسقط
Second word: الاتصال

*Scenario 2:*
First word: مسقط
Second word: الات

However, in our current production environment both of the above scenarios
are working fine, but we have an issue of “Hamza” character where we are not
getting results unless typing “Hamza” if it’s there.

{
  "responseHeader": {
"status": 0,
"QTime": 9,
"params": {
  "fl": "businessNmBl",
  "indent": "true",
  "q": "businessNmBl:شرطة إزكي",
  "_": "1501997897849",
  "wt": "json"
}
  },
  "response": {
"numFound": 1,
"start": 0,
"docs": [
  {
"businessNmBl": "شرطة عمان السلطانية - قيادة شرطة محافظة الداخلية  - 
- مركز شرطة إزكي"
  }
]
  }
}






--
View this message in context: 
http://lucene.472066.n3.nabble.com/Arabic-words-search-in-solr-tp4317733p4349258.html
Sent from the Solr - User mailing list archive at Nabble.com.


RE: Arabic words search in solr

2017-08-02 Thread mohanmca01
Hi Phil Scadden,

 Thank you for your reply,

we tried your suggested solution by removing hyphen while indexing, but it
was getting wrong results. i was searching for "شرطة ازكي" and it was
showing me the result that am looking for, plus irrelevant result which
either have the first or second word that i have typed while searching.

First word: شرطة 
Second Word: ازكي

results that we are getting:


{
  "responseHeader": {
"status": 0,
"QTime": 3,
"params": {
  "indent": "true",
  "q": "bizNameAr:(شرطة ازكي)",
  "_": "1501678260335",
  "wt": "json"
}
  },
  "response": {
"numFound": 444,
"start": 0,
"docs": [
  {
"id": "28107",
"bizNameAr": "شرطة عمان السلطانية - قيادة شرطة محافظة الداخلية  -  -
مركز شرطة إزكي",
"_version_": 1574621132849414100
  },
  {
"id": "13937",
"bizNameAr": "مؤسسةا الازكي للتجارة والمقاولات",
"_version_": 157462113219720
  },
  {
"id": "15914",
"bizNameAr": "العلوي والازكي المتحدة ش.م.م",
"_version_": 1574621132344000500
  },
  {
"id": "20639",
"bizNameAr": "سحائب ازكي للتجارة",
"_version_": 1574621132574687200
  },
  {
"id": "25108",
"bizNameAr": "المستشفيات -  - مستشفى إزكي",
"_version_": 1574621132737216500
  },
  {
"id": "27629",
"bizNameAr": "وزارة الداخلية -  -  - والي إزكي -",
"_version_": 1574621132833685500
  },
  {
"id": "36351",
"bizNameAr": "طوارئ الكهرباء - إزكي",
"_version_": 157462113318391
  },
  {
"id": "61235",
"bizNameAr": "اضواء ازكي للتجارة",
"_version_": 1574621133785792500
  },
  {
"id": "66821",
"bizNameAr": "أطلال إزكي للتجارة",
"_version_": 1574621133915816000
  },
  {
"id": "67011",
"bizNameAr": "بنك ظفار - فرع ازكي",
"_version_": 1574621133920010200
  }
]
  }
}

Actually  we expecting the below results only since it has both the words
that we typed while searching:

  {
"id": "28107",
"bizNameAr": "شرطة عمان السلطانية - قيادة شرطة محافظة الداخلية  -  -
مركز شرطة إزكي",
"_version_": 1574621132849414100
  },


Configuration:

In schema.xml we configured as below:





   






 
 
  



Thanks,





--
View this message in context: 
http://lucene.472066.n3.nabble.com/Arabic-words-search-in-solr-tp4317733p4348774.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: Arabic words search in solr

2017-07-31 Thread mohanmca01
Please help me on this...



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Arabic-words-search-in-solr-tp4317733p4348372.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: Arabic words search in solr

2017-07-11 Thread mohanmca01
Hi Steve,

thank you for your reply, it been quite long time to reply to you back.

i have tried what you suggested, and there were some improvements in terms
of searching and getting the results.

however, the team is facing some difficulty in searching using shortcut of
the indexed names which forced us to revert back the suggested changes..

below are the examples which we are facing:


-
*Example 1:*

*Indexed Text*
بنك مسقط - مركز الاتصال

*Searched*
مسقط الات

*Remarks of Example 1*
unable to get the indexed result unless I typed the two words fully (مسقط
الاتصال)


{
  "responseHeader": {
"status": 0,
"QTime": 0,
"params": {
  "indent": "true",
  "q": "businessNmBl:(مسقط الات)",
  "_": "1499758511717",
  "wt": "json"
}
  },
  "response": {
"numFound": 0,
"start": 0,
"docs": []
  }
}


-

*Example 2:*

*Indexed Text
*الطيران العماني - مركز الاتصال

*Searched*
الطير الات

*Remarks*
unable to get the indexed result unless I typed the two words fully (الطيران
الاتصال)


{
  "responseHeader": {
"status": 0,
"QTime": 2,
"params": {
  "indent": "true",
  "q": "businessNmBl:(طير الات)",
  "_": "1499758649600",
  "wt": "json"
}
  },
  "response": {
"numFound": 0,
"start": 0,
"docs": []
  }
}



Please be noted that the existing configuration (which we are facing
problems with Hamzzh (ء) and etc. )  on production is working with the above
examples. its not working only once we implement your suggested
configuration. 

Thanks in advance





--
View this message in context: 
http://lucene.472066.n3.nabble.com/Arabic-words-search-in-solr-tp4317733p4345392.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: Arabic words search in solr

2017-03-08 Thread mohanmca01
Hi Stave,

Thanks for the support, I tried below cases but still i'm not able to get
the expected results.

Case 1 :

Input :  bizNameAr:شرطة + ازكي

Output : {

  "responseHeader": {
"status": 0,
"QTime": 1,
"params": {
  "indent": "true",
  "q": " bizNameAr:شرطة + ازكي",
  "_": "1489041466096",
  "wt": "json"
}
  },
  "response": {
"numFound": 4,
"start": 0,
"docs": [
  {
"id": "82",
"bizNameAr": "شرطة عمان السلطانية - قيادة شرطة محافظة الداخلية
- - مركز شرطة إزكي",
"_version_": 1560298301338681300
  },
  {
"id": "63",
"bizNameAr": "شركة ظفار للتأمين ش.م.ع.ع - فرع ازكي",
"_version_": 1560298301325049900
  },
  {
"id": "56",
"bizNameAr": "شرطة عمان السلطانية - قيادة شرطة محافظة شمال
الشرقية  -  - مركز شرطة إبراء",
"_version_": 1560298301319807000
  },
  {
"id": "79",
"bizNameAr": "شرطة عمان السلطانية - قيادة شرطة محافظة شمال
الشرقية - - مركز شرطة إبراء",
"_version_": 1560298301335535600
  }
]
  }
}


In this case document id : 63,56,79 are not matching with the input,
where id 82 is the only correct in these results.



Case 2:


{
  "responseHeader": {
"status": 0,
"QTime": 3,
"params": {
  "indent": "true",
  "q": " bizNameAr:شرطة AND ازكي",
  "_": "1489043935549",
  "wt": "json"
}
  },
  "response": {
"numFound": 0,
"start": 0,
"docs": []
  }
}


if AND is given in between of the terms then no results are shown.

I saw your products in lucidworks website. Do you have any solr arabic
support customized product?

Thanks,



On Thu, Mar 2, 2017 at 7:01 PM, sarowe [via Lucene] <
ml-node+s472066n4323036...@n3.nabble.com> wrote:

> Hi Mohan,
>
> > On Feb 26, 2017, at 1:37 AM, mohanmca01 <[hidden email]
> <http:///user/SendEmail.jtp?type=node=4323036=0>> wrote:
> >
> > i searched with (bizNameAr: شرطة ازكي), and am getting:
> > […]
> >
> > the expected result is:   "id": "82",
> >  "bizNameAr": "شرطة عمان السلطانية -
> قيادة
> > شرطة محافظة الداخلية - - مركز *شرطة إزكي*",
> >
> > as the above has both the words mentioned in the query (marked as Bold),
> > where the rest have the following:
> >
> >"id": "63",
> >"bizNameAr": "شركة ظفار للتأمين ش.م.ع.ع - فرع ازكي"
> >
> > it has only one word of the query (ازكي)
> >
> >"id": "56",
> >"bizNameAr": "شرطة عمان السلطانية - قيادة شرطة محافظة شمال
> الشرقية
> > -  - مركز شرطة إبراء"
> >
> > it has only one word of the query (شرطة)
> >
> > "id": "79",
> > "bizNameAr": "شرطة عمان السلطانية - قيادة شرطة محافظة شمال الشرقية - -
> مركز
> > شرطة إبراء"
> >
> > It has only one word of the query (شرطة)
> >
> > where the above 3 records should not come in the result since already 2
> > words mentioned in the query, and only one record has these two words.
>
> Solr's standard query language includes two mechanisms for requiring
> terms: ‘+’ before a required term, and ‘AND’ between two required terms.
>  ‘+’ is better - see <https://lucidworks.com/2011/
> 12/28/why-not-and-or-and-not/> for more information.
>
> You can also set the default operator to ‘AND’, e.g. via request parameter
> “=AND” (if this is always what you want, you can include this in the
> /select request handler’s definition in solrconfig.xml).  See <
> https://cwiki.apache.org/confluence/display/solr/The+Standard+Query+Parser>
> for more information.
>
> > I would really suggest if we can give you a real-time demo on our system
> > with my Arab colleague so it can be more clear for you. let us know if
> we
> > can do that.
>
> I prefer to keep discussion on this public mailing list so that others can
> benefit.  If you find that you need faster or more interactive help, you
> can check out the list of people who have indicated that they provide Solr
> support: <https://wiki.apache.org/solr/Support>.
>
> --
> Steve
> www.lucidworks.

Re: Arabic words search in solr

2017-03-02 Thread mohanmca01
Hi Stave, 

Any update on this.



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Arabic-words-search-in-solr-tp4317733p4323005.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: Arabic words search in solr

2017-02-25 Thread mohanmca01
Hi Stave,

Thank for your continues investigation..

This has improved the search little bit, but am facing another issue where
am getting a record doesn't have a specific word in my query. 

Plz note that you have indexed only 9 records where i have shared you more
than 76 sample records (please refer to the earlier attachment
Arabic_Characters2.xlsx in Examples sheet) to index so you can reproduce the
issue. 

i.e. i searched with (bizNameAr: شرطة ازكي), and am getting:

{
  "responseHeader": {
"status": 0,
"QTime": 3,
"params": {
  "indent": "true",
  "q": "bizNameAr: شرطة ازكي",
  "_": "1488089550104",
  "wt": "json"
}
  },
  "response": {
"numFound": 4,
"start": 0,
"docs": [
  {
"id": "82",
"bizNameAr": "شرطة عمان السلطانية - قيادة شرطة محافظة الداخلية - -
مركز شرطة إزكي",
"_version_": 1560298301338681300
  },
  {
"id": "63",
"bizNameAr": "شركة ظفار للتأمين ش.م.ع.ع - فرع ازكي",
"_version_": 1560298301325049900
  },
  {
"id": "56",
"bizNameAr": "شرطة عمان السلطانية - قيادة شرطة محافظة شمال الشرقية 
-  - مركز شرطة إبراء",
"_version_": 1560298301319807000
  },
  {
"id": "79",
"bizNameAr": "شرطة عمان السلطانية - قيادة شرطة محافظة شمال الشرقية -
- مركز شرطة إبراء",
"_version_": 1560298301335535600
  }
]
  }
}



the expected result is:   "id": "82",
  "bizNameAr": "شرطة عمان السلطانية - قيادة
شرطة محافظة الداخلية - - مركز *شرطة إزكي*",

as the above has both the words mentioned in the query (marked as Bold),
where the rest have the following:

"id": "63",
"bizNameAr": "شركة ظفار للتأمين ش.م.ع.ع - فرع ازكي"

it has only one word of the query (ازكي)

"id": "56",
"bizNameAr": "شرطة عمان السلطانية - قيادة شرطة محافظة شمال الشرقية 
-  - مركز شرطة إبراء"

it has only one word of the query (شرطة)

"id": "79",
"bizNameAr": "شرطة عمان السلطانية - قيادة شرطة محافظة شمال الشرقية - - مركز
شرطة إبراء"

It has only one word of the query (شرطة)

where the above 3 records should not come in the result since already 2
words mentioned in the query, and only one record has these two words.


I would really suggest if we can give you a real-time demo on our system
with my Arab colleague so it can be more clear for you. let us know if we
can do that.

Thanks



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Arabic-words-search-in-solr-tp4317733p4322354.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: Arabic words search in solr

2017-02-21 Thread mohanmca01
Hi Stave,

As per your suggestion I added ICU folding filter and I re-indexed entire
solr data, but still am unable to find the expected results which i
highlighted earlier.

attached excel sheet with examples of Arabic names for your investigation &
reproducing the issue.
Arabic_Characters2.xlsx
  

thanks



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Arabic-words-search-in-solr-tp4317733p4321582.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: Arabic words search in solr

2017-02-20 Thread mohanmca01
Hi Steve,

I changed ICU folding filter order and re-index entire Arabic content. But
still problem is present. I am not able to get the expected result.

I attached screen shot for your references.
 
 
 

Kindly check and let me know.

Thanks



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Arabic-words-search-in-solr-tp4317733p4321397.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: Arabic words search in solr

2017-02-14 Thread mohanmca01
Hi Steve,

As per your suggestion,I added ICUFoldingFilterFactory in schema.xml as
below:


   





  


I attached expecting result document in previous mail thread for your
references.

Kindly check and let me know.

Thanks



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Arabic-words-search-in-solr-tp4317733p4320427.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: Arabic words search in solr

2017-02-14 Thread mohanmca01
Hi Steve,

any update on this .???.. I am waiting for your inputs..



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Arabic-words-search-in-solr-tp4317733p4320253.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: Arabic words search in solr

2017-02-08 Thread mohanmca01
Hi Steve,

Thanks for your continues investigation on this issue.

I added ICU Folding Filter in schema.xml file and re-indexed all the data
again. i noticed some improvements in search but its not really as expected.

below is the configuration changed in schema file:

-

   


 




  

-

attached the document for your reference where highlighted ones in red are
not working as expected.

Also, i have raised one point regarding Jquery autocomplete with unique
records..kindly let me know if you have any background on how to implement
the same.

arabicSearch.docx
  


 



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Arabic-words-search-in-solr-tp4317733p4319436.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: Arabic words search in solr

2017-02-01 Thread mohanmca01
Dear Steve,Thanks for investigating our problem. Our project is basically
business directory search platform, and we have more than 100+ K business
details information. I’m providing you some examples of Arabic words to
reproduce the problem. please find attached word file where i explained
everything along with screenshots. arabicSearch.docx
 
regarding upgrading to the latest version, our project is running on Java
1.7V, and if i need to upgrade then we have to upgrade Java, Application
Server JBoos, and etc. which is not that right time to do this activity at
all..!!



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Arabic-words-search-in-solr-tp4317733p4318227.html
Sent from the Solr - User mailing list archive at Nabble.com.

Re: Arabic words search in solr

2017-01-30 Thread mohanmca01
Hi Steve,

Thanks for sharing the information. 

 I went through the solr references document which you shared in the link.
Your shared references document pointing to solr version 6.4.0.
The implemented Solr version in my project is 4.9.0.

As I mentioned earlier In my solr schema.xml I defined product Arabic name
field as below:

/*--*/
 
 









/*--*/


I am indexing the Arabic content using “text_ar” field type.

 
Characters
ا
أ
إ
آ
Shift key Considers for the above
Table 1

These are the example of characters where I’m facing the searching
difficulty.
 
Example Indexed words
ابرا
أبرا
إبرا
آبرا
Table 2

These an example of indexed words in Solr.
 
Searching word
ابرا
Table 3

Now my problem is, By searching for the above word(table 3) I should get all
indexed words in table 2 in the output.
 
Is Solr version 4.9.0 compatible with Arabic search or do I need to upgrade
to higher version?

Kindly, do let me know if I need to give an example of all characters since
I gave only for one character which is hamza with alef.

Thanks,
Mohan



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Arabic-words-search-in-solr-tp4317733p4317941.html
Sent from the Solr - User mailing list archive at Nabble.com.