Add a comment on the use of the example SpellCheckComponent Request Handler

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@725318 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Grant Ingersoll 2008-12-10 16:01:14 +00:00
parent 4cd9fcf778
commit f85a03ffb0
1 changed files with 9 additions and 2 deletions

View File

@ -592,8 +592,15 @@
</lst>
</searchComponent>
<!-- a request handler utilizing the spellcheck component. This is purely as an example.
You will likely want to add the component to your already specified request handlers. -->
<!-- A request handler utilizing the spellcheck component.
################################################################################################
NOTE: This is purely as an example. The whole purpose of the SpellCheckComponent is to hook it into
the request handler that handles (i.e. the standard or dismax SearchHandler)
queries such that a separate request is not needed to get suggestions.
IN OTHER WORDS, THERE IS REALLY GOOD CHANCE THE SETUP BELOW IS NOT WHAT YOU WANT FOR YOUR PRODUCTION SYSTEM!
################################################################################################
-->
<requestHandler name="/spellCheckCompRH" class="solr.SearchHandler">
<lst name="defaults">
<!-- omp = Only More Popular -->