You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2022/03/28 10:30:59 UTC

[GitHub] [solr] cpoerschke commented on a change in pull request #767: SOLR-16120: avoid SolrDocumentFetcher.getStoredHighlightFieldNames() call for glob-free hl.fl

cpoerschke commented on a change in pull request #767:
URL: https://github.com/apache/solr/pull/767#discussion_r836282039



##########
File path: solr/core/src/java/org/apache/solr/highlight/SolrHighlighter.java
##########
@@ -91,13 +87,25 @@ protected boolean emptyArray(String[] arr) {
     return (arr == null || arr.length == 0 || arr[0] == null || arr[0].trim().length() == 0);
   }
 
+  private static String[] expandWildcardsInHighlightFields(

Review comment:
       #757 would later require this to be `protected` instead of `private` visibility.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org