-
Notifications
You must be signed in to change notification settings - Fork 58
/
_pkgdown.yml
83 lines (83 loc) · 1.61 KB
/
_pkgdown.yml
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
reference:
- title: "elastic"
desc: >
High level overview of package
contents:
- elastic
- elastic-defunct
- title: "Connect"
contents:
- connect
- ping
- title: "Cat"
contents:
- starts_with("cat_")
- title: "Search"
desc: >
Various search APIs
contents:
- starts_with("Search")
- starts_with("search")
- msearch
- count
- explain
- validate
- field_stats
- field_caps
- fielddata
- percolate
- scroll
- preference
- title: "Documents"
desc: >
Work with document APIs
contents:
- starts_with("docs_")
- matches("documents")
- termvectors
- mtermvectors
- title: "Indices"
desc: >
Index APIs
contents:
- starts_with("index_")
- starts_with("alias_")
- starts_with("mapping_")
- field_mapping_get
- type_exists
- reindex
- title: "Analysis"
desc: >
Analysis APIs
contents:
- starts_with("tokenizer_")
- title: "Ingest"
desc: >
Ingest APIs
contents:
- ingest
- starts_with("pipeline_")
- title: "Cluster"
desc: >
Cluster/Nodes APIs
contents:
- nodes
- cluster
- tasks
- starts_with("nodes_")
- starts_with("cluster_")
- starts_with("tasks")
- title: "Utilities"
desc: >
Various utility functions
contents:
- units-distance
- units-time
- type_remover
articles:
- title: elastic introduction
contents:
- elastic
- title: elastic searching
contents:
- search