Fix javadoc typo

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@824333 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2009-10-12 13:40:27 +00:00
parent b6e1c80247
commit 6ad7737fa1
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ import java.util.*;
* <p/>
* <p/>
* Like the {@link org.apache.solr.handler.FieldAnalysisRequestHandler}, this handler also supports query analysis by
* sending either an "analysis.query" or "q" request paraemter that holds the query text to be analyized. It also
* sending either an "analysis.query" or "q" request paraemter that holds the query text to be analyzed. It also
* supports the "analysis.showmatch" parameter which when set to {@code true}, all field tokens that match the query
* tokens will be marked as a "match".
*