Author: amccurry
Date: Tue Aug 27 20:39:12 2013
New Revision: 1517976
URL: http://svn.apache.org/r1517976
Log:
More documentation updates.
Modified:
incubator/blur/site/trunk/content/blur/docs/0.2.0/using-blur.html
Modified: incubator/blur/site/trunk/content/blur/docs/0.2.0/using-blur.html
URL:
http://svn.apache.org/viewvc/incubator/blur/site/trunk/content/blur/docs/0.2.0/using-blur.html?rev=1517976&r1=1517975&r2=1517976&view=diff
==============================================================================
--- incubator/blur/site/trunk/content/blur/docs/0.2.0/using-blur.html (original)
+++ incubator/blur/site/trunk/content/blur/docs/0.2.0/using-blur.html Tue Aug
27 20:39:12 2013
@@ -472,7 +472,24 @@ default text files.
<div class="page-header">
<h1 id="jdbc">JDBC</h1>
</div>
- <p>TODO</p>
+ <p>
+The JDBC driver is very experimental and is currently read-only. It has a
very basic SQL-ish
+language that should allow for most Blur queries.
+
+Basic SQL syntax will work for example:<br/>
+<pre><code class="bash">select * from testtable where fam1.col1 =
'val1'</code></pre>
+
+You may also use Lucene syntax by wrapping the Lucene query in a
"query()" function:<br/>
+<pre><code class="bash">select * from testtable where
query(fam1.col1:val?)</code></pre>
+
+Here is a screenshot of the JDBC driver in SQuirrel:
+
+<img src="resources/img/SQuirrel.png">
+<br/>
+<br/>
+<br/>
+<br/>
+</p>
</section>
</div>
</div>