Hi Yonik,
thanks, it's working in trunk now again... I had to re-index though
because of exceptions at startup, did the index format change again
between trunk of beginning / mid may and current trunk?
best regards,
Stefan
Am 03.06.2011 15:32, schrieb Yonik Seeley:
This bug was introduced d
This bug was introduced during the cutover from strings to BytesRef on
TermRangeQuery.
I just committed a fix.
-Yonik
http://www.lucidimagination.com
On Fri, Jun 3, 2011 at 5:42 AM, Stefan Moises wrote:
> Hi,
>
> in Solr 4.x (trunk version of mid may) I have noticed a null pointer
> exception if
Hi Erick
sure, thanks for looking into it! I'll let you know if it's working for
me there, too...
(I'm using edismax btw., but I've also tested with standard and got the
exception)
Stefan
Am 03.06.2011 15:22, schrieb Erick Erickson:
Hmmm, I just tried it on a trunk from a couple of days ago
Hmmm, I just tried it on a trunk from a couple of days ago and it
doesn't error out.
Could you re-try with a new build?
Thanks
Erick
On Fri, Jun 3, 2011 at 5:51 AM, Stefan Moises wrote:
> Hi Stefan,
> sorry, actually there is a colon, I just forgot it in my example...
> so the exception also app
Hi Stefan,
sorry, actually there is a colon, I just forgot it in my example...
so the exception also appears for
&fq=price:[500+TO+*]
But only if debug=true... and "normal" price values work, e.g.
&fq=price:[500+TO+999]
Thanks,
Stefan
Am 03.06.2011 11:46, schrieb Stefan Matheis:
Stefan,
i
Stefan,
i guess there is a colon missing? &fq=price:[500+TO+*] should do the trick
Regards
Stefan
On Fri, Jun 3, 2011 at 11:42 AM, Stefan Moises wrote:
> Hi,
>
> in Solr 4.x (trunk version of mid may) I have noticed a null pointer
> exception if I activate debugging (debug=true) and use a wildc
Hi,
in Solr 4.x (trunk version of mid may) I have noticed a null pointer
exception if I activate debugging (debug=true) and use a wildcard to
filter by facet value, e.g.
if I have a price field
..."&debug=true&facet.field=price&fq=price[500+TO+*]"
I get
SEVERE: java.lang.RuntimeException: ja