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

Add hl.alternateFieldLen parameter, to set max length for hl.alternateField

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • None
    • None
    • highlighter
    • None

    Description

      USE CASE:
      You have a document that is composed of (short) title and (long) body fields and want body to be highlighted.
      In order to avoid highlighted body field to be empty, you can use hl.alternateField parameter.
      Although you want to set f.body.hl.alternateField=body, you may set f.body.hl.alternateField=title,
      because response time is awful when the body values are big. But the title field provides users with
      information smaller than body field.
      In this case, you can use f.body.hl.alternateFieldLen=100 to limit the body length to 100 characters.

      Attachments

        1. SOLR-516.patch
          4 kB
          Koji Sekiguchi
        2. SOLR-516.patch
          3 kB
          Koji Sekiguchi
        3. SOLR-516-solr-ruby.patch
          0.6 kB
          Koji Sekiguchi

        Issue Links

          Activity

            People

              klaasm Mike Klaas
              koji Koji Sekiguchi
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: