Extend filter config to be able to specify a cell range
commitd907a0fb4cef4942db091d300ff5fa43639e3d8b
authorImran M Yousuf <imyousuf@smartitengineering.com>
Thu, 26 Aug 2010 05:37:59 +0000 (26 11:37 +0600)
committerImran M Yousuf <imyousuf@smartitengineering.com>
Thu, 26 Aug 2010 05:37:59 +0000 (26 11:37 +0600)
tree0b748c1b8d1b4896b0966159b08b0f0380745f96
parent97271b0f9aaaac11efc1c2788e07f9ead877befd
Extend filter config to be able to specify a cell range

It is particular required to be able to scan across a range of cells with
common prefix. An example would be authors of a book. A design could be
that authros is a column family and author:P are the qualifiers, where P is
author id and value of the qualifier is the author's name

Signed-off-by: Imran M Yousuf <imyousuf@smartitengineering.com>
smart-hbase-dao/src/main/java/com/smartitengineering/dao/impl/hbase/spi/FilterConfig.java
smart-hbase-dao/src/main/java/com/smartitengineering/dao/impl/hbase/spi/impl/FilterConfigImpl.java