Add note that filter language can work in shell too
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1462317 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6c53baca62
commit
c21ed33937
|
@ -53,8 +53,11 @@
|
|||
</para>
|
||||
<section xml:id="thrift.filter-language"><title>Filter Language</title>
|
||||
<section xml:id="use-case"><title>Use Case</title>
|
||||
<para>Note: this feature was introduced in Apache HBase 0.92</para>
|
||||
<para>This allows the user to perform server-side filtering when accessing HBase over Thrift. The user specifies a filter via a string. The string is parsed on the server to construct the filter</para>
|
||||
<note>
|
||||
<para>this feature was introduced in Apache HBase 0.92</para>
|
||||
</note>
|
||||
<para>This allows the user to perform server-side filtering when accessing HBase over Thrift (or in the shell -- see the 'scan' help in the shell).
|
||||
The user specifies a filter via a string. The string is parsed on the server to construct the filter</para>
|
||||
</section>
|
||||
|
||||
<section xml:id="general-syntax"><title>General Filter String Syntax</title>
|
||||
|
|
Loading…
Reference in New Issue