Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change 
notification.

The following page has been changed by ShalinMangar:
http://wiki.apache.org/solr/DataImportHandler

The comment on the change is:
Fixed data-config example for CachedSqlEntityProcessor

------------------------------------------------------------------------------
  Example 1.
  {{{
  <entity name="x" query="select * from x">
-     <entity name="y" select * from y where xid=${x.id}" 
processor="CachedSqlEntityProcessor">
+     <entity name="y" query="select * from y where xid=${x.id}" 
processor="CachedSqlEntityProcessor">
      </entity>
  <entity>
  }}}
@@ -543, +543 @@

  Example 2:
  {{{
  <entity name="x" query="select * from x">
-     <entity name="y" select * from y" processor="CachedSqlEntityProcessor"  
where="xid=x.id">
+     <entity name="y" query="select * from y" 
processor="CachedSqlEntityProcessor"  where="xid=x.id">
      </entity>
  <entity>
  }}}

Reply via email to