Skip to content

Commit b932cb2

Browse files
committed
Tweak formatting
1 parent 7337062 commit b932cb2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

solr/solr-ref-guide/modules/indexing-guide/pages/indexing-with-v2-apis.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The following sub-paths are available:
4444
|`/update/json` |JSON (array of documents) |Same behavior as `/update`; document arrays only
4545
|`/update/xml` |XML |Supports full XML update syntax (add, delete, commit, optimize)
4646
|`/update/csv` |CSV |Equivalent to v1 `/update/csv`
47-
|`/update/bin` |JavaBin |Equivalent to v1 `/update` with `Content-Type: application/javabin`
47+
|`/update/bin` |Javabin |Equivalent to v1 `/update` with `Content-Type: application/javabin`
4848
|===
4949

5050
IMPORTANT: The v2 `/update` and `/update/json` endpoints are document-only: they process a JSON array of documents (like the v1 `/update/json/docs` path) and do *not* support the full xref:indexing-with-update-handlers.adoc#sending-json-update-commands[JSON update command syntax] (commit, delete, optimize within the request body).
@@ -130,9 +130,9 @@ id,title
130130
2,Doc 2'
131131
----
132132

133-
== JavaBin Document Indexing
133+
== Javabin Document Indexing
134134

135-
The v2 `/update/bin` endpoint accepts documents in JavaBin format, which is the native binary format used by SolrJ.
135+
The v2 `/update/bin` endpoint accepts documents in Javabin format, which is the native binary format used by SolrJ.
136136
This endpoint is primarily intended for use by SolrJ clients.
137137

138138
== Commit and Rollback
@@ -177,7 +177,7 @@ The table below summarizes the key differences between the v1 and v2 update endp
177177
|JSON update commands (commit/delete/optimize) |`/update` |Not supported via `/update` or `/update/json`; use `/update/xml` or URL params
178178
|XML updates |`/update` (via Content-Type) |`/update/xml`
179179
|CSV updates |`/update/csv` |`/update/csv`
180-
|JavaBin updates |`/update` (via Content-Type) |`/update/bin`
180+
|Javabin updates |`/update` (via Content-Type) |`/update/bin`
181181
|===
182182

183183
For full details on the v1 update handlers, see xref:indexing-with-update-handlers.adoc[].

0 commit comments

Comments
 (0)