You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Erik Hatcher (JIRA)" <ji...@apache.org> on 2015/05/14 19:36:59 UTC

[jira] [Updated] (SOLR-7546) SimplePostTool (and thus bin/post) cannot index files with unknown extensions

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

Erik Hatcher updated SOLR-7546:
-------------------------------
    Attachment: SOLR-7546.patch

patch to allow every file (in auto mode, that passes the `filetypes` check) to be sent to Solr.  Also removed suspicious code in reset() method that set the file filter to default state, ignoring the filetypes setting.

> SimplePostTool (and thus bin/post) cannot index files with unknown extensions
> -----------------------------------------------------------------------------
>
>                 Key: SOLR-7546
>                 URL: https://issues.apache.org/jira/browse/SOLR-7546
>             Project: Solr
>          Issue Type: Bug
>          Components: scripts and tools
>    Affects Versions: 5.0, 5.1
>            Reporter: Erik Hatcher
>            Assignee: Erik Hatcher
>             Fix For: 5.2
>
>         Attachments: SOLR-7546.patch
>
>
> With Solr 5.1.0, indexing a png file does not work:
> {code}
> $ bin/post -filetypes png -c test2 docs/images/quickstart-query-screen.png 
> java -classpath /Users/erikhatcher/solr-5.1.0/dist/solr-core-5.1.0.jar -Dauto=yes -Dfiletypes=png -Dc=test2 -Ddata=files org.apache.solr.util.SimplePostTool docs/images/quickstart-query-screen.png
> SimplePostTool version 5.0.0
> Posting files to [base] url http://localhost:8983/solr/test2/update...
> Entering auto mode. File endings considered are png
> SimplePostTool: WARNING: Skipping quickstart-query-screen.png. Unsupported file type for auto mode.
> 1 files indexed.
> COMMITting Solr index changes to http://localhost:8983/solr/test2/update...
> Time spent: 0:00:00.039
> {code}
> "png" is not in SimplePostTool's mimeMap data structure and thus is considered unsupported.
> Instead, when in auto mode, SimplePostTool should send anything it encounters (within the `filetypes` constraint) to Solr.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org