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

Add SimpleFragListBuilder constructor with margin parameter

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.9
    • 3.5, 4.0-ALPHA
    • modules/highlighter
    • None
    • New

    Description

      SimpleFragListBuilder would benefit from an additional constructor that takes in margin. Currently, the margin is defined as a constant, so to "implement" a FragListBuilder with a different margin, one has no choice but to copy and paste SimpleFragListBuilder into a new class that must be placed in the org.apache.lucene.search.vectorhighlight package due to accesses of package-protected fields in other classes.

      If this change were made, the precondition check of the constructor's fragCharSize should probably be altered to ensure that it's less than max(1, margin*3) to allow for a margin of 0.

      Attachments

        1. LUCENE-3513.patch
          4 kB
          Koji Sekiguchi
        2. LUCENE-3513.patch
          2 kB
          Kelsey Francis

        Activity

          People

            koji Koji Sekiguchi
            derkaas Kelsey Francis
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: