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

Hoss Man updated SOLR-1624:
---------------------------

    Fix Version/s: 3.1
                   4.0


Correcting Fix Version based on CHANGES.txt, see this thread for more details...

http://mail-archives.apache.org/mod_mbox/lucene-dev/201005.mbox/%[email protected]%3e

> Highlighter bug with MultiValued field + TermPositions optimization
> -------------------------------------------------------------------
>
>                 Key: SOLR-1624
>                 URL: https://issues.apache.org/jira/browse/SOLR-1624
>             Project: Solr
>          Issue Type: Bug
>          Components: highlighter
>    Affects Versions: 1.4
>            Reporter: Chris Harris
>             Fix For: 1.5, 3.1, 4.0
>
>         Attachments: SOLR-1624.patch
>
>
> When TermPositions are stored, then 
> DefaultSolrHighlighter.doHighlighting(DocList docs, Query query, 
> SolrQueryRequest req, String[] defaultFields) currently initializes tstream 
> only for the first value of a multi-valued field. (Subsequent times through 
> the loop reinitialization is preempted by tots being non-null.) This means 
> that the 2nd/3rd/etc. values are not considered for highlighting purposes, 
> resulting in missed highlights.
> I'm attaching a patch with a test case to demonstrate the problem 
> (testTermVecMultiValuedHighlight2), as well as a proposed fix. All 
> highlighter tests pass with this applied. The patch should apply cleanly 
> against the latest trunk.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to