Uploaded image for project: 'Tika'
  1. Tika
  2. TIKA-1508

Add uniformity to parser parameter configuration

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.15
    • None
    • None

    Description

      We can currently configure parsers by the following means:
      1) programmatically by direct calls to the parsers or their config objects
      2) sending in a config object through the ParseContext
      3) modifying .properties files for specific parsers (e.g. PDFParser)

      Rather than scattering the landscape with .properties files for each parser, it would be great if we could specify parser parameters in the main config file, something along the lines of this:

          <parser class="org.apache.tika.parser.audio.AudioParser">
            <params>
              <int name="someparam1">2</int>
              <str name="someOtherParam2">something or other</str>
            </params>
            <mime>audio/basic</mime>
            <mime>audio/x-aiff</mime>
            <mime>audio/x-wav</mime>
          </parser>
      

      Attachments

        Issue Links

          There are no Sub-Tasks for this issue.

          Activity

            People

              chrismattmann Chris A. Mattmann
              tallison Tim Allison
              Votes:
              0 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: