Re: Json Facet api on nested doc

2015-11-24 Thread xavi jmlucjav
Mikahil, Yonik thanks for having a look. This was my bad all the time...I forgot I was on 5.2.1 instead of 5.3.1 on this setup!! It seems some things were not there yet on 5.2.1, I just upgraded to 5.3.1 and my query works perfectly. Although I do agree with Mikhail the docs on this feature are a

Re: Json Facet api on nested doc

2015-11-23 Thread Mikhail Khludnev
Indeed! Now it works for me too. JSON Facets seems powerful, but not friendly to me. Yonik, thanks for example! Xavi, I took json docs from http://yonik.com/solr-nested-objects/ and just doubled book2_c3 Here is what I have with json.facet={catz: {type:terms,field:cat_s, facet:{ starz:{type:ter

Re: Json Facet api on nested doc

2015-11-22 Thread Yonik Seeley
On Sun, Nov 22, 2015 at 3:10 PM, Mikhail Khludnev wrote: > Hello, > > I also played with json.facet, but couldn't achieve the desired result too. > > Yonik, Alessandro, > Do you think it's a new feature or it can be achieved with the current > implementation? Not sure if I'm misunderstanding the

Re: Json Facet api on nested doc

2015-11-22 Thread Mikhail Khludnev
some faceting with the json facet api on nested doc, but > I am having issues. Solr 5.3.1. > > This query gest the buckets numbers ok: > > curl http://shost:8983/solr/collection1/query -d 'q=*:*&rows=0& > json.facet={ >yearly-s

Json Facet api on nested doc

2015-11-19 Thread xavi jmlucjav
Hi, I am trying to get some faceting with the json facet api on nested doc, but I am having issues. Solr 5.3.1. This query gest the buckets numbers ok: curl http://shost:8983/solr/collection1/query -d 'q=*:*&rows=0& json.facet={ ye