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

Realtime terms dictionary

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 4.0-ALPHA
    • None
    • core/index
    • None
    • New

    Description

      For LUCENE-2312 we need a realtime terms dictionary. While ConcurrentSkipListMap may be used, it has drawbacks in terms of high object overhead which can impact GC collection times and heap memory usage.

      If we implement a skip list that uses primitive backing arrays, we can hopefully have a data structure that is [as] fast and memory efficient.

      Attachments

        1. LUCENE-3245.patch
          23 kB
          Jason Rutherglen
        2. LUCENE-3245.patch
          23 kB
          Jason Rutherglen
        3. LUCENE-3245.patch
          34 kB
          Jason Rutherglen

        Issue Links

          Activity

            People

              Unassigned Unassigned
              jasonrutherglen Jason Rutherglen
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated: