Uploaded image for project: 'Lucene - Core'
  1. Lucene - Core
  2. LUCENE-5648

Index/search multi-valued time durations

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 5.0, 6.0
    • modules/spatial
    • None
    • New

    Description

      If you need to index a date/time duration, then the way to do that is to have a pair of date fields; one for the start and one for the end – pretty straight-forward. But if you need to index a variable number of durations per document, then the options aren't pretty, ranging from denormalization, to joins, to using Lucene spatial with 2D as described here. Ideally it would be easier to index durations, and work in a more optimal way.

      This issue implements the aforementioned feature using Lucene-spatial with a new single-dimensional SpatialPrefixTree implementation. Unlike the other two SPT implementations, it's not based on floating point numbers. It will have a Date based customization that indexes levels at meaningful quantities like seconds, minutes, hours, etc. The point of that alignment is to make it faster to query across meaningful ranges (i.e. [2000 TO 2014]) and to enable a follow-on issue to facet on the data in a really fast way.

      I'll expect to have a working patch up this week.

      Attachments

        1. LUCENE-5648.patch
          69 kB
          David Smiley
        2. LUCENE-5648.patch
          67 kB
          David Smiley
        3. LUCENE-5648.patch
          63 kB
          David Smiley
        4. LUCENE-5648.patch
          67 kB
          David Smiley

        Issue Links

          Activity

            People

              dsmiley David Smiley
              dsmiley David Smiley
              Votes:
              0 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: