You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by tf...@apache.org on 2017/05/25 21:54:50 UTC

lucene-solr:master: Fix minor typo in docstring

Repository: lucene-solr
Updated Branches:
  refs/heads/master 78e7e1c30 -> 5f12becb1


Fix minor typo in docstring

Closes PR #203


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/5f12becb
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/5f12becb
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/5f12becb

Branch: refs/heads/master
Commit: 5f12becb15462a78866588ab6a479133e2ec9a4d
Parents: 78e7e1c
Author: Chronial <gi...@chron.visiondesigns.de>
Authored: Thu May 18 20:05:18 2017 +0200
Committer: Tomas Fernandez Lobbe <tf...@apache.org>
Committed: Thu May 25 14:54:30 2017 -0700

----------------------------------------------------------------------
 .../src/java/org/apache/solr/common/params/AnalysisParams.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/5f12becb/solr/solrj/src/java/org/apache/solr/common/params/AnalysisParams.java
----------------------------------------------------------------------
diff --git a/solr/solrj/src/java/org/apache/solr/common/params/AnalysisParams.java b/solr/solrj/src/java/org/apache/solr/common/params/AnalysisParams.java
index 95a3bdc..74de3f7 100644
--- a/solr/solrj/src/java/org/apache/solr/common/params/AnalysisParams.java
+++ b/solr/solrj/src/java/org/apache/solr/common/params/AnalysisParams.java
@@ -35,7 +35,7 @@ public interface AnalysisParams {
   static final String QUERY = PREFIX + ".query";
 
   /**
-   * Set to {@code true} to indicate that the index tokens that match query tokens should be marked as "mateched".
+   * Set to {@code true} to indicate that the index tokens that match query tokens should be marked as "matched".
    */
   static final String SHOW_MATCH = PREFIX + ".showmatch";