Uploaded image for project: 'Lucene - Core'
  1. Lucene - Core
  2. LUCENE-2308 Separately specify a field's type
  3. LUCENE-2310

Reduce Fieldable, AbstractField and Field complexity

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 4.0-ALPHA
    • core/index
    • None
    • New

    Description

      In order to move field type like functionality into its own class, we really need to try to tackle the hierarchy of Fieldable, AbstractField and Field. Currently AbstractField depends on Field, and does not provide much more functionality that storing fields, most of which are being moved over to FieldType. Therefore it seems ideal to try to deprecate AbstractField (and possible Fieldable), moving much of the functionality into Field and FieldType.

      Attachments

        1. LUCENE-2310.patch
          47 kB
          Chris Male
        2. LUCENE-2310-Deprecate-DocumentGetFields.patch
          2 kB
          Chris Male
        3. LUCENE-2310-Deprecate-DocumentGetFields-core.patch
          16 kB
          Chris Male
        4. LUCENE-2310-Deprecate-DocumentGetFields.patch
          2 kB
          Chris Male
        5. LUCENE-2310-Deprecate-AbstractField-CleanField.patch
          41 kB
          Chris Male
        6. LUCENE-2310-Deprecate-AbstractField.patch
          20 kB
          Chris Male
        7. LUCENE-2310-Deprecate-AbstractField.patch
          17 kB
          Chris Male
        8. LUCENE-2310-Deprecate-AbstractField.patch
          15 kB
          Chris Male

        Activity

          People

            Unassigned Unassigned
            cmale Chris Male
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: