mirror of https://github.com/apache/lucene.git
SOLR-4515: typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1451838 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
daa66dd5d0
commit
926a9d863a
solr/core/src/java/org/apache/solr/schema
|
@ -42,7 +42,7 @@ import org.slf4j.LoggerFactory;
|
|||
* </p>
|
||||
* <ul>
|
||||
* <li><code>ratesFileLocation</code> - A file path or absolute URL specifying the JSON data to load (mandatory)</li>
|
||||
* <li><coderefreshInterval></code> - How frequently (in minutes) to reload the exchange rate data (default: 1440)</li>
|
||||
* <li><code>refreshInterval></code> - How frequently (in minutes) to reload the exchange rate data (default: 1440)</li>
|
||||
* </ul>
|
||||
* <p>
|
||||
* <b>Disclaimer:</b> This data is collected from various providers and provided free of charge
|
||||
|
|
Loading…
Reference in New Issue