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

improve automaton performance by running on byte[]

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 4.0-ALPHA
    • 4.0-ALPHA
    • core/search
    • None
    • New, Patch Available

    Description

      Currently, when enumerating terms, automaton must convert entire terms from flex's native utf-8 byte[] to char[] first, then step each char thru the state machine.

      we can make this more efficient, by allowing the state machine to run on byte[], so it can return true/false faster.

      Attachments

        1. LUCENE-2265.patch
          6 kB
          Robert Muir
        2. LUCENE-2265.patch
          26 kB
          Michael McCandless
        3. LUCENE-2265.patch
          27 kB
          Michael McCandless
        4. LUCENE-2265.patch
          73 kB
          Robert Muir
        5. LUCENE-2265.patch
          89 kB
          Robert Muir
        6. LUCENE-2265.patch
          89 kB
          Michael McCandless
        7. LUCENE-2265.patch
          90 kB
          Michael McCandless
        8. LUCENE-2265.patch
          90 kB
          Michael McCandless
        9. LUCENE-2265.patch
          194 kB
          Michael McCandless
        10. LUCENE-2265.patch
          194 kB
          Michael McCandless
        11. LUCENE-2265.patch
          205 kB
          Michael McCandless
        12. LUCENE-2265_utf32.patch
          27 kB
          Robert Muir
        13. LUCENE-2265_pare.patch
          12 kB
          Robert Muir

        Issue Links

          Activity

            People

              Unassigned Unassigned
              rcmuir Robert Muir
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: