: late here. After a few hours of sleep, I think the problem is that I : sort on a tokenized value. Without a facet filter, I have enough
sorting on a tokenized field is definitely a no-no ... the only situation in which that will work is if your tokenizer produces only one token per document (ie: KeywrodTokenizer) -Hoss