Hi Alex,the GeneratorJob seems to have a solution for that, if not it would iterate over all records too, am I right?
--Roland Am 20.02.2013 20:42, schrieb alx...@aim.com:
Hi, This is because fetch's mapper goes over all records and selects those that has the given batchId. Currently mappers of all nutch commands does not have filters. It is interesting to know if you can selects records with a given batchId in cassandra without iterating over all records. Alex.