Solr Terms browsing in descending order

2020-06-09 Thread Jigar Gajjar
Hi , Thanks for following on this one. terms.sort can wort on index (only asc which is default) and another is count which does not help. We are using facet for getting terms but it has other issues too.I was thinking that if we can get terms in descending order then it will make our life much

Re: Solr Terms browsing in descending order

2020-06-04 Thread Furkan KAMACI
Hi Jigar, Is that a numeric field or not? By the way, have you checked the terms.sort parameter or json facet sort parameter? Kind Regards, Furkan KAMACI On Mon, Jun 1, 2020 at 11:37 PM Jigar Gajjar wrote: > Hello, > is it possible to retrieve index terms in the descending order using > terms

Solr Terms browsing in descending order

2020-06-01 Thread Jigar Gajjar
Hello, is it possible to retrieve index terms in the descending  order using terms handler, right now we get all terms in ascending order. Thanks,Jigar Gajjar