Hi Michael,

Yes you are correct, oldest comes fist. 

There is no built in solution for this.

Two workaround :

1) use facet.limit=-1 and invert the list (faceting response) at client side

2) use multiples facet.query
   a)facet.query=year:[2012 TO 2014]&facet.query=year:[2010 TO 2012] 
   b)facet.query=year:2014&facet.query=year:2013 ...



On Monday, March 3, 2014 5:45 PM, Michael Lackhoff <mich...@lackhoff.de> wrote:
On 03.03.2014 16:33 Ahmet Arslan wrote:

> Currently there are two storing criteria available. However sort by index - 
> to return the constraints sorted in their index order (lexicographic by 
> indexed term) - should return most recent year at top, no?

No, it returns them -- as you say -- in lexicographic order and that
means oldest first, like:
1815
1820
...
2012
2013
(might well stop before we get here)

2014

-Michael

Reply via email to