Skip to content

Commit 9a301ac

Browse files
committed
root was set to local address
1 parent 34cea4c commit 9a301ac

File tree

119 files changed

+3817
-4055
lines changed

Some content is hidden

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

119 files changed

+3817
-4055
lines changed

cluster/health.html

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

22

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

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">
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">
1917
<link href='http://fonts.googleapis.com/css?family=Ubuntu+Mono|Ubuntu' rel='stylesheet' type='text/css'>
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>
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>
2321
<script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
2422
<script type="text/javascript" src="http://ajax.aspnetcdn.com/ajax/jquery.templates/beta1/jquery.tmpl.js"></script>
2523

@@ -40,36 +38,36 @@ <h4>External</h4>
4038
<aside id="menu">
4139
<ul id="top_left_menu">
4240

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

4543

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

4846

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

5149

5250
<h4>- Cluster</h4>
5351
<ul>
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>
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>
6058
</ul>
6159

6260

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

6563

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

6866

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

7169

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

7472

7573

cluster/nodes-info.html

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

22

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

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">
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">
1917
<link href='http://fonts.googleapis.com/css?family=Ubuntu+Mono|Ubuntu' rel='stylesheet' type='text/css'>
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>
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>
2321
<script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
2422
<script type="text/javascript" src="http://ajax.aspnetcdn.com/ajax/jquery.templates/beta1/jquery.tmpl.js"></script>
2523

@@ -40,36 +38,36 @@ <h4>External</h4>
4038
<aside id="menu">
4139
<ul id="top_left_menu">
4240

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

4543

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

4846

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

5149

5250
<h4>- Cluster</h4>
5351
<ul>
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>
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>
6058
</ul>
6159

6260

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

6563

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

6866

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

7169

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

7472

7573

cluster/nodes-shutdown.html

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

22

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

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">
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">
1917
<link href='http://fonts.googleapis.com/css?family=Ubuntu+Mono|Ubuntu' rel='stylesheet' type='text/css'>
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>
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>
2321
<script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
2422
<script type="text/javascript" src="http://ajax.aspnetcdn.com/ajax/jquery.templates/beta1/jquery.tmpl.js"></script>
2523

@@ -40,36 +38,36 @@ <h4>External</h4>
4038
<aside id="menu">
4139
<ul id="top_left_menu">
4240

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

4543

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

4846

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

5149

5250
<h4>- Cluster</h4>
5351
<ul>
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>
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>
6058
</ul>
6159

6260

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

6563

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

6866

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

7169

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

7472

7573

cluster/nodes-stats.html

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

22

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

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">
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">
1917
<link href='http://fonts.googleapis.com/css?family=Ubuntu+Mono|Ubuntu' rel='stylesheet' type='text/css'>
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>
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>
2321
<script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
2422
<script type="text/javascript" src="http://ajax.aspnetcdn.com/ajax/jquery.templates/beta1/jquery.tmpl.js"></script>
2523

@@ -40,36 +38,36 @@ <h4>External</h4>
4038
<aside id="menu">
4139
<ul id="top_left_menu">
4240

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

4543

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

4846

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

5149

5250
<h4>- Cluster</h4>
5351
<ul>
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>
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>
6058
</ul>
6159

6260

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

6563

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

6866

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

7169

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

7472

7573

0 commit comments

Comments
 (0)