Skip to content

Commit 52a308f

Browse files
committed
initial site commit
1 parent 334a1d5 commit 52a308f

File tree

277 files changed

+6823
-8
lines changed

Some content is hidden

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

277 files changed

+6823
-8
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
_site/
2+
.DS_Store

_includes/analyticsfooter.html

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<script type="text/javascript">
2+
(function() {
3+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
4+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
5+
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga);
6+
})();
7+
</script>

_includes/analyticsheader.html

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<script type="text/javascript">
2+
var _gaq = _gaq || [];
3+
_gaq.push(['_setAccount', 'UA-12395217-1']);
4+
_gaq.push(['_setDomainName', ".elasticsearch.com"]);
5+
_gaq.push(['_trackPageview']);
6+
</script>

_includes/footer.html

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!-- FOOTER -->
2+
<div class="footerwrapper clear">
3+
<div class="footer">
4+
<p>Copyright 2010 Elastic Search. All Rights Reserved.</p>
5+
<ul class="footermenu">
6+
<li><a href="/">Resources</a>
7+
<ul>
8+
<li><a href="/blog">Blog</a></li>
9+
<li><a href="/community/twitter">Twitter</a></li>
10+
<li><a href="/videos">Videos</a></li>
11+
<li><a href="/download">Download</a></li>
12+
</ul>
13+
</li>
14+
<li><a href="/blog">Latest</a>
15+
<ul>
16+
{% for post in site.categories.blog limit:5 %}
17+
<li><a href="{{post.url}}">{{post.title}}</a></li>
18+
{% endfor %}
19+
</ul>
20+
</li>
21+
</ul>
22+
<a href="http://www.auerdesign.com" class="auer">Designed by Dan Auer</a>
23+
</div>
24+
</div>
25+
<!-- END FOOTER -->

_includes/header.html

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<!-- START SITEHEADER -->
2+
<div class="siteheaderwrapper">
3+
<div class="siteheader">
4+
<h1 class="hidden"><a href="/" class="hidden">Elastic Search</a></h1>
5+
<h2 class="hidden">Search Engine for the Cloud</h2>
6+
<div class="sitelinks">
7+
<a href="/products/">Products</a> &middot; <a href="/community/">Community</a> &middot; <a href="/docs/">Docs</a> &middot; <a href="/download/">Download</a>
8+
</div>
9+
10+
<div class='homeLink'>
11+
<div class='branding'>
12+
<a href='/'><img height="120px" alt='ElasticSearch' rel='nofollow' src='/images/logo.png' title='Return to home' /></a>
13+
</div>
14+
</div>
15+
</div>
16+
</div>
17+
<!-- END SITEHEADER -->
18+
<div class="dropshadow"></div>

_includes/lazyscripts.html

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<script type="text/javascript" src="/scripts/prettify/prettify.js"></script>
2+
<script type="text/javascript">
3+
prettyPrint();
4+
</script>

_layouts/blog.html

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
layout: default
3+
---
4+
5+
<div class="siteheadersep"></div>
6+
<div class="generic fiveeighty">
7+
{{content}}
8+
</div>
9+
<div class="generic twoeighty right-float">
10+
<div style="text-align: center;">
11+
<a href="http://feeds.feedburner.com/elasticsearchblog"><img alt="subscribe to blog feed" src="/images/set3/rss2_128.png" height="100px"></img></a>&nbsp;
12+
<a href="/community/twitter"><img height="100px" alt="twitter" src="/images/set3/twitter128.png"></img></a>
13+
</div>
14+
<div>
15+
<div class="separator"></div>
16+
{% for post in site.categories.blog limit:10 %}
17+
<h2 style="margin-bottom: 0.1em"><a href="{{post.url}}">{{post.title}}</a></h2>
18+
<div style="margin-bottom: 1em">By <a href="/blog/{{post.nick}}">{{post.author}}</a> on {{post.date | date_to_string}}</div>
19+
{% endfor %}
20+
</div>
21+
<div class="separator"></div>
22+
</div>

_layouts/blogpost.html

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
layout: blog
3+
---
4+
5+
<h1 style="margin-bottom: 0em;">{{page.title}}</h1>
6+
<div style="margin-bottom: 2em;">By <a href="/blog/{{page.nick}}">{{page.author}}</a> | {{page.date | date_to_string}}</div>
7+
8+
{{content}}
9+
10+
<div class="separator"></div>
11+
12+
<div class="generic">
13+
<script>
14+
var idcomments_acct = '5516f9588c4ee38e146bb90373a99144';
15+
var idcomments_post_id;
16+
var idcomments_post_url;
17+
</script>
18+
<span id="IDCommentsPostTitle" style="display:none"></span>
19+
<script type='text/javascript' src='http://www.intensedebate.com/js/genericCommentWrapperV2.js'></script>
20+
</div>

_layouts/clean.html

