dsmiley commented on code in PR #2499: URL: https://github.com/apache/solr/pull/2499#discussion_r1664319182
########## solr/core/src/java/org/apache/solr/core/SolrConfig.java: ########## @@ -103,6 +103,8 @@ public class SolrConfig implements MapSerializable { private static final Logger log = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); public static final String DEFAULT_CONF_FILE = "solrconfig.xml"; + public static final String MIN_PREFIX_LENGTH = "minPrefixLength"; Review Comment: Does the "Term" in that add anything? I suggest removing that component. Not a strong opinion though. -- 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