Adding more docs.
Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/3d371b05 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/3d371b05 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/3d371b05 Branch: refs/heads/master Commit: 3d371b05cd5a785eeec5c28ae71196ee1a2650e2 Parents: 816c38f Author: Aaron McCurry <[email protected]> Authored: Sun Aug 25 20:29:12 2013 -0400 Committer: Aaron McCurry <[email protected]> Committed: Sun Aug 25 20:29:12 2013 -0400 ---------------------------------------------------------------------- docs/using-blur.base.html | 14 ++++++++++++++ docs/using-blur.html | 14 ++++++++++++++ 2 files changed, 28 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/3d371b05/docs/using-blur.base.html ---------------------------------------------------------------------- diff --git a/docs/using-blur.base.html b/docs/using-blur.base.html index 693daaa..460ed91 100644 --- a/docs/using-blur.base.html +++ b/docs/using-blur.base.html @@ -75,6 +75,20 @@ <div class="page-header"> <h1 id="thrift-client">Thrift Client</h1> </div> +<p> +The following examples are of using the Thrift API directly. You will need to following libraries at a minimum: +<ul> + <li>blur-thrift-*.jar</li> + <li>blur-util-*.jar</li> + <li>slf4j-api-1.6.1.jar</li> + <li>slf4j-log4j12-1.6.1.jar</li> + <li>commons-logging-1.1.1.jar</li> + <li>log4j-1.2.15.jar</li> +</ul> + +<div class="bs-callout bs-callout-info"><h4>Note</h4>Other versions of these libraries could work, but these are the versions that Blur currently uses.</div> + +</p> <h3 id="simple_query_example">Query Example</h3> <p> This is a simple example of how to run a query via the Thrift API and get back search results. By default http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/3d371b05/docs/using-blur.html ---------------------------------------------------------------------- diff --git a/docs/using-blur.html b/docs/using-blur.html index cfe0668..38b2f8f 100644 --- a/docs/using-blur.html +++ b/docs/using-blur.html @@ -116,6 +116,20 @@ <div class="page-header"> <h1 id="thrift-client">Thrift Client</h1> </div> +<p> +The following examples are of using the Thrift API directly. You will need to following libraries at a minimum: +<ul> + <li>blur-thrift-*.jar</li> + <li>blur-util-*.jar</li> + <li>slf4j-api-1.6.1.jar</li> + <li>slf4j-log4j12-1.6.1.jar</li> + <li>commons-logging-1.1.1.jar</li> + <li>log4j-1.2.15.jar</li> +</ul> + +<div class="bs-callout bs-callout-info"><h4>Note</h4>Other versions of these libraries could work, but these are the versions that Blur currently uses.</div> + +</p> <h3 id="simple_query_example">Query Example</h3> <p> This is a simple example of how to run a query via the Thrift API and get back search results. By default