+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
3+
<head>
4+
<title>Elastic Search - {{ page.title }}</title>
5+
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
6+
<meta name="description" content="Elastic Search">
7+
<meta name="keywords" content="elastic, search, cloud, elasticsearch, indexing, lucene, distributed lucene, shay banon">
8+
<meta name="author" content="Shay Banon">
9+
10+
<link href="http://feeds.feedburner.com/elasticsearch" rel="alternate" title="Shay Banon" type="application/atom+xml" />
11+
12+
<link rel="stylesheet" type="text/css" href="/scripts/breadcrumb/breadcrumb.css">
13+
<link rel="stylesheet" type="text/css" href="/scripts/prettify/prettify.css">
14+
<link rel="stylesheet" type="text/css" href="/scripts/gallery/gallery.css">
15+
<link rel="stylesheet" type="text/css" href="/scripts/fancybox/jquery.fancybox-1.2.6.css" media="screen" />
16+
17+
<link rel="stylesheet" type="text/css" href="/styles/typogriphdy.css">
18+
<!--[if IE]><link rel="stylesheet" type="text/css" href="/styles/typogriphdy-ie.css" /><![endif]-->
19+
<link rel="stylesheet" type="text/css" href="/styles/style.css">
20+
<!--[if IE]><link rel="stylesheet" type="text/css" href="/styles/style-ie.css" /><![endif]-->
21+
22+
<script type="text/javascript" src="/scripts/jquery-1.3.2.min.js"></script>
23+
<script type="text/javascript" src="/scripts/jquery-ui-1.7.2.min.js"></script>
24+
<script type="text/javascript" src="/scripts/jquery.easing.1.3.js"></script>
25+
<script type="text/javascript" src="/scripts/infinitecarousel/jquery.infinitecarousel2.min.js"></script>
26+
<script type="text/javascript" src="/scripts/breadcrumb/jquery.jBreadCrumb.1.1.js"></script>
27+
<script type="text/javascript" src="/scripts/jquery.corner.js"></script>
28+
<script type="text/javascript" src="/scripts/fancybox/jquery.fancybox-1.2.6.pack.js"></script>
29+
<script type="text/javascript">
30+
$(document).ready(function() {
31+
$("a.zoom").fancybox({
32+
'zoomOpacity' : true,
33+
'overlayShow' : false,
34+
'zoomSpeedIn' : 500,
35+
'zoomSpeedOut' : 500
36+
});
37+
});
38+
</script>
39+
</head>
40+
41+
<body>
42+
{% include analyticsheader.html %}
43+
{% include header.html %}
44+
<div id="container">
45+
{{ content }}
46+
</div>
47+
{% include lazyscripts.html %}
48+
{% include analyticsfooter.html %}
49+
{% include footer.html %}
50+
</body>
51+
</html>

_layouts/default.html

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
layout: clean
3+
---
4+
5+
<div id="wrapper">
6+
{{content}}
7+
</div>

_layouts/doc.html

+57
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
---
2+
layout: default
3+
---
4+
5+
<div class="doc">
6+
<div class="generic breadCrumbHolder module">
7+
<div id="breadCrumb" class="breadCrumb module">
8+
<ul id="breadCrumbContent">
9+
<li>
10+
<a href="/">Home</a>
11+
</li>
12+
<li>
13+
<a href="/docs/"><img src="/images/set3/help32.png" height="20px"></img></a>
14+
</li>
15+
</ul>
16+
</div>
17+
</div>
18+
19+
{{content}}
20+
</div>
21+
22+
<script type="text/javascript">
23+
$(function(){
24+
if ($(".doccontent h2").size() == 0) {
25+
$(".doccontent h1").after("<div class=\"h2links\"></div");
26+
} else {
27+
$(".doccontent h1").after("<div class=\"h2links\">| </div");
28+
$(".doccontent h2").each(function() {
29+
$(".doccontent .h2links").append("<a href=\"#" + $(this).text().replace(/ /gi, "_") + "\">" + $(this).text() + "</a> | ");
30+
$(this).wrap("<a class=\"h2link\" name=\"" + $(this).text().replace(/ /gi, "_") + "\"></a>");
31+
});
32+
}
33+
})
34+
35+
$(function(){
36+
$(".sidebar").accordion({
37+
header: 'h3', autoHeight: false, collapsible: true,
38+
icons: {'header': 'ui-icon-triangle-expand', 'headerSelected': 'ui-icon-triangle-collapse'},
39+
navigation: true, navigationFilter: function() {if ((typeof docBreadcrumb != "undefined") && (docBreadcrumb) && (docBreadcrumb.length > 1)) {return this.id == docBreadcrumb[1][0]}} });
40+
})
41+
42+
// Build the breadcrumb if a page defines it
43+
if (docBreadcrumb) {
44+
for (i = 0; i < docBreadcrumb.length; i++) {
45+
var url = "/docs/";
46+
for (j = 0; j <= i; j++) {
47+
url += docBreadcrumb[j][0] + "/";
48+
}
49+
$("#breadCrumbContent").append("<li><a href=\"" + url + "\">" + docBreadcrumb[i][1] + "</a></li>");
50+
}
51+
}
52+
53+
$(document).ready(function()
54+
{
55+
$("#breadCrumb").jBreadCrumb({minimumCompressionElements : 7});
56+
})
57+
</script>

_layouts/doc_es.html

+131
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,131 @@
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

Comments
 (0)