diff --git a/src/docbkx/external_apis.xml b/src/docbkx/external_apis.xml index 6380b6e7b80..e4de74954a6 100644 --- a/src/docbkx/external_apis.xml +++ b/src/docbkx/external_apis.xml @@ -53,8 +53,11 @@
Filter Language
Use Case - Note: this feature was introduced in Apache HBase 0.92 - 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 + + this feature was introduced in Apache HBase 0.92 + + 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
General Filter String Syntax