Uploaded image for project: 'Accumulo'
  1. Accumulo
  2. ACCUMULO-720

Add option to egrep and RegExFilter for subsequence matching

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.5.0
    • 1.5.0
    • None

    Description

      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.

      Based on this discussion, -g and --global seem like good candidates for the options to add to egrep.

      Attachments

        1. 0001-Accumulo-720-enhancement.patch
          11 kB
          Chris Bennight

        Activity

          People

            chrisbennight Chris Bennight
            kturner Keith Turner
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: