Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 6.0
    • 6.0
    • None
    • None
    • New

    Description

      Lucene trunk currently forces DocValues to be stored:

      • FieldType.setDocValueType sets stored to true,
      • DocFieldProcessor.processDocument handles DocValues in a for (StorableField field: docState.doc.storableFields()) loop, meaning that DocValues won't be consumed if they are not stored.

      Attachments

        1. LUCENE-4359_test.patch
          2 kB
          Robert Muir
        2. LUCENE-4359.patch
          4 kB
          Robert Muir

        Activity

          People

            rcmuir Robert Muir
            jpountz Adrien Grand
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: