You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Otis Gospodnetic (JIRA)" <ji...@apache.org> on 2008/08/15 17:35:45 UTC

[jira] Updated: (SOLR-697) Update Lucene jar before 1.3 release (was: Lucene TimeLimitCollector)

     [ https://issues.apache.org/jira/browse/SOLR-697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Otis Gospodnetic updated SOLR-697:
----------------------------------

    Summary: Update Lucene jar before 1.3 release (was: Lucene TimeLimitCollector)  (was: Lucene TimeLimitCollector)

> Update Lucene jar before 1.3 release (was: Lucene TimeLimitCollector)
> ---------------------------------------------------------------------
>
>                 Key: SOLR-697
>                 URL: https://issues.apache.org/jira/browse/SOLR-697
>             Project: Solr
>          Issue Type: Bug
>          Components: update
>    Affects Versions: 1.3
>            Reporter: Wayne Graham
>             Fix For: 1.3
>
>
> When instantiating a SolrCore using the Solr API, a Lucene exception is thrown
> {{
> org.apache.solr.core.SolrResourceLoader createClassLoader
> INFO: Reusing parent classloader
> Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/lucene/search/TimeLimitedCollector$TimeExceededException
>         at org.apache.solr.core.SolrConfig.<init>(SolrConfig.java:132)
>         at org.apache.solr.core.SolrConfig.<init>(SolrConfig.java:101)
>        ...
> }}
> Updating the lucene-core-2.4-dev.jar that is included in the nightly to a more current snapshot resolves the problem (tested with Lucene r685576).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.