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 NoblePaul:
http://wiki.apache.org/solr/DataImportHandler

------------------------------------------------------------------------------
  The entity for an xml/http data source can have the following attributes over 
and above the default attributes
   * '''`processor`''' (required) : The value must be `"XPathEntityProcessor"`
   * '''`url`''' (required) : The url used to invoke the REST API. (Can be 
templatized)
-  * '''`forEach`'''(required) : The xpath expression which demarcates a 
record. If there are mutiple types of record separate them with '' |  ''
+  * '''`forEach`'''(required) : The xpath expression which demarcates a 
record. If there are mutiple types of record separate them with ''" |  "''
+ 
+ 
+ 
+ 
-  The fields can have the following attributes (over and above the default 
attributes):
+ The fields can have the following attributes (over and above the default 
attributes):
   * '''`xpath`''' (required) : The xpath expression of the field to be mapped 
as a column in the record . It can be omitted if the column does not come from 
an xml attribute. That means it can be a synthetic field created by a 
transformer
   * '''`commonField`''' : can be (true| false) . If true, this field once 
encountered in a record will be copied to other records before creating a Solr 
document
  

Reply via email to