Erik Hatcher created SOLR-7546:
----------------------------------
Summary: 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.1, 5.0
Reporter: Erik Hatcher
Assignee: Erik Hatcher
Fix For: 5.2
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: [email protected]
For additional commands, e-mail: [email protected]