Re: Undefined field price on Dismax query

2010-03-16 Thread Alex Thurlow
Aha. That appears to be the issue. I hadn't realized that the query handler had all of those definitions there. -Alex On 3/16/2010 6:56 PM, Erick Erickson wrote: I suspect your problem is that you still have "price" defined in solrconfig.xml for the dismax handler. Look for the section

Re: Undefined field price on Dismax query

2010-03-16 Thread Erick Erickson
I suspect your problem is that you still have "price" defined in solrconfig.xml for the dismax handler. Look for the section You'll see price defined as one of the default fields for "fl" and "bf". HTH Erick On Tue, Mar 16, 2010 at 6:55 PM, Alex Thurlow wrote: > Hi guys, >Based on some s

Undefined field price on Dismax query

2010-03-16 Thread Alex Thurlow
Hi guys, Based on some suggestions, I'm trying to use the dismax query type. I'm getting a weird error though that I think it related to the default test data set. From the query tool (/solr/admin/form.jsp), I put in this: Statement: artist:test title:test +type:video query type: dismax