Re: BooleanQuery exception

2007-11-23 Thread Chris Hostetter
: Nov 19, 2007 3:01:31 PM org.apache.solr.core.SolrException log : SEVERE: java.lang.NoSuchMethodError: : org.apache.lucene.search.BooleanQuery.clauses()Ljava/util/List; : at org.apache.solr.search.QueryUtils.isNegative(QueryUtils.java:38) that's a pretty gnarly exception. unless there w

BooleanQuery exception

2007-11-20 Thread Cody Caughlan
I am trying to run a very simple query via the Admin interface and receive the exception below. The query is: description_t:guard AND title_t:help I am using dynamic fields (hence the underscored suffix). Any ideas? Thanks in advance /cody Nov 19, 2007 3:01:31 PM org.apache.solr.core.SolrE