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

Andrzej Wislowski edited comment on SOLR-14194 at 2/10/20 6:58 AM:
-------------------------------------------------------------------

[~dsmiley], I have added to: HighlighterWithoutStoredIdTest

method to clear system properties 

 
{code:java}
+ @AfterClass 
+ public static void afterClass() { 
+    System.clearProperty("solr.tests.id.stored"); 
+    System.clearProperty("solr.tests.id.docValues"); 
+ } {code}


was (Author: awislowski):
[~dsmiley], I have added to: HighlighterWithoutStoredIdTest

method to clear system properties 

 

+ @AfterClass
+ public static void afterClass() {
+ System.clearProperty("solr.tests.id.stored");
+ System.clearProperty("solr.tests.id.docValues");
+ }

 

> Allow Highlighting to work for indexes with uniqueKey that is not stored
> ------------------------------------------------------------------------
>
>                 Key: SOLR-14194
>                 URL: https://issues.apache.org/jira/browse/SOLR-14194
>             Project: Solr
>          Issue Type: Improvement
>          Components: highlighter
>    Affects Versions: master (9.0)
>            Reporter: Andrzej Wislowski
>            Assignee: David Smiley
>            Priority: Minor
>              Labels: highlighter
>         Attachments: SOLR-14194.patch, SOLR-14194.patch, SOLR-14194.patch, 
> SOLR-14194.patch
>
>
> Highlighting requires uniqueKey to be a stored field. I have changed 
> Highlighter allow returning results on indexes with uniqueKey that is a not 
> stored field, but saved as a docvalue type.



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

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

Reply via email to