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

randomize stored fields/vectors index blocksize

Details

    • Test
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 5.0, 6.0
    • None
    • None
    • New

    Description

      the Compressing impls compress documents into chunks. We then record index data for every N chunks, which is binary searched to find the start of the chunk. today this is always 1024.

      This means to test the stored fields index well, we need to index thousands and thousands of documents. But if we randomize the parameter, we can test it more effectively by setting it to very low values (e.g. 5) in tests.

      Attachments

        1. LUCENE-6153.patch
          23 kB
          Robert Muir

        Activity

          People

            Unassigned Unassigned
            rcmuir Robert Muir
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: