: custom order that is fairly simple: there is a list of venues and some of
: them are more relevant than others (there is no logic, it's arbitrary, it's
: not an alphabetic order), it'd be something like this:
: 
: Orange venue = 1
: Red venu = 2
: Blue venue = 3
: 
: So results where venue is "orange" should go first, then "red" and finally
: "blue". 
: Could you advice on the easiest way to have this example working?

use your rules to add values to all the docs at index time ... then sort 
on that value (ie: for each doc you actually index the value of 1, 2, or 3 
in a field no one ever looks at, but you sort on it.)



-Hoss

Reply via email to