Re: Setting the return query fields

2010-03-02 Thread Ahmet Arslan
> Thanks for the reply. > Is there a place in the config file where I can set it to > explicitly search > the fields I want? If you don't want to specify your fields at query time (also you want to query more than one fields at the same time) you can use DisMaxRequestHandler[1]. There are two e

Re: Setting the return query fields

2010-03-02 Thread Dhanushka Samarakoon
Thanks for the reply. Is there a place in the config file where I can set it to explicitly search the fields I want? On Tue, Mar 2, 2010 at 3:17 PM, Ahmet Arslan wrote: > > > Hi, > > I would like to solr to return to record from > > /exampledocs/hd.xml when I > > search for the value "6H500F0" (

Re: Setting the return query fields

2010-03-02 Thread Ahmet Arslan
> Hi, > I would like to solr to return to record from > /exampledocs/hd.xml when I > search for the value "6H500F0" (which is the ID field for > the 2'nd record in > that file). > I know there is a setting that I should change to get this > done, but I can't > locate it. > Field name ID is alread

Setting the return query fields

2010-03-02 Thread Dhanushka Samarakoon
Hi, I would like to solr to return to record from /exampledocs/hd.xml when I search for the value "6H500F0" (which is the ID field for the 2'nd record in that file). I know there is a setting that I should change to get this done, but I can't locate it. Field name ID is alread included in schema.xm