Uploaded image for project: 'Nutch'
  1. Nutch
  2. NUTCH-2052

Enhance index-static to allow configurable delimiters

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.10
    • 1.11
    • indexer
    • None

    Description

      The index-static plugin has a set of fixed-value delimiters that control the parsing of the property index.static.

      comma is used to separate fields
      colon is used to separate field name from field value
      space is used to separate multiple values in the field

      This set of choices makes it impossible to have a fixed field value containing a space, comma or colon.

      The proposed enhancement is to allow configuration properties to override any of these defaults.

      index.static.fieldsep (default comma)
      index.static.keysep (default colon)
      index.static.valuesep (default space)

      Attachments

        Issue Links

          Activity

            People

              chrismattmann Chris A. Mattmann
              PeterCiuffetti Peter Ciuffetti
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: