Sha256: 3bb5743e74bd947ccd593ad0328dbdebc324a25b187e92049805e759a3703a7c

Contents?: true

Size: 1.09 KB

Versions: 3

Compression:

Stored size: 1.09 KB

Contents

<dataConfig>
	<dataSource type="HttpDataSource" />
	<document>
		<entity name="slashdot"
				pk="link"
				url="http://rss.slashdot.org/Slashdot/slashdot"
				processor="XPathEntityProcessor"
				forEach="/RDF/channel | /RDF/item"
				transformer="DateFormatTransformer">
				
			<field column="source" xpath="/RDF/channel/title" commonField="true" />
			<field column="source-link" xpath="/RDF/channel/link" commonField="true" />
			<field column="subject" xpath="/RDF/channel/subject" commonField="true" />
			
			<field column="title" xpath="/RDF/item/title" />
			<field column="link" xpath="/RDF/item/link" />
			<field column="description" xpath="/RDF/item/description" />
			<field column="creator" xpath="/RDF/item/creator" />
			<field column="item-subject" xpath="/RDF/item/subject" />
			<field column="date" xpath="/RDF/item/date" dateTimeFormat="yyyy-MM-dd'T'hh:mm:ss" />
			<field column="slash-department" xpath="/RDF/item/department" />
			<field column="slash-section" xpath="/RDF/item/section" />
			<field column="slash-comments" xpath="/RDF/item/comments" />
		</entity>
	</document>
</dataConfig>

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
solrsrv-1.0.1 apache-solr-1.4.0/example-DIH/solr/rss/conf/rss-data-config.xml
solrsrv-1.0.0 apache-solr-1.4.0/example-DIH/solr/rss/conf/rss-data-config.xml
tanning_bed_solr-0.0.1 vendor/solr/example-DIH/solr/rss/conf/rss-data-config.xml