[jira] [Updated] (SOLR-10981) Allow update to load gzip files

2018-09-28 Thread Andrew Lundgren (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Lundgren updated SOLR-10981: --- Attachment: SOLR-10981.patch > Allow update to load gzip files > ---

[jira] [Updated] (SOLR-10981) Allow update to load gzip files

2018-08-29 Thread Andrew Lundgren (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Lundgren updated SOLR-10981: --- Attachment: SOLR-10981.patch > Allow update to load gzip files > ---

[jira] [Updated] (SOLR-10981) Allow update to load gzip files

2018-07-18 Thread Andrew Lundgren (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Lundgren updated SOLR-10981: --- Description: We currently import large CSV files. We store them in gzip files as they compre

[jira] [Updated] (SOLR-10981) Allow update to load gzip files

2017-12-19 Thread Andrew Lundgren (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Lundgren updated SOLR-10981: --- Attachment: SOLR-10981.patch Patch that includes Changes.txt updates and solr-ref-guide. This

[jira] [Updated] (SOLR-10981) Allow update to load gzip files

2017-07-10 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-10981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-10981: --- Fix Version/s: (was: 6.6) (was: 7.0) (was: 4.10.4)

[jira] [Updated] (SOLR-10981) Allow update to load gzip files

2017-06-30 Thread Andrew Lundgren (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Lundgren updated SOLR-10981: --- Attachment: SOLR-10981.patch Updated code to handle .gzip as well as mixed case. Updated Fil

[jira] [Updated] (SOLR-10981) Allow update to load gzip files

2017-06-30 Thread Andrew Lundgren (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Lundgren updated SOLR-10981: --- Attachment: SOLR-10981.patch Added tests around checking content type. Fixed bug in checking c

[jira] [Updated] (SOLR-10981) Allow update to load gzip files

2017-06-29 Thread Andrew Lundgren (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Lundgren updated SOLR-10981: --- Fix Version/s: 4.10.4 master (7.0) > Allow update to load gzip files > ---

[jira] [Updated] (SOLR-10981) Allow update to load gzip files

2017-06-29 Thread Andrew Lundgren (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Lundgren updated SOLR-10981: --- Attachment: (was: SOLR-10981.patch) > Allow update to load gzip files > -

[jira] [Updated] (SOLR-10981) Allow update to load gzip files

2017-06-29 Thread Andrew Lundgren (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Lundgren updated SOLR-10981: --- Attachment: SOLR-10981.patch correctly named patch generated from the command line rather than

[jira] [Updated] (SOLR-10981) Allow update to load gzip files

2017-06-29 Thread Andrew Lundgren (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Lundgren updated SOLR-10981: --- Attachment: SOLR-10981.patch Correctly named patch file. > Allow update to load gzip files >

[jira] [Updated] (SOLR-10981) Allow update to load gzip files

2017-06-29 Thread Andrew Lundgren (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Lundgren updated SOLR-10981: --- Attachment: (was: Added_gzip_support_for_update_files__Updated_test_code_to_use_try_with_r

[jira] [Updated] (SOLR-10981) Allow update to load gzip files

2017-06-29 Thread Andrew Lundgren (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Lundgren updated SOLR-10981: --- Attachment: Added_gzip_support_for_update_files__Updated_test_code_to_use_try_with_resources_.