Return-Path: X-Original-To: apmail-accumulo-dev-archive@www.apache.org Delivered-To: apmail-accumulo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 83E09DE9B for ; Tue, 7 Aug 2012 14:44:09 +0000 (UTC) Received: (qmail 17600 invoked by uid 500); 7 Aug 2012 14:44:09 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 17566 invoked by uid 500); 7 Aug 2012 14:44:09 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 17143 invoked by uid 99); 7 Aug 2012 14:44:08 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Aug 2012 14:44:08 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 747B414284D for ; Tue, 7 Aug 2012 14:44:08 +0000 (UTC) Date: Tue, 7 Aug 2012 14:44:08 +0000 (UTC) From: "Keith Turner (JIRA)" To: dev@accumulo.apache.org Message-ID: <510963083.429.1344350648479.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Created] (ACCUMULO-720) Add option to egrep and RegExFilter for subsequence matching MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Keith Turner created ACCUMULO-720: ------------------------------------- Summary: Add option to egrep and RegExFilter for subsequence matching Key: ACCUMULO-720 URL: https://issues.apache.org/jira/browse/ACCUMULO-720 Project: Accumulo Issue Type: Improvement Reporter: Keith Turner Fix For: 1.5.0 Egrep and RegExfilter use java Matcher.match() which only returns true if the expression matches the entire string. Matcher.find() can detect when an expression matches a subsequence of the string. Need an option to use find in egrep and RegexFilter. This issue was created based on discussion in the following two mailing list threads. * [egrep usage - 1.3.4|http://mail-archives.apache.org/mod_mbox/accumulo-user/201207.mbox/%3CCAP19eqypCNAueE4z6TPU-Jt3g-%3DL2ptLVo9%2Bc_HC_LVA0LOTog%40mail.gmail.com%3E] July * [Re: egrep usage - 1.3.4|http://mail-archives.apache.org/mod_mbox/accumulo-user/201208.mbox/%3CCAGgKvPkHOQ0XVeuvobBD-G6tzR2pb-OSkZPjnsT_qEiSvzY%2Bew%40mail.gmail.com%3E] August Based on this discussion, -g and --global seem like good candidates for the options to add to egrep. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira