git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@699471 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2008-09-26 20:01:03 +00:00
parent 2af426f296
commit 69fd3c455f
1 changed files with 1 additions and 1 deletions

View File

@ -485,7 +485,7 @@
</arr>
If you register a searchComponent to one of the standard names, that will be used instead.
To insert handlers before or after the 'standard' components, use:
To insert components before or after the 'standard' components, use:
<arr name="first-components">
<str>myFirstComponentName</str>