I am using the latest version of solr (1.2) -----Original Message----- From: Stu Hood [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 13, 2007 11:32 AM To: solr-user@lucene.apache.org Subject: RE: Exception in SOLR when querying for fields of type string
The first question is, what version of Solr are you using? Thanks, Stu -----Original Message----- From: Kasi Sankaralingam <[EMAIL PROTECTED]> Sent: Tuesday, November 13, 2007 2:27pm To: solr-user@lucene.apache.org <solr-user@lucene.apache.org> Subject: Exception in SOLR when querying for fields of type string Hi, I am running into nullpointerexception on the SOLR side, when I do the following: a) Define a dynamic field in the schema of type string (say title_s) b) Do a query in the SOLR admin tool title_s: photo book I get a null pointer exception when I run a search query on this. If I enclose the search term within double quotes like "photo book", it works fine. Any ideas? Thanks, kasi