Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-697

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

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.3
    • 1.3
    • update
    • None

    Description

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

      Attachments

        Activity

          People

            Unassigned Unassigned
            wsgrah Wayne Graham
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: