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 
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 
wrote:
> 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>



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 together in one Solr query,
> I was able to do that in solr 7.4 but same query does not work in solr 8.2.
>
> Are there any major changes in the way that we are fetching children?
>
>
>
> My requirement is to fetch parent and children both in one call.
>
>
>
> 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
>


-- 
Thanks
Jigar Gajjar


Fetch parent and child document in solr 8.2

2019-11-21 Thread Jigar Gajjar
Hello,



I am trying to fetch parent and child document together in one Solr query,
I was able to do that in solr 7.4 but same query does not work in solr 8.2.

Are there any major changes in the way that we are fetching children?



My requirement is to fetch parent and children both in one call.



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