ask question about solr 1.6 or 6

2016-08-24 Thread Hamed Gh
hello,dear
 i have a question about solr 6 or 1.6

question: how do i search or query in solr 1.6 that bring my filed values
without seperate words although space between iranian-persian or arabic
language character
for example:
../tableName/select?q=*:*&fq={!q.op=AND df=title}دانش آموزان
گاج&rows=0&facet.pivot=title&facet=true&facet.pivot.mincount=1

query response:

021*:*title{!q.op=AND df=title}دانش
آموزان گاج0true1

titleآموزان75529titleدانش75529titleگاج75529

---

i want دانش آموزان گاج just.
i wait for  your answer.
thank you


ask question about solr 6

2016-08-24 Thread Hamed Gh
hello,dear
 i have a question about solr 6 or 1.6

question: solr 6 : search query with spaces between other languages words

query:
../solr/human_info/select?q=title:دانش آموزان
گاج&rows=0&facet.pivot=title&facet=true&facet.pivot.mincount=1

دانش آموزان گاج -> into english means -> GAJ institution students

query response:

019title:دانش آموزان
گاجtitle0true1title

آموزان75529
titleدانش75529
titleگاج75529

---
"دانش آموزان گاج" or into english means "GAJ institution students"
doesn`t work
  GAJ\ institution\ students   doesn`t work
 (GAJ institution students)doesn`t work

i just want completion -> `دانش آموزان گاج` into english means -> `GAJ
institution students`.
also count that became repeat.