File: docs.asciidoc

package info (click to toggle)
elasticsearch 1.0.3%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 37,220 kB
  • sloc: java: 365,486; xml: 1,258; sh: 714; python: 505; ruby: 354; perl: 134; makefile: 41
file content (44 lines) | stat: -rw-r--r-- 788 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[[docs]]
= Document APIs

[partintro]
--

This section describes the following CRUD APIs:

.Single document APIs
* <<docs-index_>>
* <<docs-get>>
* <<docs-delete>>
* <<docs-update>>

.Multi-document APIs
* <<docs-multi-get>>
* <<docs-bulk>>
* <<docs-bulk-udp>>
* <<docs-delete-by-query>>

NOTE: All CRUD APIs are single-index APIs. The `index` parameter accepts a single
index name, or an `alias` which points to a single index.

--

include::docs/index_.asciidoc[]

include::docs/get.asciidoc[]

include::docs/delete.asciidoc[]

include::docs/update.asciidoc[]

include::docs/multi-get.asciidoc[]

include::docs/bulk.asciidoc[]

include::docs/delete-by-query.asciidoc[]

include::docs/bulk-udp.asciidoc[]

include::docs/termvectors.asciidoc[]

include::docs/multi-termvectors.asciidoc[]