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