This is an automated email from the ASF dual-hosted git repository.
houston pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_9x by this push:
new 2f51d7680d4 Fix filename in external-files-processes.adoc
2f51d7680d4 is described below
commit 2f51d7680d4b195cb9109fa35aac7397938a3667
Author: Tara Zieminek <[email protected]>
AuthorDate: Tue Apr 18 11:26:52 2023 -0600
Fix filename in external-files-processes.adoc
---
.../modules/indexing-guide/pages/external-files-processes.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/solr/solr-ref-guide/modules/indexing-guide/pages/external-files-processes.adoc
b/solr/solr-ref-guide/modules/indexing-guide/pages/external-files-processes.adoc
index 7d4ade277f1..9d8ef590413 100644
---
a/solr/solr-ref-guide/modules/indexing-guide/pages/external-files-processes.adoc
+++
b/solr/solr-ref-guide/modules/indexing-guide/pages/external-files-processes.adoc
@@ -52,7 +52,7 @@ A `defVal` defines a default value that will be used if there
is no entry in the
=== Format of the External File
The file itself is located in Solr's index directory, which by default is
`$SOLR_HOME/data`.
-The name of the file should be `external_fieldname_` or
`external_fieldname_.*`.
+The name of the file should be `external_fieldname` or `external_fieldname.*`.
For the example above, then, the file could be named `external_entryRankFile`
or `external_entryRankFile.txt`.
[TIP]