Would you please give me an example? For example, I want to pick only fieldname="features" from the query result
Regards, David -----Original Message----- From: Chris Hostetter [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 24, 2007 1:50 AM To: solr-dev@lucene.apache.org Subject: RE: The ability to offering offset of keyword in search result : It come up with another question: In response XML, can I suppress output : of <result name="">.... section? Because I only need highlight section. well ... not really, you can say rows=0 but then you won't get highlighting either. you can use "fl" to make it smaller though (just pick only one field, score or your uniqueKey perhaps) -Hoss