What about change the schema.xml and classify the field as stored:false

E.g.:
<field name="myfieldname" type="string" indexed="true" stored="false"/> <-- 
searchable, but value ist not returned in the Solr-Response.

HTH,
Sven

-----Ursprüngliche Nachricht-----
Von: Darren Govoni [mailto:dar...@ontrenet.com] 
Gesendet: Dienstag, 27. April 2010 20:39
An: solr-user@lucene.apache.org
Betreff: Don't return field from query

Hi Solrnauts,
    I know I can specify in my query which fields I want. But is there a
way to specify that I DON'T want a given field
returned (e.g. because its too large or whatever).

thanks for the tip!

Reply via email to