On 12/5/06, Chris Hostetter <[EMAIL PROTECTED]> wrote:
: Indeed--those are different queries. The "fl" parameter controlled : the stored fields returned by Solr; it does not affect which documents : are returned. The first query asks for the titles of all documents : containing the word "commute", the second for all documents with : "commute" in their title. to clarify: the first query asks for the titles of all documents containing the word "commute" in whatever field your schema.xml lists as the <defaultSearchField>
Thanks for correcting that. What I said is only true if your defaultSearchField is a copyField of your other fields. -Mike