Hi. I'm using Solr 1.4.1 (I know it's an old version) and I'm trying to find a way to sort found record using a custom list of field values.
The same as MySQL's "ORDER BY FIELD()" function: SELECT * FROM fruit ORDER BY FIELD(name, 'Banana', 'Apple', 'Pear', 'Orange'), variety; Could you help me please? Thank you very much! Bye