[jira] [Updated] (TIKA-1508) Add uniformity to parser parameter configuration

2016-04-22 Thread Chris A. Mattmann (JIRA)

 [ 
https://issues.apache.org/jira/browse/TIKA-1508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris A. Mattmann updated TIKA-1508:

Fix Version/s: (was: 1.13)
   1.14

> Add uniformity to parser parameter configuration
> 
>
> Key: TIKA-1508
> URL: https://issues.apache.org/jira/browse/TIKA-1508
> Project: Tika
>  Issue Type: Improvement
>Reporter: Tim Allison
> Fix For: 1.14
>
>
> 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:
> {noformat}
> 
>   
> 2
> something or other
>   
>   audio/basic
>   audio/x-aiff
>   audio/x-wav
> 
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (TIKA-1508) Add uniformity to parser parameter configuration

2016-01-24 Thread Chris A. Mattmann (JIRA)

 [ 
https://issues.apache.org/jira/browse/TIKA-1508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris A. Mattmann updated TIKA-1508:

Fix Version/s: (was: 1.12)
   1.13

> Add uniformity to parser parameter configuration
> 
>
> Key: TIKA-1508
> URL: https://issues.apache.org/jira/browse/TIKA-1508
> Project: Tika
>  Issue Type: Improvement
>Reporter: Tim Allison
> Fix For: 1.13
>
>
> 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:
> {noformat}
> 
>   
> 2
> something or other
>   
>   audio/basic
>   audio/x-aiff
>   audio/x-wav
> 
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (TIKA-1508) Add uniformity to parser parameter configuration

2015-10-18 Thread Chris A. Mattmann (JIRA)

 [ 
https://issues.apache.org/jira/browse/TIKA-1508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris A. Mattmann updated TIKA-1508:

Fix Version/s: (was: 1.11)
   1.12

> Add uniformity to parser parameter configuration
> 
>
> Key: TIKA-1508
> URL: https://issues.apache.org/jira/browse/TIKA-1508
> Project: Tika
>  Issue Type: Improvement
>Reporter: Tim Allison
> Fix For: 1.12
>
>
> 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:
> {noformat}
> 
>   
> 2
> something or other
>   
>   audio/basic
>   audio/x-aiff
>   audio/x-wav
> 
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (TIKA-1508) Add uniformity to parser parameter configuration

2015-08-08 Thread Dave Meikle (JIRA)

 [ 
https://issues.apache.org/jira/browse/TIKA-1508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dave Meikle updated TIKA-1508:
--
Fix Version/s: (was: 1.10)
   1.11

* Pushed to 1.11 following 1.10 release

 Add uniformity to parser parameter configuration
 

 Key: TIKA-1508
 URL: https://issues.apache.org/jira/browse/TIKA-1508
 Project: Tika
  Issue Type: Improvement
Reporter: Tim Allison
 Fix For: 1.11


 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:
 {noformat}
 parser class=org.apache.tika.parser.audio.AudioParser
   params
 int name=someparam12/int
 str name=someOtherParam2something or other/str
   /params
   mimeaudio/basic/mime
   mimeaudio/x-aiff/mime
   mimeaudio/x-wav/mime
 /parser
 {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (TIKA-1508) Add uniformity to parser parameter configuration

2015-01-08 Thread Tim Allison (JIRA)

 [ 
https://issues.apache.org/jira/browse/TIKA-1508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tim Allison updated TIKA-1508:
--
Summary: Add uniformity to parser parameter configuration  (was: Add 
uniformity to parser configuration)

 Add uniformity to parser parameter configuration
 

 Key: TIKA-1508
 URL: https://issues.apache.org/jira/browse/TIKA-1508
 Project: Tika
  Issue Type: Improvement
Reporter: Tim Allison
 Fix For: 1.8


 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:
 {noformat}
 parser class=org.apache.tika.parser.audio.AudioParser
   params
 int name=someparam12/int
 str name=someOtherParam2something or other/str
   /params
   mimeaudio/basic/mime
   mimeaudio/x-aiff/mime
   mimeaudio/x-wav/mime
 /parser
 {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)