On Oct 31, 2008, at 7:42 AM, Shalin Shekhar Mangar wrote:
On Fri, Oct 31, 2008 at 5:10 PM, Kraus, Ralf | pixelhouse GmbH <
[EMAIL PROTECTED]> wrote:
HTTP/1.1 500 null java.lang.NullPointerException at
org.apache.solr.common.util.StrUtils.splitSmart(StrUtils.java:37)
My Request is :
INFO: [core_de] webapp=/solr path=/select/
params={wt=phps&query=Tools&records=30&start_record=0} status=500
QTime=1
The parameter name should be "q" instead of "query".
And rows instead of records, and start instead of start_record. :)
Erik