Re: Solr 5.1 json facets: buckets are empty for TrieIntField

2015-05-15 Thread Andrii Berezhynskyi
Indeed, it does work in a nightly build. Thank you Yonik On Fri, May 15, 2015 at 5:27 PM, Yonik Seeley wrote: > That was previously found and fixed - can you try a recent nightly build? > > https://builds.apache.org/job/Solr-Artifacts-5.x/lastSuccessfulBuild/artifact/solr/package/ > -Yonik > > >

Re: Solr 5.1 json facets: buckets are empty for TrieIntField

2015-05-15 Thread Yonik Seeley
That was previously found and fixed - can you try a recent nightly build? https://builds.apache.org/job/Solr-Artifacts-5.x/lastSuccessfulBuild/artifact/solr/package/ -Yonik On Fri, May 15, 2015 at 4:04 AM, Andrii Berezhynskyi wrote: > I have a strange issue of facet buckets being empty for tint

Solr 5.1 json facets: buckets are empty for TrieIntField

2015-05-15 Thread Andrii Berezhynskyi
I have a strange issue of facet buckets being empty for tint fields. I have the following schema: ... Then I just import: [{ "sku": "TEST_FACET", "color": "yellow", "width": 100.23, "price": 1200 }] when I do the following faceting request: json.facet={ colors:{ter