Project

General

Profile

« Previous | Next » 

Revision 50754

Now we are able to index data collected from virtuoso via CONSTRUCT queries, yeah!

View differences:

solr_publish_template.xml
10 10
	<BODY>
11 11
		<CONFIGURATION>
12 12
			<PARAMETERS>
13
				<PARAM name="dsId" description="Datasource Id" required="true" type="string"/>
13
				<PARAM name="dsName" description="Datasource Name" required="true" type="string"/>
14 14
				<PARAM name="interface" description="Datasource Interface" required="true" type="string"/>
15 15
				<PARAM name="virtuosoReaderAPIUrl" description="Virtuoso reader endpoint" required="true" type="string"/>
16 16
				<PARAM name="indexId" description="Index Identifier" required="true" type="string"/>
......
21 21
				<NODE name="readFromVirtuoso" type="ReadVirtuoso" isStart="true">
22 22
					<DESCRIPTION>Fetch records from Virtuoso</DESCRIPTION>
23 23
					<PARAMETERS>
24
						<PARAM name="datasourceId" ref="dsId"/>
24
						<PARAM name="datasourceName" ref="dsName"/>
25 25
						<PARAM name="datasourceInterface" ref="interface"/>
26 26
						<PARAM name="virtuosoReaderAPIUrl" ref="virtuosoReaderAPIUrl"/>
27 27
					</PARAMETERS>

Also available in: Unified diff