SolrMarc was Re: TimeExceededException

2008-07-31 Thread Grant Ingersoll
I am getting the following exception on the SolrCore constructor: Exception in thread "main" java.lang.NoClassDefFoundError: org/ apache/lucene/search/TimeLimitedCollector$TimeExceededException at org.apache.solr.core.SolrConfig.(SolrConfig.java:128) at org.apache.solr.

Re: TimeExceededException

2008-07-31 Thread Yonik Seeley
TimeExceededException is new and defined in Lucene, not Solr. Perhaps you have an older Lucene jar laying around that got picked up accidentally? -Yonik On Thu, Jul 31, 2008 at 9:34 AM, Andrew Nagy <[EMAIL PROTECTED]> wrote: > Hello - I am a part of a larger group working on an im

Re: TimeExceededException

2008-07-31 Thread Sean Timm
imitedCollector$TimeExceededException at org.apache.solr.core.SolrConfig.(SolrConfig.java:128) at org.apache.solr.core.SolrConfig.(SolrConfig.java:97) ... Any ideas what might cause this? I am working from the July 25 nightly snapshot. Could I be missing a jar or something? Thanks! Andrew

TimeExceededException

2008-07-31 Thread Andrew Nagy
"main" java.lang.NoClassDefFoundError: org/apache/lucene/search/TimeLimitedCollector$TimeExceededException at org.apache.solr.core.SolrConfig.(SolrConfig.java:128) at org.apache.solr.core.SolrConfig.(SolrConfig.java:97) ... Any ideas what might cause this? I am working from the July 25 ni