On Thu, Apr 2, 2015 at 9:44 AM, Yago Riveiro <yago.rive...@gmail.com> wrote:
> Where can I found the source code used in index sorting? I need to ensure 
> that the external data has the same sorting that the facet result.

If you step over the indexed terms of a field you get them in sorted
order (hence for a single node, the sorting is done at indexing time).
Lucene index order for text will essentially be unicode code point order.

-Yonik

Reply via email to