Formatting fix for ref-guide

This commit is contained in:
Jan Høydahl 2017-07-03 14:55:53 +02:00
parent bb2d6c128f
commit b978f37e65
1 changed files with 1 additions and 1 deletions

View File

@ -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.
====