understanding queryNorm

2009-01-02 Thread vinay kumar kaku
Hi, i wanted to understand how the queryNorm is calculated. i did read similarity documentation of lucene it says it is 1 �C�C�C�C�C�C�C�C�C�C�C�C�C�C sqrt(sumOfSquaredWeights) sumOfSquaredWeights = q.getBoos

RE: http internal error if i enable debugQuery=on

2009-01-01 Thread vinay kumar kaku
thank you. > Date: Thu, 1 Jan 2009 15:31:44 +0900 > From: k...@r.email.ne.jp > To: solr-user@lucene.apache.org > Subject: Re: http internal error if i enable debugQuery=on > > Vinay, > > This is a bug. I opened SOLR-947. The fix will be committed shortly. > So please try the next nightly build.

RE: http internal error if i enable debugQuery=on

2008-12-30 Thread vinay kumar kaku
gQuery=on> To: solr-user@lucene.apache.org> > Hi,> > Do you have q=XXX parameter in your URL as well? Try specifying it.> > > Otis --> Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch> > > > - Original Message >> From: vinay kumar k

can i reuse the index built with 1.3 with current solr from trunk

2008-12-29 Thread vinay kumar kaku
Hi, I have an index thats built using 1.3 (before official release). can i re-use same data with current solr i get from trunk? what are the things that i need to keep in mind.vinay _ Send e-mail anywhere. No map, no compass. http:

http internal error if i enable debugQuery=on

2008-12-29 Thread vinay kumar kaku
Hi, i got solr on 23rd dec and using for my application. i have a filter &fq=-filtername[1+TO+*] all works fine until i say &debugQuery=on i get below error from my tomcat catalina.out logfile. if i change that filter to say &fq=-filtername[1+TO+10]&debugQuery=on it works fine.HTTP Status 500

Hi w.r.t solr 1.4

2008-12-29 Thread vinay kumar kaku
Hi, is there a stable build of solr 1.4 that i could grab from? vinay _ Send e-mail faster without improving your typing skills. http://windowslive.com/online/hotmail?ocid=TXT_TAGLM_WL_hotmail_acq_speed_122008

RE: minimum match issue with dismax

2008-12-14 Thread vinay kumar kaku
Thank you chris, I tried you suggestion it worked but one more problem for me is that i have defined my request handler in solrConfig.xml as below explicit 0 txt1^1.1 txt2^1.2 txt3^1.3 txt4^1.4 txt5^1.5 txt4^1.4 txt5^1.5 1 to

minimum match issue with dismax

2008-12-10 Thread vinay kumar kaku
Hi, do any one know how to make sure minimum match in dismax is working? i change the values and try doing solrCtl restart indexname but i don't see it taking into effect. any body have an idea on this? thank you vinay _ You li

multiword query using dismax

2008-12-09 Thread vinay kumar kaku
Hi, i have this config in my solrconfig.xml explicit 0 field1^1.1 field2^1.2 field3^1.3 field4^1.4 field5^1.5 field4^1.4 field5^1.5 1 2<-25% my query is = monty+python+scandal when i just issue monty+python i