--- On Mon, 3/21/11, Anurag <anurag.it.jo...@gmail.com> wrote: > From: Anurag <anurag.it.jo...@gmail.com> > Subject: debugQuery doesnot work with Solr-1.3.0 , is it true? > To: solr-user@lucene.apache.org > Date: Monday, March 21, 2011, 11:18 PM > i am trying to put this query on > Solr-1.3.0 server which is integrated with > Nutch-1.0. > http://localhost:8983/solr/select/?q=solr&version=2.2&start=0&rows=10&indent=on&debugQuery=on > > But the results, i am getting doesnot have explaination for > the score ....as > it should include tf, idf etc.... > > Should i use the new version (i checked it worked > with 1.4.1) or the > solr-1.3.0 can be made to work for solving my > purpose. If later, then how > it is possible.
It seems that it is in 1.3 @version $Id: DebugComponent.java 1065304 2011-01-30 15:10:15Z rmuir $ @since solr 1.3 May be you registered array of components in your default request handler? And you didn't include DebugComponent? Can you paste your RH definition in solrconfig.xml?