Re: Japanese mm parameter in Solr3.6.2 generated lots of results with big performance hit

2013-02-20 Thread kirpakaro
Hi Jack, The requestHandler in solrconfig.xml is defined as, thanks for your response AND schema.xml: Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/Japanese-mm-parameter-in-Solr3-6-2-generated-lots-of-results-with-big-performance-hit-tp40412

Re: Japanese mm parameter in Solr3.6.2 generated lots of results with big performance hit

2013-02-19 Thread kirpakaro
Hi Jack, Here is the query http://localhost:7983/cores/jp/select/?q=鹿児島%20若石%20龍玉女&rows=22&debugQuery=on&echoParams=all&wt=xml (using dismax parser). Where f1 is being boosted over f2 (qf=f1^10 f2^1) [f1: string f2: text_ja (copyField being copied from f1) 259 <--- time is quite large <

Japanese mm parameter in Solr3.6.2 generated lots of results with big performance hit

2013-02-18 Thread kirpakaro
In Solr3.6.1 using text_ja field generated huge number of results, that degraded its performance significantly. The queries that were taking 15ms have gone up to 400ms and the other issue, it is not honoring rows parameter. The output results are not capped by the the number of documents requested

Japanese exact match results do not show on top of results

2012-12-20 Thread kirpakaro
Hi folks, I am having couple of problems with Japanese data, 1. it is not properly indexing all the data 2. displaying the exact match result on top and then 90%match and 80%match etc. does not work. I am using solr3.6.1 and using text_ja as the fieldType here is the schema