upgrade maven poms to reference lucene 2.9 artifacts rather then 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
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.