Author: ehatcher
Date: Mon Oct 12 13:40:27 2009
New Revision: 824333

URL: http://svn.apache.org/viewvc?rev=824333&view=rev
Log:
Fix javadoc typo

Modified:
    
lucene/solr/trunk/src/java/org/apache/solr/handler/DocumentAnalysisRequestHandler.java

Modified: 
lucene/solr/trunk/src/java/org/apache/solr/handler/DocumentAnalysisRequestHandler.java
URL: 
http://svn.apache.org/viewvc/lucene/solr/trunk/src/java/org/apache/solr/handler/DocumentAnalysisRequestHandler.java?rev=824333&r1=824332&r2=824333&view=diff
==============================================================================
--- 
lucene/solr/trunk/src/java/org/apache/solr/handler/DocumentAnalysisRequestHandler.java
 (original)
+++ 
lucene/solr/trunk/src/java/org/apache/solr/handler/DocumentAnalysisRequestHandler.java
 Mon Oct 12 13:40:27 2009
@@ -67,7 +67,7 @@
  * <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".
  *


Reply via email to