cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SOLR Index is failing with Arabic lang but working for ENG

Former Member
0 Likes
1,380

screenshot-76.pngHi Expert , SOLR indexing is failing when i am adding Arabic language in solr but it works fine with English language alone. What could be the issue. INFO | jvm 1 | main | 2019/08/27 18:13:03.614 | at java.lang.Thread.run(Unknown Source) [?:1.8.0_144] INFO | jvm 1 | main | 2019/08/27 18:13:03.614 | Caused by: java.util.concurrent.ExecutionException: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http:/**/10.10.209.21:8984/solr**: **ERROR: [doc=globalMarketplaceProductCatalog/Online/MP00001009_progress_charity_C03T02V03P001_E01_01_sz] unknown field 'autosuggest_ar'** INFO | jvm 1 | main | 2019/08/27 18:13:03.614 | at java.util.concurrent.FutureTask.report(Unknown Source) ~[?:1.8.0_144] INFO | jvm 1 | main | 2019/08/27 18:13:03.614 | at java.util.concurrent.FutureTask.get(Unknown Source) ~[?:1.8.0_144] INFO | jvm 1 | main | 2019/08/27 18:13:03.614 | at de.hybris.platform.solrfacetsearch.indexer.strategies.impl.DefaultIndexerStrategy.runWorkers(DefaultIndexerStrategy.java:128) ~[solrfacetsearchserver.jar:?] INFO | jvm 1 | main | 2019/08/27 18:13:03.614 | ... 20 more INFO | jvm 1 | main | 2019/08/27 18:13:03.614 | Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://10.10.209.21:8984/solr: ERROR: [doc=globalMarketplaceProductCatalog/Online/MP00001009_progress_charity_C03T02V03P001_E01_01_sz] unknown field 'autosuggest_ar'![alt text][1] [1]: /storage/temp/13043-screenshot-76.png

Accepted Solutions (0)

Answers (2)

Answers (2)

a_e_dubey
Active Participant

Hi rohit.mahato ,

Please note that arabic language is not supported OOTB so to make it supportable you need to add this language to first solr configuration.

To add new language you need to add in solrconfig.xml and schema.xml available in conf folder follow any existing language and copy same for Arabic language. For Arabic related factory search on google.

Let me know if this does helps you.

Former Member
0 Likes

Hi Rohit,

Let me know if you are still facing any issue with Arabic support for solr as its not OOTB. You need to provide custom configurations for it.