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), Skipped: 0, Processed: 0 (0/s)

Started: 13 minutes ago

Here's my Data config.

<dataConfig>
    <dataSource type="FileDataSource" />
    <document>
        <entity name="Archive"
          processor="FileListEntityProcessor" baseDir="E:\ArchiveRoot"
fileName=".*zip" recursive="true" rootEntity="false" dataSource="binaryFile"
onError="skip">

                        <field column="fileSize" name="size"/>
                   <field column="file" name="filename"/>

        </entity>
    </document>
</dataConfig>




--
View this message in context: 
http://lucene.472066.n3.nabble.com/dataconfig-to-index-ZIP-Files-tp4073965.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to