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: fieldType name=tint class=solr.TrieIntField sortMissingLast=true omitNorms=true/ fieldType name=string class=solr.StrField sortMissingLast=true omitNorms=true/ fieldType name=tfloat

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 andrii.berezhyns...@home24.de wrote: I have a strange issue of facet

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 ysee...@gmail.com 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/