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

Iterator and example to support intersection of document-partitioned index terms by ranges with lower and upper bounds.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Won't Fix
    • None
    • None
    • None

    Description

      The current IntersectingIterator seeks to discrete terms that are encoded into the column families to find all column qualifiers that share all of the discrete column families of interest (with the additional ability to negate some of the column families). Looking at the current IntersectingIterator code, it should be possible to return all column qualifiers with a column family within a given range.

      An example of this is finding all terms where NAME=Joe and (AGE>=30 && AGE<60) and STATE!=MD. If an example is provided, numerical types like the age could easily be encoded using the new Lexicoders.

      Attachments

        Activity

          People

            Unassigned Unassigned
            sonixbp Corey J. Nolet
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: