Skip to content

Commit 34cea4c

Browse files
committed
updated docs to latest version
1 parent 4e8f132 commit 34cea4c

File tree

122 files changed

+7250
-3941
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+7250
-3941
lines changed

cluster/health.html

Lines changed: 28 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11

22

3+
4+
35
<!DOCTYPE html>
46
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
57
<head>
@@ -12,12 +14,12 @@
1214
<meta name="keywords" content="elastic, search, cloud, elasticsearch, indexing, lucene, distributed lucene, shay banon, .net, nest" />
1315
<meta name="author" content="martijn laarman" />
1416

15-
<link rel="stylesheet" type="text/css" href="http://mpdreamz.github.com/NEST/styles/layout.css">
16-
<link rel="stylesheet" type="text/css" href="http://mpdreamz.github.com/NEST/styles/pygments.css">
17+
<link rel="stylesheet" type="text/css" href="http://localhost:4000/styles/layout.css">
18+
<link rel="stylesheet" type="text/css" href="http://localhost:4000/styles/pygments.css">
1719
<link href='http://fonts.googleapis.com/css?family=Ubuntu+Mono|Ubuntu' rel='stylesheet' type='text/css'>
18-
<link href="http://mpdreamz.github.com/NEST/prettify/prettify.css" type="text/css" rel="stylesheet" />
19-
<link href="http://mpdreamz.github.com/NEST/prettify/sunburst.css" type="text/css" rel="stylesheet" />
20-
<script type="text/javascript" src="http://mpdreamz.github.com/NEST/prettify/prettify.js"></script>
20+
<link href="http://localhost:4000/prettify/prettify.css" type="text/css" rel="stylesheet" />
21+
<link href="http://localhost:4000/prettify/sunburst.css" type="text/css" rel="stylesheet" />
22+
<script type="text/javascript" src="http://localhost:4000/prettify/prettify.js"></script>
2123
<script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
2224
<script type="text/javascript" src="http://ajax.aspnetcdn.com/ajax/jquery.templates/beta1/jquery.tmpl.js"></script>
2325

@@ -38,36 +40,36 @@ <h4>External</h4>
3840
<aside id="menu">
3941
<ul id="top_left_menu">
4042

41-
<li><a href="http://mpdreamz.github.com/NEST">+ Concepts</a></li>
43+
<li><a href="http://localhost:4000">+ Concepts</a></li>
4244

4345

44-
<li><a class="" href="http://mpdreamz.github.com/NEST/core/index.html">+ Core</a></li>
46+
<li><a class="" href="http://localhost:4000/core/index.html">+ Core</a></li>
4547

4648

47-
<li><a class="" href="http://mpdreamz.github.com/NEST/indices/aliases.html">+ Indices</a></li>
49+
<li><a class="" href="http://localhost:4000/indices/aliases.html">+ Indices</a></li>
4850

4951

5052
<h4>- Cluster</h4>
5153
<ul>
52-
<li><a class="selected" href="http://mpdreamz.github.com/NEST/cluster/health.html">Health</a></li>
53-
<li><a class="" href="http://mpdreamz.github.com/NEST/cluster/state.html">State</a></li>
54-
<li><a class="" href="http://mpdreamz.github.com/NEST/cluster/update-settings.html">Update Settings</a></li>
55-
<li><a class="" href="http://mpdreamz.github.com/NEST/cluster/nodes-info.html">Nodes Info</a></li>
56-
<li><a class="" href="http://mpdreamz.github.com/NEST/cluster/nodes-stats.html">Nodes Stats</a></li>
57-
<li><a class="" href="http://mpdreamz.github.com/NEST/cluster/nodes-shutdown.html">Nodes Shutdown</a></li>
54+
<li><a class="selected" href="http://localhost:4000/cluster/health.html">Health</a></li>
55+
<li><a class="" href="http://localhost:4000/cluster/state.html">State</a></li>
56+
<li><a class="" href="http://localhost:4000/cluster/update-settings.html">Update Settings</a></li>
57+
<li><a class="" href="http://localhost:4000/cluster/nodes-info.html">Nodes Info</a></li>
58+
<li><a class="" href="http://localhost:4000/cluster/nodes-stats.html">Nodes Stats</a></li>
59+
<li><a class="" href="http://localhost:4000/cluster/nodes-shutdown.html">Nodes Shutdown</a></li>
5860
</ul>
5961

6062

61-
<li><a class="" href="http://mpdreamz.github.com/NEST/search/basics.html">+ Search</a></li>
63+
<li><a class="" href="http://localhost:4000/search/basics.html">+ Search</a></li>
6264

6365

64-
<li><a class="" href="http://mpdreamz.github.com/NEST/facets/handling.html">+ Facets</a></li>
66+
<li><a class="" href="http://localhost:4000/facets/handling.html">+ Facets</a></li>
6567

6668

67-
<li><a class="" href="http://mpdreamz.github.com/NEST/query/text.html">+ Query DSL</a></li>
69+
<li><a class="" href="http://localhost:4000/query/text.html">+ Query DSL</a></li>
6870

6971

70-
<li><a class="" href="http://mpdreamz.github.com/NEST/filter/and.html">+ Filter DSL</a></li>
72+
<li><a class="" href="http://localhost:4000/filter/and.html">+ Filter DSL</a></li>
7173

7274

7375

@@ -80,6 +82,14 @@ <h1>Health</h1>
8082

8183
<p>cluster health has not yet been mapped</p>
8284

85+
86+
<p>
87+
Spotted a mistake? Something to add?
88+
<a href="https://github.com/Mpdreamz/NEST/blob/master/docs/cluster/health.markdown">
89+
Fork and edit this file on github
90+
</a>
91+
without leaving the browser
92+
8393
</div>
8494
<section>
8595
</article>

cluster/nodes-info.html

Lines changed: 28 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11

22

3+
4+
35
<!DOCTYPE html>
46
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
57
<head>
@@ -12,12 +14,12 @@
1214
<meta name="keywords" content="elastic, search, cloud, elasticsearch, indexing, lucene, distributed lucene, shay banon, .net, nest" />
1315
<meta name="author" content="martijn laarman" />
1416

15-
<link rel="stylesheet" type="text/css" href="http://mpdreamz.github.com/NEST/styles/layout.css">
16-
<link rel="stylesheet" type="text/css" href="http://mpdreamz.github.com/NEST/styles/pygments.css">
17+
<link rel="stylesheet" type="text/css" href="http://localhost:4000/styles/layout.css">
18+
<link rel="stylesheet" type="text/css" href="http://localhost:4000/styles/pygments.css">
1719
<link href='http://fonts.googleapis.com/css?family=Ubuntu+Mono|Ubuntu' rel='stylesheet' type='text/css'>
18-
<link href="http://mpdreamz.github.com/NEST/prettify/prettify.css" type="text/css" rel="stylesheet" />
19-
<link href="http://mpdreamz.github.com/NEST/prettify/sunburst.css" type="text/css" rel="stylesheet" />
20-
<script type="text/javascript" src="http://mpdreamz.github.com/NEST/prettify/prettify.js"></script>
20+
<link href="http://localhost:4000/prettify/prettify.css" type="text/css" rel="stylesheet" />
21+
<link href="http://localhost:4000/prettify/sunburst.css" type="text/css" rel="stylesheet" />
22+
<script type="text/javascript" src="http://localhost:4000/prettify/prettify.js"></script>
2123
<script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
2224
<script type="text/javascript" src="http://ajax.aspnetcdn.com/ajax/jquery.templates/beta1/jquery.tmpl.js"></script>
2325

@@ -38,36 +40,36 @@ <h4>External</h4>
3840
<aside id="menu">
3941
<ul id="top_left_menu">
4042

41-
<li><a href="http://mpdreamz.github.com/NEST">+ Concepts</a></li>
43+
<li><a href="http://localhost:4000">+ Concepts</a></li>
4244

4345

44-
<li><a class="" href="http://mpdreamz.github.com/NEST/core/index.html">+ Core</a></li>
46+
<li><a class="" href="http://localhost:4000/core/index.html">+ Core</a></li>
4547

4648

47-
<li><a class="" href="http://mpdreamz.github.com/NEST/indices/aliases.html">+ Indices</a></li>
49+
<li><a class="" href="http://localhost:4000/indices/aliases.html">+ Indices</a></li>
4850

4951

5052
<h4>- Cluster</h4>
5153
<ul>
52-
<li><a class="" href="http://mpdreamz.github.com/NEST/cluster/health.html">Health</a></li>
53-
<li><a class="" href="http://mpdreamz.github.com/NEST/cluster/state.html">State</a></li>
54-
<li><a class="" href="http://mpdreamz.github.com/NEST/cluster/update-settings.html">Update Settings</a></li>
55-
<li><a class="selected" href="http://mpdreamz.github.com/NEST/cluster/nodes-info.html">Nodes Info</a></li>
56-
<li><a class="" href="http://mpdreamz.github.com/NEST/cluster/nodes-stats.html">Nodes Stats</a></li>
57-
<li><a class="" href="http://mpdreamz.github.com/NEST/cluster/nodes-shutdown.html">Nodes Shutdown</a></li>
54+
<li><a class="" href="http://localhost:4000/cluster/health.html">Health</a></li>
55+
<li><a class="" href="http://localhost:4000/cluster/state.html">State</a></li>
56+
<li><a class="" href="http://localhost:4000/cluster/update-settings.html">Update Settings</a></li>
57+
<li><a class="selected" href="http://localhost:4000/cluster/nodes-info.html">Nodes Info</a></li>
58+
<li><a class="" href="http://localhost:4000/cluster/nodes-stats.html">Nodes Stats</a></li>
59+
<li><a class="" href="http://localhost:4000/cluster/nodes-shutdown.html">Nodes Shutdown</a></li>
5860
</ul>
5961

6062

61-
<li><a class="" href="http://mpdreamz.github.com/NEST/search/basics.html">+ Search</a></li>
63+
<li><a class="" href="http://localhost:4000/search/basics.html">+ Search</a></li>
6264

6365

64-
<li><a class="" href="http://mpdreamz.github.com/NEST/facets/handling.html">+ Facets</a></li>
66+
<li><a class="" href="http://localhost:4000/facets/handling.html">+ Facets</a></li>
6567

6668

67-
<li><a class="" href="http://mpdreamz.github.com/NEST/query/text.html">+ Query DSL</a></li>
69+
<li><a class="" href="http://localhost:4000/query/text.html">+ Query DSL</a></li>
6870

6971

70-
<li><a class="" href="http://mpdreamz.github.com/NEST/filter/and.html">+ Filter DSL</a></li>
72+
<li><a class="" href="http://localhost:4000/filter/and.html">+ Filter DSL</a></li>
7173

7274

7375

@@ -80,6 +82,14 @@ <h1>Nodes info</h1>
8082

8183
<p>Nodes info has not yet been mapped</p>
8284

85+
86+
<p>
87+
Spotted a mistake? Something to add?
88+
<a href="https://github.com/Mpdreamz/NEST/blob/master/docs/cluster/nodes-info.markdown">
89+
Fork and edit this file on github
90+
</a>
91+
without leaving the browser
92+
8393
</div>
8494
<section>
8595
</article>

cluster/nodes-shutdown.html

Lines changed: 28 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11

22

3+
4+
35
<!DOCTYPE html>
46
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
57
<head>
@@ -12,12 +14,12 @@
1214
<meta name="keywords" content="elastic, search, cloud, elasticsearch, indexing, lucene, distributed lucene, shay banon, .net, nest" />
1315
<meta name="author" content="martijn laarman" />
1416

15-
<link rel="stylesheet" type="text/css" href="http://mpdreamz.github.com/NEST/styles/layout.css">
16-
<link rel="stylesheet" type="text/css" href="http://mpdreamz.github.com/NEST/styles/pygments.css">
17+
<link rel="stylesheet" type="text/css" href="http://localhost:4000/styles/layout.css">
18+
<link rel="stylesheet" type="text/css" href="http://localhost:4000/styles/pygments.css">
1719
<link href='http://fonts.googleapis.com/css?family=Ubuntu+Mono|Ubuntu' rel='stylesheet' type='text/css'>
18-
<link href="http://mpdreamz.github.com/NEST/prettify/prettify.css" type="text/css" rel="stylesheet" />
19-
<link href="http://mpdreamz.github.com/NEST/prettify/sunburst.css" type="text/css" rel="stylesheet" />
20-
<script type="text/javascript" src="http://mpdreamz.github.com/NEST/prettify/prettify.js"></script>
20+
<link href="http://localhost:4000/prettify/prettify.css" type="text/css" rel="stylesheet" />
21+
<link href="http://localhost:4000/prettify/sunburst.css" type="text/css" rel="stylesheet" />
22+
<script type="text/javascript" src="http://localhost:4000/prettify/prettify.js"></script>
2123
<script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
2224
<script type="text/javascript" src="http://ajax.aspnetcdn.com/ajax/jquery.templates/beta1/jquery.tmpl.js"></script>
2325

@@ -38,36 +40,36 @@ <h4>External</h4>
3840
<aside id="menu">
3941
<ul id="top_left_menu">
4042

41-
<li><a href="http://mpdreamz.github.com/NEST">+ Concepts</a></li>
43+
<li><a href="http://localhost:4000">+ Concepts</a></li>
4244

4345

44-
<li><a class="" href="http://mpdreamz.github.com/NEST/core/index.html">+ Core</a></li>
46+
<li><a class="" href="http://localhost:4000/core/index.html">+ Core</a></li>
4547

4648

47-
<li><a class="" href="http://mpdreamz.github.com/NEST/indices/aliases.html">+ Indices</a></li>
49+
<li><a class="" href="http://localhost:4000/indices/aliases.html">+ Indices</a></li>
4850

4951

5052
<h4>- Cluster</h4>
5153
<ul>
52-
<li><a class="" href="http://mpdreamz.github.com/NEST/cluster/health.html">Health</a></li>
53-
<li><a class="" href="http://mpdreamz.github.com/NEST/cluster/state.html">State</a></li>
54-
<li><a class="" href="http://mpdreamz.github.com/NEST/cluster/update-settings.html">Update Settings</a></li>
55-
<li><a class="" href="http://mpdreamz.github.com/NEST/cluster/nodes-info.html">Nodes Info</a></li>
56-
<li><a class="" href="http://mpdreamz.github.com/NEST/cluster/nodes-stats.html">Nodes Stats</a></li>
57-
<li><a class="selected" href="http://mpdreamz.github.com/NEST/cluster/nodes-shutdown.html">Nodes Shutdown</a></li>
54+
<li><a class="" href="http://localhost:4000/cluster/health.html">Health</a></li>
55+
<li><a class="" href="http://localhost:4000/cluster/state.html">State</a></li>
56+
<li><a class="" href="http://localhost:4000/cluster/update-settings.html">Update Settings</a></li>
57+
<li><a class="" href="http://localhost:4000/cluster/nodes-info.html">Nodes Info</a></li>
58+
<li><a class="" href="http://localhost:4000/cluster/nodes-stats.html">Nodes Stats</a></li>
59+
<li><a class="selected" href="http://localhost:4000/cluster/nodes-shutdown.html">Nodes Shutdown</a></li>
5860
</ul>
5961

6062

61-
<li><a class="" href="http://mpdreamz.github.com/NEST/search/basics.html">+ Search</a></li>
63+
<li><a class="" href="http://localhost:4000/search/basics.html">+ Search</a></li>
6264

6365

64-
<li><a class="" href="http://mpdreamz.github.com/NEST/facets/handling.html">+ Facets</a></li>
66+
<li><a class="" href="http://localhost:4000/facets/handling.html">+ Facets</a></li>
6567

6668

67-
<li><a class="" href="http://mpdreamz.github.com/NEST/query/text.html">+ Query DSL</a></li>
69+
<li><a class="" href="http://localhost:4000/query/text.html">+ Query DSL</a></li>
6870

6971

70-
<li><a class="" href="http://mpdreamz.github.com/NEST/filter/and.html">+ Filter DSL</a></li>
72+
<li><a class="" href="http://localhost:4000/filter/and.html">+ Filter DSL</a></li>
7173

7274

7375

@@ -80,6 +82,14 @@ <h1>Nodes shutdown</h1>
8082

8183
<p>nodes shutdown has not yet been mapped</p>
8284

85+
86+
<p>
87+
Spotted a mistake? Something to add?
88+
<a href="https://github.com/Mpdreamz/NEST/blob/master/docs/cluster/nodes-shutdown.markdown">
89+
Fork and edit this file on github
90+
</a>
91+
without leaving the browser
92+
8393
</div>
8494
<section>
8595
</article>

cluster/nodes-stats.html

Lines changed: 28 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11

22

3+
4+
35
<!DOCTYPE html>
46
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
57
<head>
@@ -12,12 +14,12 @@
1214
<meta name="keywords" content="elastic, search, cloud, elasticsearch, indexing, lucene, distributed lucene, shay banon, .net, nest" />
1315
<meta name="author" content="martijn laarman" />
1416

