Re: returning only certain fields from the docs - parsing on the server side

2013-07-25 Thread Walter Underwood
Yes, your assumption is wrong. It does what it says, "only the fields in this list will be included" in the response. wunder On Jul 25, 2013, at 2:44 PM, Matt Lieber wrote: > Hi, > > I only want to return one field in the documents being returned from my query. > I know there is the 'fl' param

Re: returning only certain fields from the docs - parsing on the server side

2013-07-25 Thread Upayavira
fl is on the server side. Try it in a browser and you'll see that. Upayavira On Thu, Jul 25, 2013, at 10:44 PM, Matt Lieber wrote: > Hi, > > I only want to return one field in the documents being returned from my > query. > I know there is the 'fl' parameter, which is described in the > document

returning only certain fields from the docs - parsing on the server side

2013-07-25 Thread Matt Lieber
Hi, I only want to return one field in the documents being returned from my query. I know there is the 'fl' parameter, which is described in the documentation http://wiki.apache.org/solr/CommonQueryParameters as: "This parameter can be used to specify a set of fields to return, limiting the amo