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.
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
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
"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