It works! By the way, fl=field1+field2+.... also works :-)
-----Original Message----- From: Mike Klaas [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 02, 2007 1:40 AM To: solr-dev@lucene.apache.org Subject: Re: The ability to offering offset of keyword in search result On 5/1/07, David Xiao <[EMAIL PROTECTED]> wrote: > Would you please give me an example? For example, I want to pick only > fieldname="features" > from the query result Try something like: ?q=a+query&hl=true&hl.fl=features&fl=features -Mike