Note that if I change my import file to explicitly list all my files (instead of using the FileListEntityProcessor) as below then everything works as I expect.
<dataSource type="FileDataSource" name="fileDataSource" basePath="d:\my\directory\"/> <document name="dict-entries"> <entity name="jc" processor="LineEntityProcessor" url="file1.WRK" dataSource="fileDataSource" transformer="myTransformer"></entity> <entity name="jc" processor="LineEntityProcessor" url="file2.WRK" dataSource="fileDataSource" transformer="myTransformer"></entity> <entity name="jc" processor="LineEntityProcessor" url="file3.WRK" dataSource="fileDataSource" transformer="myTransformer"></entity> ... </document> -- View this message in context: http://www.nabble.com/FileListEntityProcessor-and-LineEntityProcessor-tp25476443p25480830.html Sent from the Solr - User mailing list archive at Nabble.com.