[ 
https://issues.apache.org/jira/browse/JENA-1777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16969385#comment-16969385
 ] 

ASF subversion and git services commented on JENA-1777:
-------------------------------------------------------

Commit 90589442972c7e03774f3f713c85da1dc4a6e75a in jena's branch 
refs/heads/master from Chris Tomlinson
[ https://gitbox.apache.org/repos/asf?p=jena.git;h=9058944 ]

Fix JENA-1777 (#627)

* fix lds-pdi #164 : correct effectiveFIeld, add lang highlight test

* remove unused parameter, useDocLang


> jena-text highlight fails for simple multilingual queries
> ---------------------------------------------------------
>
>                 Key: JENA-1777
>                 URL: https://issues.apache.org/jira/browse/JENA-1777
>             Project: Apache Jena
>          Issue Type: Bug
>          Components: Text
>    Affects Versions: Jena 3.13.1
>            Reporter: Code Ferret
>            Assignee: Code Ferret
>            Priority: Minor
>             Fix For: Jena 3.14.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Highlighting fails to produce a marked-up literal in default multilingual 
> configurations.
> For example, even if there's a hit in the following the marked up literal is 
> empty:
> {code}
> (?s ?sc ?lit) text:query ( "something"@en "highlight:" ) .
> {code}
> The resulting {{?lit}} is {{""@en}} instead of the marked up matching 
> literal, like:
> {code}
> "bar ↦something↤ barfoo foo"@en
> {code}
> The fix does not require text re-indexing.
> A PR is available
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to