Re: Json facet api NullPointerException

2015-11-12 Thread Yonik Seeley
On Thu, Nov 12, 2015 at 11:48 AM, Yago Riveiro wrote: > In my query I have > sort: index, > > And should be > > sort:{index:desc|asc} > > I think that the json parser should raise a “json parsing error” ... Yeah, either that or "index" should be synonymous with "index asc". -Yonik

Re: Json facet api NullPointerException

2015-11-12 Thread Yago Riveiro
I found the bug … In my query I have  sort: index, And should be sort:{index:desc|asc} I think that the json parser should raise a “json parsing error” ... —/Yago Riveiro On Thu, Nov 12, 2015 at 4:44 PM, Yago Riveiro wrote: > Solr 5.3.1 > —/Yago Riveiro > On Thu, Nov 12, 20

Re: Json facet api NullPointerException

2015-11-12 Thread Yago Riveiro
Solr 5.3.1 —/Yago Riveiro On Thu, Nov 12, 2015 at 4:21 PM, Yonik Seeley wrote: > Thanks for the report Yago, > What version is this? > -Yonik > On Thu, Nov 12, 2015 at 10:53 AM, Yago Riveiro wrote: >> Hi, >> >> I'm hitting this NullPointerException using the json facet API. >> >> Same query u

Re: Json facet api NullPointerException

2015-11-12 Thread Yonik Seeley
Thanks for the report Yago, What version is this? -Yonik On Thu, Nov 12, 2015 at 10:53 AM, Yago Riveiro wrote: > Hi, > > I'm hitting this NullPointerException using the json facet API. > > Same query using Facet component is working. > > Json facet query: > > curl -s http://node1:8983/solr/metr