1
- < html > < head > < title > Nest - Introduction</ title > < meta http-equiv ="cache-control " content ="no-cache "/> < meta http-equiv ="pragma " content ="no-cache "/> < meta http-equiv ="content-type " content ="text/html;charset=utf-8 "/> < meta http-equiv ="expires " content ="0 "/> < meta name ="description " content ="elasticsearch "/> < meta name ="keywords " content ="nest, elasticsearch, .net, client "/> < meta name ="author " content ="martijn laarman "/> < link rel ="stylesheet " type ="text/css " href ="/styles/layout.css "/> < link rel ="stylesheet " type ="text/css " href ="/styles/pygments.css "/> < link href ="http://fonts.googleapis.com/css?family=Ubuntu+Mono|Ubuntu " rel ="stylesheet " type ="text/css "/> < link href ="/prettify/prettify.css " type ="text/css " rel ="stylesheet "/> < link href ="/prettify/sunburst.css " type ="text/css " rel ="stylesheet "/> < script src ="http://code.jquery.com/jquery.min.js " type ="text/javascript "> </ script > < script type ="text/javascript " src ="/prettify/prettify.js "> </ script > < script type ="text/javascript " src ="/prettify/fix_code_tags.js "> </ script > </ head > < body > < section id ="site "> < div class ="actions "> < iframe src ="http://ghbtns.com/github-btn.html?user=Mpdreamz&repo=NEST&type=fork&count=true " allowtransparency ="true " frameborder ="0 " scrolling ="0 " width ="95 " height ="20 "> </ iframe > < iframe src ="http://ghbtns.com/github-btn.html?user=Mpdreamz&repo=NEST&type=watch&count=true " allowtransparency ="true " frameborder ="0 " scrolling ="0 " width ="110 " height ="20 "> </ iframe > </ div > < aside > < ul id ="top_left_menu "> < h4 > External</ h4 > < li > < a href ="http://www.elasticsearch.org " target ="_blank "> Elasticsearch Docs</ a > </ li > < li > < a href ="http://mpdreamz.mit-license.org/ " target ="_blank "> MIT license</ a > </ li > </ ul > </ aside > < section id ="content "> < aside id ="menu "> < ul id ="top_left_menu "> < h4 > - Concepts</ h4 > < ul > < li > < a href ="/ " class ="selected "> Introduction</ a > </ li > < li > < a href ="/concepts/connecting.html "> Connecting</ a > </ li > < li > < a href ="/concepts/index-type-inference.html "> Type/Index Inference</ a > </ li > < li > < a href ="/concepts/handling-responces.html "> Response handling</ a > </ li > < li > < a href ="/concepts/writing-queries.html "> Writing queries</ a > </ li > </ ul > < li > < a href ="/core/ "> + Core</ a > </ li > < li > < a href ="/indices/aliases.html "> + Indices</ a > </ li > < li > < a href ="/cluster/health.html "> + Cluster</ a > </ li > < li > < a href ="/search/basics.html "> + Search</ a > </ li > < li > < a href ="/facets/handling.html "> + Facets</ a > </ li > < li > < a href ="/query/text.html "> + Query DSL</ a > </ li > < li > < a href ="/filter/and.html "> + Filter DSL</ a > </ li > </ ul > </ aside > < article > < div id ="content-margin-fix "> < h1 id ="introduction "> Introduction</ h1 >
1
+ < html > < head > < title > Nest - Introduction</ title > < meta http-equiv ="cache-control " content ="no-cache "/> < meta http-equiv ="pragma " content ="no-cache "/> < meta http-equiv ="content-type " content ="text/html;charset=utf-8 "/> < meta http-equiv ="expires " content ="0 "/> < meta name ="description " content ="elasticsearch "/> < meta name ="keywords " content ="nest, elasticsearch, .net, client "/> < meta name ="author " content ="martijn laarman "/> < meta name ="viewport " content ="width=device-width, initial-scale=1 "/> < link rel ="stylesheet " type ="text/css " href ="/styles/normalize.css "/> < link rel ="stylesheet " type ="text/css " href ="/styles/layout.css "/> < link rel ="stylesheet " type ="text/css " href ="/styles/pygments.css "/> < link rel ="stylesheet " type ="text/css " href ="/styles/pygments.css "/> < link rel ="stylesheet " type ="text/css " href ="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css "/> < link href ="//fonts.googleapis.com/css?family=Ubuntu+Mono|Open+Sans " rel ="stylesheet " type ="text/css "/> < link href ="/prettify/prettify.css " type ="text/css " rel ="stylesheet "/> < link href ="/prettify/sunburst.css " type ="text/css " rel ="stylesheet "/> < script src ="//code.jquery.com/jquery.min.js " type ="text/javascript "> </ script > < script type ="text/javascript " src ="/prettify/prettify.js "> </ script > < script type ="text/javascript " src ="/prettify/fix_code_tags.js "> </ script > </ head > < body > < div class ="wrapper "> < header class ="header "> < div class ="actions "> < iframe src ="//ghbtns.com/github-btn.html?user=elasticsearch&repo=elasticsearch-net&type=fork&count=true " allowtransparency ="true " frameborder ="0 " scrolling ="0 " width ="95 " height ="20 "> </ iframe > < iframe src ="//ghbtns.com/github-btn.html?user=elasticsearch&repo=elasticsearch-net&type=watch&count=true " allowtransparency ="true " frameborder ="0 " scrolling ="0 " width ="110 " height ="20 "> </ iframe > </ div > < img src ="/images/elasticsearch-net-nuget-icon.png " width ="48 " height ="48 "/> < h1 > Elasticsearch.Net & NEST</ h1 > < p > Documentation</ p > </ header > < div class ="divide "> </ div > < div class ="middle "> < div class ="container "> < main class ="content "> < h1 id ="introduction "> Introduction</ h1 >
2
2
< p > NEST aims to be a .net client with a very concise API. Its main goal is to provide a solid strongly typed Elasticsearch client. It also has string/dynamic overloads for more dynamic usecases. </ p >
3
3
< p > Indexing is as simple as:</ p >
4
4
< pre > < code > var post = new Post() { Id = 12, ... }
@@ -38,14 +38,14 @@ <h2 id="contributors">Contributors</h2>
38
38
of the java factory based dsl < a href ="http://github.com/stephenpope/Rubber "> Rubber</ a > to be merged into NEST.
39
39
NEST now has < strong > two types of query dsl's</ strong > (lambda and factory based)!</ p >
40
40
< p > Some of the other wonderful features in NEST were pushed by these wonderful folks:</ p >
41
- < div id ="nest-contributors "> </ div > < script type ="text/javascript " src ="http://ajax.aspnetcdn.com/ajax/jquery.templates/beta1/jquery.tmpl.js "> </ script > < script type ="text/javascript " src ="/scripts/contributors.js "> </ script > < script id ="contributorTemplate " type ="text/x-jQuery-tmpl "> { { each data } }
41
+ < div id ="nest-contributors "> </ div > < script type ="text/javascript " src ="http://ajax.aspnetcdn.com/ajax/jquery.templates/beta1/jquery.tmpl.js "> </ script > < script type ="text/javascript " src ="/scripts/contributors.js "> </ script > < script id ="contributorTemplate " type ="text/x-jQuery-tmpl "> < h2 > Contributors</ h2 >
42
+ < p > A special shout out to the $ { count} people awesome enough to contribute back ! </p >
43
+ { { each data } }
42
44
{ { if login != "invalid-email-address" } }
43
- < div style = "float:left;width:200px;" >
44
- < img width = "48" height = "48" src = "http://gravatar.com/avatar/${gravatar_id}" alt = "${name || login}" style = "float:left;" />
45
- < div style = "float:left; margin-left: 12px;" >
46
- #${ $index + 1 } (${ contributions } commits)< br />
47
- < a href = "https://github.com/${login}" > ${ name ? name . replace ( " " , " '" + login + "' " ) + "!" : login } </ a >
48
- </ div >
45
+ < div style = "float:left;width:48px;" >
46
+ < a href = "https://github.com/${login}" >
47
+ < img width = "48" title = "${name ? name.replace(" ", " '" + login + "' " ) + "!" : login } " height=" 48 " src=" http://gravatar.com/avatar/${gravatar_id}" alt="${name || login}" style="float:left;" />
49
48
< / div >
49
+ </ a >
50
50
{ { / i f } }
51
- { { / each} } </ script > </ div > </ article > </ section > </ section > </ body > </ html >
51
+ { { / each} } </ script > </ main > </ div > < aside class ="left-sidebar "> < aside id ="menu "> < ul > < li > < a href ="/ "> Home</ a > </ li > </ ul > < ul id ="elasticsearch-net "> < h4 class ="title "> Elasticsearch.Net</ h4 > < ul > < li > < a href ="/elasticsearch.net/quick-start.html "> Quick Start</ a > </ li > < li > < a href ="/elasticsearch.net/connecting.html "> Connecting</ a > </ li > < li > < a href ="/elasticsearch.net/cluster-failover.html "> Cluster failover</ a > </ li > < li > < a href ="/elasticsearch.net/serializers.html "> Serializers</ a > </ li > < li > < a href ="/elasticsearch.net/building-requests.html "> Building requests</ a > </ li > < li > < a href ="/elasticsearch.net/response-handling "> Response handling</ a > </ li > < li > < a href ="/elasticsearch.net/errors.html "> Errors</ a > </ li > </ ul > </ ul > < ul id ="nest "> < h4 class ="title "> NEST</ h4 > < ul > < li > < a href ="/nest/quick-start.html " class ="selected "> Quick Start</ a > </ li > < li > < a href ="/nest/connecting.html "> Connecting</ a > </ li > < li > < a href ="/nest/index-type-inference.html "> Type/Index Inference</ a > </ li > < li > < a href ="/nest/handling-responces.html "> Response handling</ a > </ li > < li > < a href ="/nest/writing-queries.html "> Writing queries</ a > </ li > </ ul > < li > < h4 > < a href ="/nest/core/ "> < i class ="fa fa-chevron-right "> </ i > Core</ a > </ h4 > </ li > < li > < h4 > < a href ="/nest/indices/aliases.html "> < i class ="fa fa-chevron-right "> </ i > Indices</ a > </ h4 > </ li > < li > < h4 > < a href ="/nest/cluster/health.html "> < i class ="fa fa-chevron-right "> </ i > Cluster</ a > </ h4 > </ li > < li > < h4 > < a href ="/nest/search/basics.html "> < i class ="fa fa-chevron-right "> </ i > Search</ a > </ h4 > </ li > < li > < h4 > < a href ="/nest/facets/handling.html "> < i class ="fa fa-chevron-right "> </ i > Facets</ a > </ h4 > </ li > < li > < h4 > < a href ="/nest/query/text.html "> < i class ="fa fa-chevron-right "> </ i > Query DSL</ a > </ h4 > </ li > < li > < h4 > < a href ="/nest/filter/and.html "> < i class ="fa fa-chevron-right "> </ i > Filter DSL</ a > </ h4 > </ li > </ ul > </ aside > </ aside > </ div > < footer class ="footer "> </ footer > </ div > </ body > </ html >
0 commit comments