Re: AW: Don't return field from query

2010-04-28 Thread Chris Hostetter
: Could this be a needed capability in Solr? It seems like a problem that : a "-field" operator would help, that simply does not return those : fields. the broader issues is more complicated then that... http://wiki.apache.org/solr/FieldAliasesAndGlobsInParams there is nothing to prevent peop

Re: AW: Don't return field from query

2010-04-28 Thread Darren Govoni
Because I need to store it to get highlighting to work from the extracted text. The problem now, is that unless I specify only the fields I want, I will get back the store text field which is huge. I use a lot of dynamic fields, so I cannot simply tell Solr which fields I want in the query. Coul

AW: Don't return field from query

2010-04-28 Thread Bohnsack, Sven
What about change the schema.xml and classify the field as stored:false E.g.: <-- 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@luc