15-
<link rel="stylesheet" type="text/css" href="http://mpdreamz.github.com/NEST/styles/layout.css">
16-
<link rel="stylesheet" type="text/css" href="http://mpdreamz.github.com/NEST/styles/pygments.css">
17+
<link rel="stylesheet" type="text/css" href="http://localhost:4000/styles/layout.css">
18+
<link rel="stylesheet" type="text/css" href="http://localhost:4000/styles/pygments.css">
1719
<link href='http://fonts.googleapis.com/css?family=Ubuntu+Mono|Ubuntu' rel='stylesheet' type='text/css'>
18-
<link href="http://mpdreamz.github.com/NEST/prettify/prettify.css" type="text/css" rel="stylesheet" />
19-
<link href="http://mpdreamz.github.com/NEST/prettify/sunburst.css" type="text/css" rel="stylesheet" />
20-
<script type="text/javascript" src="http://mpdreamz.github.com/NEST/prettify/prettify.js"></script>
20+
<link href="http://localhost:4000/prettify/prettify.css" type="text/css" rel="stylesheet" />
21+
<link href="http://localhost:4000/prettify/sunburst.css" type="text/css" rel="stylesheet" />
22+
<script type="text/javascript" src="http://localhost:4000/prettify/prettify.js"></script>
2123
<script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
2224
<script type="text/javascript" src="http://ajax.aspnetcdn.com/ajax/jquery.templates/beta1/jquery.tmpl.js"></script>
2325

@@ -38,36 +40,36 @@ <h4>External</h4>
3840
<aside id="menu">
3941
<ul id="top_left_menu">
4042

41-
<li><a href="http://mpdreamz.github.com/NEST">+ Concepts</a></li>
43+
<li><a href="http://localhost:4000">+ Concepts</a></li>
4244

4345

44-
<li><a class="" href="http://mpdreamz.github.com/NEST/core/index.html">+ Core</a></li>
46+
<li><a class="" href="http://localhost:4000/core/index.html">+ Core</a></li>
4547

4648

47-
<li><a class="" href="http://mpdreamz.github.com/NEST/indices/aliases.html">+ Indices</a></li>
49+
<li><a class="" href="http://localhost:4000/indices/aliases.html">+ Indices</a></li>
4850

4951

5052
<h4>- Cluster</h4>
5153
<ul>
52-
<li><a class="" href="http://mpdreamz.github.com/NEST/cluster/health.html">Health</a></li>
53-
<li><a class="" href="http://mpdreamz.github.com/NEST/cluster/state.html">State</a></li>
54-
<li><a class="" href="http://mpdreamz.github.com/NEST/cluster/update-settings.html">Update Settings</a></li>
55-
<li><a class="" href="http://mpdreamz.github.com/NEST/cluster/nodes-info.html">Nodes Info</a></li>
56-
<li><a class="selected" href="http://mpdreamz.github.com/NEST/cluster/nodes-stats.html">Nodes Stats</a></li>
57-
<li><a class="" href="http://mpdreamz.github.com/NEST/cluster/nodes-shutdown.html">Nodes Shutdown</a></li>
54+
<li><a class="" href="http://localhost:4000/cluster/health.html">Health</a></li>
55+
<li><a class="" href="http://localhost:4000/cluster/state.html">State</a></li>
56+
<li><a class="" href="http://localhost:4000/cluster/update-settings.html">Update Settings</a></li>
57+
<li><a class="" href="http://localhost:4000/cluster/nodes-info.html">Nodes Info</a></li>
58+
<li><a class="selected" href="http://localhost:4000/cluster/nodes-stats.html">Nodes Stats</a></li>
59+
<li><a class="" href="http://localhost:4000/cluster/nodes-shutdown.html">Nodes Shutdown</a></li>
5860
</ul>
5961

6062

61-
<li><a class="" href="http://mpdreamz.github.com/NEST/search/basics.html">+ Search</a></li>
63+
<li><a class="" href="http://localhost:4000/search/basics.html">+ Search</a></li>
6264

6365

64-
<li><a class="" href="http://mpdreamz.github.com/NEST/facets/handling.html">+ Facets</a></li>
66+
<li><a class="" href="http://localhost:4000/facets/handling.html">+ Facets</a></li>
6567

6668

67-
<li><a class="" href="http://mpdreamz.github.com/NEST/query/text.html">+ Query DSL</a></li>
69+
<li><a class="" href="http://localhost:4000/query/text.html">+ Query DSL</a></li>
6870

6971

70-
<li><a class="" href="http://mpdreamz.github.com/NEST/filter/and.html">+ Filter DSL</a></li>
72+
<li><a class="" href="http://localhost:4000/filter/and.html">+ Filter DSL</a></li>
7173

7274

7375

@@ -80,6 +82,14 @@ <h1>Nodes stats</h1>
8082

8183
<p>Nodes stats has not yet been mapped</p>
8284

85+
86+
<p>
87+
Spotted a mistake? Something to add?
88+
<a href="https://github.com/Mpdreamz/NEST/blob/master/docs/cluster/nodes-stats.markdown">
89+
Fork and edit this file on github
90+
</a>
91+
without leaving the browser
92+
8393
</div>
8494
<section>
8595
</article>

0 commit comments

Comments
 (0)