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/25 04:52:56 UTC

ask question about solr 6

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:

    <response><lst name="responseHeader"><int name="status">0</int><int
name="QTime">19</int><lst name="params"><str name="q">title:دانش آموزان
گاج</str><str name="facet.pivot">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>

---------------------------------------------------------------------------
"دانش آموزان گاج" 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.