[
https://issues.apache.org/jira/browse/SOLR-517?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12624134#action_12624134
]
Koji Sekiguchi commented on SOLR-517:
-------------------------------------
The cause of the junit error is lack of lucene-memory-2.4-dev.jar. The latest
lucene-memory-2.4-dev.jar needs LUCENE-1334.
So we need these changes to be committed (r687014):
{noformat}
$ svn status
M lib\lucene-snowball-2.4-dev.jar
M lib\lucene-core-2.4-dev.jar
M lib\lucene-highlighter-2.4-dev.jar
M lib\lucene-spellchecker-2.4-dev.jar
M lib\lucene-analyzers-2.4-dev.jar
A lib\lucene-memory-2.4-dev.jar
M lib\lucene-queries-2.4-dev.jar
M src\test\org\apache\solr\highlight\HighlighterTest.java
{noformat}
All test pass.
I'll commit them tomorrow if there is no objections.
> highlighter doesn't work with hl.requireFieldMatch=true on un-optimized index
> -----------------------------------------------------------------------------
>
> Key: SOLR-517
> URL: https://issues.apache.org/jira/browse/SOLR-517
> Project: Solr
> Issue Type: Bug
> Components: highlighter
> Affects Versions: 1.2, 1.3
> Reporter: Koji Sekiguchi
> Assignee: Koji Sekiguchi
> Priority: Minor
> Fix For: 1.3
>
> Attachments: SOLR-517.patch, SOLR-517.patch, SOLR-517.patch,
> SOLR-517.patch, TestNegativeIdf.java
>
>
> On un-optimized index, highlighter doesn't work with
> hl.requireFieldMatch=true.
> see:
> http://www.nabble.com/hl.requireFieldMatch-and-idf-td16324482.html
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.