QueryResponse return field config

2008-10-15 Thread dezok
Is there a way to config the fields that are sent back directly in the solrconfig.xml or schema.xml file? I don't really want to write my own queryResponseWriter. I know that "&qt=id,name" works on the URL, but I don't want to send that all the time. It would seem that: would be a natural

Re: QueryResponse return field config

2008-10-15 Thread dezok
Perfect! Jeremy Hinegardner wrote: > > On Wed, Oct 15, 2008 at 04:53:07PM -0700, dezok wrote: >> >> Is there a way to config the fields that are sent back directly in the >> solrconfig.xml or schema.xml file? >> >> I don't really want to write my ow