HBASE-4256 Intra-row scanning (part deux)

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1203957 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2011-11-19 04:40:29 +00:00
parent c42e7e1028
commit 95d22b9dc5

View File

@ -2061,7 +2061,7 @@ When I build, why do I always get <code>Unable to find resource 'VM_global_libra
</answer>
</qandaentry>
</qandadiv>
<qandadiv><title>How do I...?</title>
<qandadiv><title xml:id="howdoi">How do I...?</title>
<qandaentry xml:id="secondary.indices">
<question><para>
Secondary Indexes in HBase?
@ -2092,6 +2092,16 @@ When I build, why do I always get <code>Unable to find resource 'VM_global_libra
</para>
</answer>
</qandaentry>
<qandaentry>
<question><para>
Get a column 'slice': i.e. I have a million columns in my row but I only want to look at columns bbbb-bbbd?
</para></question>
<answer>
<para>
See <classname>org.apache.hadoop.hbase.filter.ColumnRangeFilter</classname>
</para>
</answer>
</qandaentry>
</qandadiv>
</qandaset>
</appendix>