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

Field.java does not reuse its inlined Keyword-TokenStream

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 4.0-BETA
    • 4.0, 6.0
    • core/index
    • None
    • New

    Description

      Field.java contains a inlined Keyword-TokenStream. Unfortunately this one is recreated all the time, although one reuses the same Field instance. For NumericTokenStream Field.java reuses it, but the Keyword one not.

      We should apply the same logic and lazy init the TokenStream with a setter for the String value and reset(). This would be looking identical to SetNumeric(xx).

      Attachments

        1. LUCENE-4317-2.patch
          3 kB
          Uwe Schindler
        2. LUCENE-4317-2.patch
          5 kB
          Uwe Schindler
        3. LUCENE-4317.patch
          7 kB
          Uwe Schindler

        Issue Links

          Activity

            People

              uschindler Uwe Schindler
              uschindler Uwe Schindler
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: