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

Lazy field loading breaks backward compat

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.1
    • 2.1
    • core/other
    • None

    Description

      Document.getField() and Document.getFields() have changed in a non backward compatible manner.
      Simple code like the following no longer compiles:
      Field x = mydoc.getField("x");

      Attachments

        1. fieldable_patch.diff
          6 kB
          Yonik Seeley

        Activity

          People

            yseeley@gmail.com Yonik Seeley
            yseeley@gmail.com Yonik Seeley
            Votes:
            1 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: