Solr Terms browsing in descending order

2020-06-09 Thread Jigar Gajjar
easier. if there is a way to create custom solr plugin then it is also good. Thanks, Jigar Gajjar Hi Jigar, Is that a numeric field or not? By the way, have you checked the terms.sortparameter or json facet sort parameter? Kind Regards,Furkan KAMACI On Mon, Jun 1, 2020 at 11:37 PM Jigar Gajjar

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

Re: Fetch parent and child document in solr 8.2

2019-11-25 Thread Jigar Gajjar
some more information, in solr 8.2 it does not fetch child document only when schema has _nest_path_ field defined without nest_path it can fetch child documents. On Thu, 21 Nov 2019 at 16:01, Jigar Gajjar wrote: > Hello, > > > > I am trying to fetch parent and child document

Fetch parent and child document in solr 8.2

2019-11-21 Thread Jigar Gajjar
. I am trying http://localhost:8983/solr/demo/select?fl=*,[child]&q={!parent which="cat_s:sci-fi AND pubyear_i:1992"} what are the ways to retrieve parent child as nested documents? We need to start working on it very soon, any help will be appreciated. -- Thanks Jigar Gajjar