I suspect your problem is that you still have "price" defined in solrconfig.xml for the dismax handler. Look for the section <requestHandler name="dismax"......>
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 <a...@blastro.com> wrote: > 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 > > The rest is left as defaults. I get this error page: > HTTP ERROR: 400 > undefined field price > > RequestURI=/solr/select > > I am running out of the "example" dir still, but I made my own custom > schema and deleted the index before inserting my new data. Am I missing > something that needs to be cleared? Query type=standard works fine here. > > Thanks, > Alex > >