On Fri, May 2, 2008 at 8:17 AM, Geoffrey Young <[EMAIL PROTECTED]> wrote: > does this apply to facet fields as well? I noticed that that if I set > facet.sort="true" the results are indeed sorted by count... until the counts > are the same, after which they are in random order (instead of ascii alpha).
facet.sort should be the default. Ties in count are broken by order in the term index (not random). This should correspond to alphabetical (ascii). -Yonik
