Modified: sites/solr/guide/solr/latest/indexing-guide/external-files-processes.html URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/latest/indexing-guide/external-files-processes.html?rev=1082980&r1=1082979&r2=1082980&view=diff ============================================================================== --- sites/solr/guide/solr/latest/indexing-guide/external-files-processes.html (original) +++ sites/solr/guide/solr/latest/indexing-guide/external-files-processes.html Wed Apr 19 15:20:32 2023 @@ -1144,7 +1144,7 @@ A <code>defVal</code> defines a default <h3 id="format-of-the-external-file"><a class="anchor" href="#format-of-the-external-file"></a>Format of the External File</h3> <div class="paragraph"> <p>The file itself is located in Solr’s index directory, which by default is <code>$SOLR_HOME/data</code>. -The name of the file should be <code>external_fieldname_</code> or <code>external_fieldname_.*</code>. +The name of the file should be <code>external_fieldname</code> or <code>external_fieldname.*</code>. For the example above, then, the file could be named <code>external_entryRankFile</code> or <code>external_entryRankFile.txt</code>.</p> </div> <div class="admonitionblock tip">
