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

convert automaton to char[] based processing and TermRef / TermsEnum api

Details

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

    Description

      The automaton processing is currently done with String, mostly because TermEnum is based on String.
      it is easy to change the processing to work with char[], since behind the scenes this is used anyway.

      in general I think we should make sure char[] based processing is exposed in the automaton pkg anyway, for things like pattern-based tokenizers and such.

      Attachments

        1. LUCENE-2090_TermRef_flex3.patch
          1 kB
          Robert Muir
        2. LUCENE-2090_TermRef_flex2.patch
          1 kB
          Robert Muir
        3. LUCENE-2090_TermRef_flex.patch
          1 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: