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 "Ryan McKinley (JIRA)" <ji...@apache.org> on 2009/09/29 08:15:16 UTC

[jira] Resolved: (SOLR-1472) upgrade maven poms to reference lucene 2.9 artifacts rather than solr-lucene artifacts

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

Ryan McKinley resolved SOLR-1472.
---------------------------------

    Resolution: Fixed

committed in rev819835

When we want to use lucene snapshots again, we can get the template from this patch or svn history.

> upgrade maven poms to reference lucene 2.9 artifacts rather than solr-lucene artifacts
> --------------------------------------------------------------------------------------
>
>                 Key: SOLR-1472
>                 URL: https://issues.apache.org/jira/browse/SOLR-1472
>             Project: Solr
>          Issue Type: Task
>    Affects Versions: 1.4
>            Reporter: Ryan McKinley
>            Assignee: Ryan McKinley
>            Priority: Blocker
>             Fix For: 1.4
>
>         Attachments: SOLR-1472-maven-cleanup.patch
>
>
> Currently, the solr pom.xml files reference solr-lucene jar files.  Rather then reference the solr jars, we should reference the real lucene jar files.
> Additionally, we need to add a reference to "lucene-memory" so we avoid:
> {code}
> java.lang.NoClassDefFoundError: org/apache/lucene/index/memory/MemoryIndex
> 	at org.apache.lucene.search.highlight.WeightedSpanTermExtractor.getReaderForField(WeightedSpanTermExtractor.java:313)
> 	at org.apache.lucene.search.highlight.WeightedSpanTermExtractor.extractWeightedSpanTerms(WeightedSpanTermExtractor.java:239)
> {code}

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