Fixed the string() code literal in the java client index api doc.
This commit is contained in:
parent
80ab15dfc1
commit
593f98a373
|
@ -114,7 +114,7 @@ Note that you can also add arrays with `startArray(String)` and
|
||||||
other XContentBuilder objects.
|
other XContentBuilder objects.
|
||||||
|
|
||||||
If you need to see the generated JSON content, you can use the
|
If you need to see the generated JSON content, you can use the
|
||||||
@string()@method.
|
`string()` method.
|
||||||
|
|
||||||
[source,java]
|
[source,java]
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue