|
| 1 | +--- |
| 2 | +layout: doc |
| 3 | +--- |
| 4 | + |
| 5 | +<div class="generic doccontent fiveeighty"> |
| 6 | + {{content}} |
| 7 | +</div> |
| 8 | + |
| 9 | +<div class="twoeighty right-float"> |
| 10 | + <div class="generic sidebar"> |
| 11 | + <h3>Setup</h3> |
| 12 | + <dl> |
| 13 | + <dt><a href="/docs/elasticsearch/setup/installation" id="setup">Installation</a></dt> |
| 14 | + <dd>Download and Installation</dd> |
| 15 | + <dt><a href="/docs/elasticsearch/setup/oneminintro" id="setup">1 Minute Introduction</a></dt> |
| 16 | + <dd>A quick introduction</dd> |
| 17 | + <dt><a href="/docs/elasticsearch/setup/configuration" id="setup">Configuration</a></dt> |
| 18 | + <dd>General configuration information</dd> |
| 19 | + <dt><a href="/docs/elasticsearch/setup/dirlayout" id="setup">Directory Layout</a></dt> |
| 20 | + <dd>Installation directory layout and what exists where</dd> |
| 21 | + </dl> |
| 22 | + |
| 23 | + <h3>Json Api</h3> |
| 24 | + <dl> |
| 25 | + <dt><a href="/docs/elasticsearch/json_api" id="json_api">Overview</a></dt> |
| 26 | + <dd>JSON over HTTP RESTful API</dd> |
| 27 | + <dt><a href="/docs/elasticsearch/json_api/index" id="json_api">Index</a></dt> |
| 28 | + <dd>Index a JSON document</dd> |
| 29 | + <dt><a href="/docs/elasticsearch/json_api/get" id="json_api">Get</a></dt> |
| 30 | + <dd>Get a document by id</dd> |
| 31 | + <dt><a href="/docs/elasticsearch/json_api/delete" id="json_api">Delete</a></dt> |
| 32 | + <dd>Delete a document by id</dd> |
| 33 | + <dt><a href="/docs/elasticsearch/json_api/delete_by_query" id="json_api">Delete By Query</a></dt> |
| 34 | + <dd>Delete all documents using a query</dd> |
| 35 | + <dt><a href="/docs/elasticsearch/json_api/count" id="json_api">Count</a></dt> |
| 36 | + <dd>Count number of documents using a query</dd> |
| 37 | + <dt><a href="/docs/elasticsearch/json_api/search" id="json_api">Search</a></dt> |
| 38 | + <dd>Search documents based on a query</dd> |
| 39 | + <div class="thinseparator"></div> |
| 40 | + <dt><a href="/docs/elasticsearch/json_api/admin" id="json_api">Admin</a> | <a href="/docs/elasticsearch/json_api/admin/indices" id="json_api">Indices</a> |
| 41 | + </dt> |
| 42 | + <dd>Indices based API</dd> |
| 43 | + <dl> |
| 44 | + <dt><a href="/docs/elasticsearch/json_api/admin/indices/status" id="json_api">Status</a></dt> |
| 45 | + <dd>Retrieve the status of one or more indices</dd> |
| 46 | + <dt><a href="/docs/elasticsearch/json_api/admin/indices/create_index" id="json_api">Create Index</a></dt> |
| 47 | + <dd>Create an index with optional settings</dd> |
| 48 | + <dt><a href="/docs/elasticsearch/json_api/admin/indices/delete_index" id="json_api">Delete Index</a></dt> |
| 49 | + <dd>Delete an index</dd> |
| 50 | + <dt><a href="/docs/elasticsearch/json_api/admin/indices/create_mapping" id="json_api">Create Mapping</a></dt> |
| 51 | + <dd>Creates type mapping definition in one or more indices</dd> |
| 52 | + <dt><a href="/docs/elasticsearch/json_api/admin/indices/flush" id="json_api">Flush</a></dt> |
| 53 | + <dd>Flushes one ore more indices (clear memory)</dd> |
| 54 | + <dt><a href="/docs/elasticsearch/json_api/admin/indices/refresh" id="json_api">Refresh</a></dt> |
| 55 | + <dd>Refresh one ore more indices</dd> |
| 56 | + <dt><a href="/docs/elasticsearch/json_api/admin/indices/gateway_snapshot" id="json_api">Gateway Snapshot</a></dt> |
| 57 | + <dd>Gateway snapshot one or more indices</dd> |
| 58 | + </dl> |
| 59 | + <div class="thinseparator"></div> |
| 60 | + <dt><a href="/docs/elasticsearch/json_api/admin" id="json_api">Admin</a> | <a href="/docs/elasticsearch/json_api/admin/cluster" id="json_api">Cluster</a> |
| 61 | + </dt> |
| 62 | + <dd>Cluster based API</dd> |
| 63 | + <dl> |
| 64 | + <dt><a href="/docs/elasticsearch/json_api/admin/cluster/state" id="json_api">State</a></dt> |
| 65 | + <dd>Retrieve the cluster state</dd> |
| 66 | + <dt><a href="/docs/elasticsearch/json_api/admin/cluster/nodes_info" id="json_api">Nodes Info</a></dt> |
| 67 | + <dd>Retrieve one or more nodes information</dd> |
| 68 | + </dl> |
| 69 | + </dl> |
| 70 | + |
| 71 | + <h3>Mapping</h3> |
| 72 | + <dl> |
| 73 | + <dt><a href="/docs/elasticsearch/mapping" id="mapping">Overview</a></dt> |
| 74 | + <dd>Mapping introduction</dd> |
| 75 | + <dt><a href="/docs/elasticsearch/mapping/core_types" id="mapping">Core Types</a></dt> |
| 76 | + <dd>Field level types supported</dd> |
| 77 | + <dt><a href="/docs/elasticsearch/mapping/object_type" id="mapping">Object Type</a></dt> |
| 78 | + <dd>Embedded JSON object mapping</dd> |
| 79 | + <dt><a href="/docs/elasticsearch/mapping/array_type" id="mapping">Array Type</a></dt> |
| 80 | + <dd>JSON array maping</dd> |
| 81 | + <dt><a href="/docs/elasticsearch/mapping/root_object_type" id="mapping">Root Object Type</a></dt> |
| 82 | + <dd>Root JSON object mapping</dd> |
| 83 | + </dl> |
| 84 | + |
| 85 | + <h3>Modules</h3> |
| 86 | + <dl> |
| 87 | + <dt><a href="/docs/elasticsearch/modules" id="modules">Overview</a></dt> |
| 88 | + <dd>Modules introduction</dd> |
| 89 | + <dt><a href="/docs/elasticsearch/modules/node" id="modules">Node</a></dt> |
| 90 | + <dd>Node level settings and configuration</dd> |
| 91 | + <dl> |
| 92 | + <dt><a href="/docs/elasticsearch/modules/node/network" id="modules">Network</a></dt> |
| 93 | + <dd>Network level settings</dd> |
| 94 | + <dt><a href="/docs/elasticsearch/modules/node/data_node" id="modules">Data Node</a></dt> |
| 95 | + <dd>Enable or disable nodes from storing actual data.</dd> |
| 96 | + </dl> |
| 97 | + <dt><a href="/docs/elasticsearch/modules/transport" id="modules">Transport</a></dt> |
| 98 | + <dd>Internal communication layer between nodes</dd> |
| 99 | + <dt><a href="/docs/elasticsearch/modules/http" id="modules">HTTP</a></dt> |
| 100 | + <dd>HTTP based transport</dd> |
| 101 | + <dt><a href="/docs/elasticsearch/modules/discovery" id="modules">Discovery</a></dt> |
| 102 | + <dd>Discovery of nodes</dd> |
| 103 | + <dt><a href="/docs/elasticsearch/modules/gateway" id="modules">Gateway</a></dt> |
| 104 | + <dd>Persistent storage of cluster meta data</dd> |
| 105 | + <dt><a href="/docs/elasticsearch/modules/memory_monitor" id="modules">Memory Monitor</a></dt> |
| 106 | + <dd>Monitors and keep the memory allocated at bay</dd> |
| 107 | + <dt><a href="/docs/elasticsearch/modules/jmx" id="modules">JMX</a></dt> |
| 108 | + <dd>JMX monitoring</dd> |
| 109 | + <dt><a href="/docs/elasticsearch/modules/threadpool" id="modules">ThreadPool</a></dt> |
| 110 | + <dd>ThreadPool type and configuration</dd> |
| 111 | + </dl> |
| 112 | + |
| 113 | + <h3>Index Modules</h3> |
| 114 | + <dl> |
| 115 | + <dt><a href="/docs/elasticsearch/index_modules" id="index_modules">Overview</a></dt> |
| 116 | + <dd>Index modules introduction</dd> |
| 117 | + <dt><a href="/docs/elasticsearch/index_modules/store" id="index_modules">Store</a></dt> |
| 118 | + <dd>Shard index storage type and settings</dd> |
| 119 | + <dt><a href="/docs/elasticsearch/index_modules/analysis" id="index_modules">Analysis</a></dt> |
| 120 | + <dd>Analysis based configuration and settings</dd> |
| 121 | + <dt><a href="/docs/elasticsearch/index_modules/gateway" id="index_modules">Gateway</a></dt> |
| 122 | + <dd>Persistent storage of indices</dd> |
| 123 | + <dt><a href="/docs/elasticsearch/index_modules/mapper" id="index_modules">Mapper</a></dt> |
| 124 | + <dd>Mapping registry and configuration</dd> |
| 125 | + <dt><a href="/docs/elasticsearch/index_modules/engine" id="index_modules">Engine</a></dt> |
| 126 | + <dd>The actual module that performs operations</dd> |
| 127 | + <dt><a href="/docs/elasticsearch/index_modules/merge" id="index_modules">Merge</a></dt> |
| 128 | + <dd>Shard (Lucene) index segment merge configuration</dd> |
| 129 | + </dl> |
| 130 | + </div> |
| 131 | +</div> |
0 commit comments