iamsanjay commented on code in PR #2764: URL: https://github.com/apache/solr/pull/2764#discussion_r1867903389
########## solr/core/src/java/org/apache/solr/handler/designer/SchemaDesignerConfigSetHelper.java: ########## @@ -125,46 +119,22 @@ class SchemaDesignerConfigSetHelper implements SchemaDesignerConstants { } @SuppressWarnings("unchecked") - Map<String, Object> analyzeField(String configSet, String fieldName, String fieldText) + NamedList<Object> analyzeField(String configSet, String fieldName, String fieldText) Review Comment: Good stuff! -- 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-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org