Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-10152

PostingsSolrHighlighter support for CustomSeparatorBreakIterator (LUCENE-6485)

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 6.5
    • highlighter
    • None

    Description

      Lucene 5.3 added a CustomSeparatorBreakIterator (see LUCENE-6485)

      SOLR-10152.patch uploaded which incorporates CustomSeparatorBreakIterator in PostingsSolrHighlighter.

      • added a new request param option to specify which separator char to use. customSeparatorChar.
      • changed PostingsSolrHighlighter.getBreakIterator to check HighlightParams.BS_TYPE first.
      • if type=='CUSTOM', look for the new separator param, in getBreakIterator, validate it's a single char, & skip locale parsing.
      • 'WHOLE' option moved from parseBreakIterator to getBreakIterator, as it doesn't depend on locale.

      Changes made in:

      • HighlightParams.java
      • PostingsSolrHighlighter.java
      • test cases added in TestPostingsSolrHighlighter

      Attachments

        1. SOLR-10152.patch
          5 kB
          Amrit Sarkar

        Issue Links

          Activity

            People

              dsmiley David Smiley
              sarkaramrit2@gmail.com Amrit Sarkar
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: