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
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_
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
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":{
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.