You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ab...@apache.org on 2017/12/07 12:45:09 UTC

[15/50] [abbrv] lucene-solr:jira/solr-11285-sim: 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/ccedbdd9
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/ccedbdd9
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/ccedbdd9

Branch: refs/heads/jira/solr-11285-sim
Commit: ccedbdd9d6d4c0f2206095c209b9c3303070ade5
Parents: c72c02e
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:04:47 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/ccedbdd9/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.