Re: SolrQuery.add

2008-02-15 Thread Erik Hatcher
On Feb 14, 2008, at 7:26 AM, matthias walter wrote: I'm having problems using SolrQuery.add(String, String). My Sample code is: SolrQuery anotherQuery = new SolrQuery(); anotherQuery.add("city", cmd.getCity()); This is incorrect (though admittedly confus

SolrQuery.add

2008-02-14 Thread matthias walter
Hi, I'm having problems using SolrQuery.add(String, String). My Sample code is: SolrQuery anotherQuery = new SolrQuery(); anotherQuery.add("city", cmd.getCity()); I get the following error: null java.lang.NullPointerE