Mutli Lengual Suggester Solr 4.8

2014-12-11 Thread alaa.abuzaghleh
I am trying create suggester handler using solr 4.8, everything work fine but when I try to get suggestion using different language Arabic, or Japanese for example I got result in mixed language, but I am trying to search only using Japanese, I got Arabic with that too. the following is my Schema.x

Re: different fields for user-supplied phrases in edismax

2014-12-11 Thread alaa.abuzaghleh
explicit edismax 10 full_name,job_tree, company, city, state, country, first_name, last_name, id full_name_suggest^60 full_name_ngram^100.0 job_suggest^30 job_

Multi Language Suggester Solr Issue

2014-12-24 Thread alaa.abuzaghleh
I am trying create suggester handler using solr 4.8, everything work fine but when I try to get suggestion using different language Arabic, or Japanese for example I got result in mixed language, but I am trying to search only using Japanese, I got Arabic with that too. the following is my Schema.x

Re: Multi Language Suggester Solr Issue

2014-12-25 Thread alaa.abuzaghleh
Thanks Eric for your comment, If I do suggest by Full_name I got good result look to this result set http://localhost:9090/solr/people/suggest?q=full_name%3A%D9%85%D8%B3%D8%B9%D9%88%D8%AF&wt=json&indent=true the result will be { "responseHeader":{ "status":0, "QTime":3, "params":{

Re: Multi Language Suggester Solr Issue

2014-12-28 Thread alaa.abuzaghleh
thanks it is work for me -- View this message in context: http://lucene.472066.n3.nabble.com/Multi-Language-Suggester-Solr-Issue-tp4176075p4176324.html Sent from the Solr - User mailing list archive at Nabble.com.