|
| 1 | + |
| 2 | + |
| 3 | +<!DOCTYPE html> |
| 4 | +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr"> |
| 5 | +<head> |
| 6 | + <title>NEST - Connecting</title> |
| 7 | + <meta http-equiv="cache-control" content="no-cache" /> |
| 8 | + <meta http-equiv="pragma" content="no-cache" /> |
| 9 | + <meta http-equiv="content-type" content="text/html;charset=utf-8" /> |
| 10 | + <meta http-equiv="expires" content="0"> |
| 11 | + <meta name="description" content="elasticsearch" /> |
| 12 | + <meta name="keywords" content="elastic, search, cloud, elasticsearch, indexing, lucene, distributed lucene, shay banon, .net, nest" /> |
| 13 | + <meta name="author" content="martijn laarman" /> |
| 14 | + |
| 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 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> |
| 21 | + <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script> |
| 22 | + <script type="text/javascript" src="http://ajax.aspnetcdn.com/ajax/jquery.templates/beta1/jquery.tmpl.js"></script> |
| 23 | + |
| 24 | +</head> |
| 25 | + |
| 26 | +<body onload="prettyPrint()"> |
| 27 | + <section id="site"> |
| 28 | + <aside> |
| 29 | + <ul id="top_left_menu"> |
| 30 | + <h4>External</h4> |
| 31 | + <li><a href="http://www.elasticsearch.org" target="_blank">Elasticsearch Docs</a></li> |
| 32 | + <li><a href="http://mpdreamz.mit-license.org/" target="_blank">MIT license</a></li> |
| 33 | +</ul> |
| 34 | + |
| 35 | + </aside> |
| 36 | + |
| 37 | + <section id="content" class=""> |
| 38 | + <aside id="menu"> |
| 39 | + <ul id="top_left_menu"> |
| 40 | + |
| 41 | + <li><a href="http://mpdreamz.github.com/NEST">+ Concepts</a></li> |
| 42 | + |
| 43 | + |
| 44 | + <li><a class="" href="http://mpdreamz.github.com/NEST/core/index.html">+ Core</a></li> |
| 45 | + |
| 46 | + |
| 47 | + <li><a class="" href="http://mpdreamz.github.com/NEST/indices/aliases.html">+ Indices</a></li> |
| 48 | + |
| 49 | + |
| 50 | + <li><a class="" href="http://mpdreamz.github.com/NEST/cluster/health.html">+ Cluster</a></li> |
| 51 | + |
| 52 | + |
| 53 | + <h4>- Search</h4> |
| 54 | + <ul> |
| 55 | + <li><a class="" href="http://mpdreamz.github.com/NEST/search/basics.html">Basic parameters</a></li> |
| 56 | + <li><a class="" href="http://mpdreamz.github.com/NEST/search/sort.html">Sort</a></li> |
| 57 | + <li><a class="" href="http://mpdreamz.github.com/NEST/search/highlighting.html">Highlighting</a></li> |
| 58 | + <li><a class="" href="http://mpdreamz.github.com/NEST/search/fields.html">Fields</a></li> |
| 59 | + <li><a class="" href="http://mpdreamz.github.com/NEST/search/script-fields.html">Script Fields</a></li> |
| 60 | + <li><a class="" href="http://mpdreamz.github.com/NEST/search/preference.html">Preference</a></li> |
| 61 | + <li><a class="selected" href="http://mpdreamz.github.com/NEST/search/named-filters.html">Named Filters</a></li> |
| 62 | + <li><a class="" href="http://mpdreamz.github.com/NEST/search/search-type.html">Search Type</a></li> |
| 63 | + <li><a class="" href="http://mpdreamz.github.com/NEST/search/index-boost.html">Index Boost</a></li> |
| 64 | + <li><a class="" href="http://mpdreamz.github.com/NEST/search/scroll.html">Scroll</a></li> |
| 65 | + <li><a class="" href="http://mpdreamz.github.com/NEST/search/explain.html">Explain</a></li> |
| 66 | + <li><a class="" href="http://mpdreamz.github.com/NEST/search/version.html">Version</a></li> |
| 67 | + </ul> |
| 68 | + |
| 69 | + |
| 70 | + <li><a class="" href="http://mpdreamz.github.com/NEST/facets/handling.html">+ Facets</a></li> |
| 71 | + |
| 72 | + |
| 73 | + <li><a class="" href="http://mpdreamz.github.com/NEST/query/text.html">+ Query DSL</a></li> |
| 74 | + |
| 75 | + |
| 76 | + <li><a class="" href="http://mpdreamz.github.com/NEST/filter/and.html">+ Filter DSL</a></li> |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | +</ul> |
| 81 | + |
| 82 | + </aside> |
| 83 | + <article> |
| 84 | + <div id="content-margin-fix"> |
| 85 | + <h1>Documentation still in progress</h1> |
| 86 | + |
| 87 | +<p>This is sadly still a marker file.</p> |
| 88 | + |
| 89 | + |
| 90 | + <p> |
| 91 | + Spotted a mistake? Something to add? |
| 92 | + <a href="https://github.com/Mpdreamz/NEST/blob/master/docs/search/named-filters.markdown"> |
| 93 | + Fork and edit this file on github |
| 94 | + </a> |
| 95 | + without leaving the browser |
| 96 | + |
| 97 | + </div> |
| 98 | + <section> |
| 99 | + </article> |
| 100 | + </section> |
| 101 | + <a href="http://github.com/mpdreamz/nest"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub" /></a> |
| 102 | + |
| 103 | + |
| 104 | +</body> |
| 105 | +</html> |
0 commit comments