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

ASF subversion and git services commented on LUCENE-7293:
---------------------------------------------------------

Commit 25e913211b9c4b28448c0db699d2f6df77fdfcf5 in lucene-solr's branch 
refs/heads/branch_6x from [~thetaphi]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=25e9132 ]

Revert and fix "LUCENE-7293: don't try to highlight GeoPoint queries"


> Highlighting with GeoPointInBBoxQuery can result in Exception
> -------------------------------------------------------------
>
>                 Key: LUCENE-7293
>                 URL: https://issues.apache.org/jira/browse/LUCENE-7293
>             Project: Lucene - Core
>          Issue Type: Bug
>          Components: modules/highlighter
>    Affects Versions: 5.5, 6.0, master (7.0)
>            Reporter: britta weber
>            Assignee: Uwe Schindler
>            Priority: Blocker
>             Fix For: 6.1, 6.0.1, master (7.0)
>
>         Attachments: LUCENE-7293-revert+fix.patch, 
> LUCENE-7293-revert+fix.patch, LUCENE-7293.patch, LUCENE-7293.patch
>
>
> Highlighter and GeoPointInBBoxQuery don't play well together. I wrote a test 
> here that throws an exception which I think it should not:
> https://github.com/brwe/lucene-solr/commit/311f5527ffb6f3ef50e3f74b54456aa7b29d8898
> The problem seems to be that GeoPointInBBoxQuery calls rewrite with a reader 
> that contains a text field (which we want to highlight) and therefore has the 
> wrong encoding. 
> This is from an elasticsearch issue: 
> https://github.com/elastic/elasticsearch/issues/17537



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to