not sure if this will help any.
Here's the verbose log
INFO - 2013-07-01 23:17:08.632;
org.apache.solr.handler.dataimport.DataImporter; Loading DIH Configuration:
tika-data-config.xml
INFO - 2013-07-01 23:17:08.648;
org.apache.solr.handler.dataimport.DataImporter; Data Configuration loaded
suc
I'm using the Tika plugin to do so and according to
http://tika.apache.org/0.5/formats.html it does
*ZIP archive (application/zip) Tika uses Java's built-in Zip classes to
parse ZIP files.
Support for ZIP was added in Tika 0.2.*
--
View this message in context:
http://lucene.472066.n3.nabble.
IIRC Zip files are not supported
On Mon, Jul 1, 2013 at 10:30 PM, ericrs22 wrote:
> To answer the previous Post:
>
> I was not sure what datasource="binaryFile" I took it from a PDF sample
> thinking that would help.
>
> after setting datasource="null" I'm still gett the same errors...
>
>
>
To answer the previous Post:
I was not sure what datasource="binaryFile" I took it from a PDF sample
thinking that would help.
after setting datasource="null" I'm still gett the same errors...
Try setting dataSource="null" for your toplevel entity and
use filename="\.zip$" as filename selector.
Am 28.06.2013 23:14, schrieb ericrs22:
> unfortunately not. I had tried that before with the logs saying:
>
> Full Import failed:java.lang.RuntimeException: java.lang.RuntimeException:
> java.
What is dataSource="binaryFile"? I don't see any such data source
defined in your configuration.
On Fri, Jun 28, 2013 at 11:50 PM, ericrs22 wrote:
> So I thought I had it correctly setup but I'm receiveing the following
> response to my Data Config
>
> Last Update: 18:17:52
>
> (Duration: 07s)
>
unfortunately not. I had tried that before with the logs saying:
Full Import failed:java.lang.RuntimeException: java.lang.RuntimeException:
java.util.regex.PatternSyntaxException: Dangling meta character '*' near
index 0
With .*zip i get this:
WARN
SimplePropertiesWriter
Unable to read: d
Hi,
Maybe fileName="*.zip" instead of ".*zip" ?
Steve
On Jun 28, 2013, at 2:20 PM, ericrs22 wrote:
> So I thought I had it correctly setup but I'm receiveing the following
> response to my Data Config
>
> Last Update: 18:17:52
>
> (Duration: 07s)
>
> Requests: 0 (0/s), Fetched: 0 (0/s), Ski