You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2017/12/04 23:06:18 UTC

[3/4] lucene-solr:branch_7x: minor cleanup on spell checking page

minor cleanup on spell checking page


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

Branch: refs/heads/branch_7x
Commit: b8c9c4e644bfc3ee204205e34b8e0ea0fd9acf50
Parents: 3dc61db
Author: Steve Rowe <sa...@apache.org>
Authored: Mon Dec 4 18:04:47 2017 -0500
Committer: Steve Rowe <sa...@apache.org>
Committed: Mon Dec 4 18:05:41 2017 -0500

----------------------------------------------------------------------
 solr/solr-ref-guide/src/spell-checking.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/b8c9c4e6/solr/solr-ref-guide/src/spell-checking.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/spell-checking.adoc b/solr/solr-ref-guide/src/spell-checking.adoc
index bafeb78..12818b2 100644
--- a/solr/solr-ref-guide/src/spell-checking.adoc
+++ b/solr/solr-ref-guide/src/spell-checking.adoc
@@ -192,7 +192,7 @@ If set to `true`, this parameter reloads the spellchecker. The results depend on
 This parameter specifies the maximum number of suggestions that the spellchecker should return for a term. If this parameter isn't set, the value defaults to `1`. If the parameter is set but not assigned a number, the value defaults to `5`. If the parameter is set to a positive integer, that number becomes the maximum number of suggestions returned by the spellchecker.
 
 `spellcheck.onlyMorePopular`::
-If `true`, Solr will to return suggestions that result in more hits for the query than the existing query. Note that this will return more popular suggestions even when the given query term is present in the index and considered "correct".
+If `true`, Solr will return suggestions that result in more hits for the query than the existing query. Note that this will return more popular suggestions even when the given query term is present in the index and considered "correct".
 
 `spellcheck.maxResultsForSuggest`::
 If, for example, this is set to `5` and the user's query returns 5 or fewer results, the spellchecker will report "correctlySpelled=false" and also offer suggestions (and collations if requested). Setting this greater than zero is useful for creating "did-you-mean?" suggestions for queries that return a low number of hits.