: java.lang.NullPointerException : : at : org.apache.solr.search.SolrQueryParser.getFieldQuery(SolrQueryParser.java:73 : )
I'm guessing this is one of the following issues... http://issues.apache.org/jira/browse/SOLR-525 http://issues.apache.org/jira/browse/SOLR-529 ...both have been changed in the trunk to provide better error messages, but you can fix the root cause yourself (which you check your query/schema to figure out which problem it is) -Hoss