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

[49/53] [abbrv] lucene-solr:feature/autoscaling: Formatting fix for ref-guide

Formatting fix for ref-guide


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

Branch: refs/heads/feature/autoscaling
Commit: b978f37e658877f6ffb0241df70cd8255ac74433
Parents: bb2d6c1
Author: Jan Høydahl <ja...@apache.org>
Authored: Mon Jul 3 14:55:53 2017 +0200
Committer: Jan Høydahl <ja...@apache.org>
Committed: Mon Jul 3 14:56:06 2017 +0200

----------------------------------------------------------------------
 solr/solr-ref-guide/src/uploading-data-with-index-handlers.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/b978f37e/solr/solr-ref-guide/src/uploading-data-with-index-handlers.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/uploading-data-with-index-handlers.adoc b/solr/solr-ref-guide/src/uploading-data-with-index-handlers.adoc
index 6a9d350..a8c56bb 100644
--- a/solr/solr-ref-guide/src/uploading-data-with-index-handlers.adoc
+++ b/solr/solr-ref-guide/src/uploading-data-with-index-handlers.adoc
@@ -132,7 +132,7 @@ Documents can be deleted from the index in two ways. "Delete by ID" deletes the
 [IMPORTANT]
 ====
 
-When using the Join query parser in a Delete By Query, you should use the `score` parameter with a value of " `none`" to avoid a `ClassCastException`. See the section on the <<other-parsers.adoc#other-parsers,Join Query Parser>> for more details on the `score` parameter.
+When using the Join query parser in a Delete By Query, you should use the `score` parameter with a value of "none" to avoid a `ClassCastException`. See the section on the <<other-parsers.adoc#other-parsers,Join Query Parser>> for more details on the `score` parameter.
 
 ====