Yes, I reindexed the entire repository after each of my changes. Here is the
output with debug on.

========================== DEBUG OUTPUT BEGIN ==================
<lst name="responseHeader">
 <int name="status">0</int>
 <int name="QTime">83</int>
 <lst name="params">
  <str name="wt">standard</str>
  <str name="rows">10</str>

  <str name="explainOther"/>
  <str name="start">0</str>
  <str name="hl.fl">content</str>
  <str name="indent">on</str>
  <str name="fl">*,score</str>
  <str name="hl">on</str>

  <str name="q">创意或商业创新、</str>
  <str name="debugQuery">on</str>
  <str name="qt">dismax</str>
  <str name="version">2.2</str>
 </lst>
</lst>
<result name="response" numFound="0" start="0" maxScore="0.0"/>

<lst name="debug">

 <str name="rawquerystring">创意或商业创新、</str>
 <str name="querystring">创意或商业创新、</str>
 <str name="parsedquery">+DisjunctionMaxQuery((content:创意或商业创新、 |
urltext:创意或商业创新、^2.0 | title:创意或商业创新、^2.0)~0.01) ()</str>
 <str name="parsedquery_toString">+(content:创意或商业创新、 | urltext:创意或商业创新、^2.0
| title:创意或商业创新、^2.0)~0.01 ()</str>
 <lst name="explain"/>
 <str name="QParser">DismaxQParser</str>

 <null name="altquerystring"/>
 <null name="boostfuncs"/>

========================== DEBUG OUTPUT END ==================






> 
> That is strange. Can you add a request parameter debugQuery=on and post
> the
> response? Also, whenever you change the field type (use a different
> tokenizer etc.), make sure you re-index the documents.
> 
> -- 
> Regards,
> Shalin Shekhar Mangar.
> 
> 

-- 
View this message in context: 
http://www.nabble.com/CJKTokenizerFactory-seems-to-work-for-Korea-but-not-for-China-and-Japan-tp24279927p24292975.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to