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/08/14 21:54:45 UTC

[jira] [Created] (SOLR-7929) SimplePostTool (also bin/post) -filetypes "*" does not work properly in 'web' mode

Erik Hatcher created SOLR-7929:
----------------------------------

             Summary: SimplePostTool (also bin/post) -filetypes "*" does not work properly in 'web' mode
                 Key: SOLR-7929
                 URL: https://issues.apache.org/jira/browse/SOLR-7929
             Project: Solr
          Issue Type: Bug
    Affects Versions: 5.3
            Reporter: Erik Hatcher
            Assignee: Erik Hatcher
            Priority: Critical
             Fix For: 5.4


{code}
 $ bin/post -c tmp http://lucene.apache.org/solr/assets/images/book_sia.png -filetypes “*”
    ...
 Entering auto mode. Indexing pages with content-types corresponding to file endings *
 Entering crawl at level 0 (1 links total, 1 new)
 SimplePostTool: WARNING: Skipping URL with unsupported type image/png
{code}

the mapping from image/png to a file type does not exist, and thus fails.  This works in 'file' mode though.



--
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