You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Hamed Gh <ha...@gmail.com> on 2016/08/24 13:32:34 UTC

ask question about solr 1.6 or 6

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:
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">21</int><lst name="params"><str name="q">*:*</str><str
name="facet.pivot">title</str><str name="fq">{!q.op=AND df=title}دانش
آموزان گاج</str><str name="rows">0</str><str name="facet">true</str><str
name="facet.pivot.mincount">1</str></lst></lst>
<result name="response" numFound="75529" start="0"/><lst
name="facet_counts"><lst name="facet_queries"/><lst
name="facet_fields"/><lst name="facet_ranges"/><lst
name="facet_intervals"/><lst name="facet_heatmaps"/><lst name="facet_pivot">
<arr name="title"><lst><str name="field">title</str><str
name="value">آموزان</str><int name="count">75529</int></lst><lst><str
name="field">title</str><str name="value">دانش</str><int
name="count">75529</int></lst><lst><str name="field">title</str><str
name="value">گاج</str><int name="count">75529</int></lst></arr></lst></lst>
</response>
---------------------------------------------------------------------------

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