1. Request all fields needed for all results and simply ignore the extra field(s) (which can be empty or missing and will automatically be ignored by Solr anyway).
2. Two separate query requests.
3. A custom search component.
4. Wait for the new scripted query request handler that gives you full control in a custom script.

-- Jack Krupansky

-----Original Message----- From: Weber
Sent: Monday, July 15, 2013 4:58 PM
To: solr-user@lucene.apache.org
Subject: Different 'fl' for first X results

How to get a different field list in the first X results? For example, in the
first 5 results I want fields A, B, C, and on the next results I need only
fields A, and B.



--
View this message in context: http://lucene.472066.n3.nabble.com/Different-fl-for-first-X-results-tp4078178.html Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to