Hello,

I am trying to index some FS folder tree.
Spent 2 days finding what could be the problem - got nothing :) There are
not so much examples on indexing File System.
In the logs I cant find any exceptions why it does not process the info
Data import configuration and debug response are attached


Using:
1. solr web admin tool,
2. Java version "1.7.0_09-icedtea"
   OpenJDK Runtime Environment (fedora-2.3.7.0.fc17-x86_64)
   OpenJDK 64-Bit Server VM (build 23.7-b01, mixed mode)

Thank you for your time,
Ro

P.S. Excuse my bad English, I am not a native English speaker.
<dataConfig>
 <dataSource type="FileDataSource" />
 <document>
	 
	<entity name="file_entity" 
		processor="FileListEntityProcessor" 
		fileName=".*"
		baseDir="/srv/nfs/test" 
		recursive="true" 
		rootEntity="false" 
		onError="skip">

		<field column="fileAbsolutePath" name="path" />
		<field column="fileSize" name="size" />
		<field column="fileLastModified" name="updated_at" /> 
		<field column="file" name="name"/>
		<field column="baseDir" name="title" />
		
	</entity>	
 </document>
</dataConfig>

Attachment: import-debug-response.json
Description: application/json

Reply via email to