Re: pf nixes fl

2008-07-22 Thread Jason Rennie
Doh! I mistakenly changed the request handler from dismax to standard. Ignore me... Jason On Tue, Jul 22, 2008 at 2:59 PM, Jason Rennie <[EMAIL PROTECTED]> wrote: > I'm using solrj and all I did was add a pf entry to solrconfig.xml. I > don't think it could be an ampersand issue... > > Here's

Re: pf nixes fl

2008-07-22 Thread Jason Rennie
I'm using solrj and all I did was add a pf entry to solrconfig.xml. I don't think it could be an ampersand issue... Here's an example query: wt=xml&rows=10&start=0&q=urban+outfitters&qt=recsKeyword&version=2.2 Here's qt config: 0.06 name^1.5 tags description^0

Re: pf nixes fl

2008-07-22 Thread Mike Klaas
On 22-Jul-08, at 11:53 AM, Jason Rennie wrote: Just tried adding a pf field to my request handler. When I did this, solr returned all document fields for each doc (no "score") instead of returning the fields specified in fl. Bug? Feature? Anyone know what the reason for this behavior