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)
+  * '''`url`''' (required) : The url used to invoke the REST API. (Can be 
templatized). if the data souce is file this must be the file location
+  * '''`stream`''' (optional) : set this to true , if the xml is really big
   * '''`forEach`'''(required) : The xpath expression which demarcates a 
record. If there are mutiple types of record separate them with ''" |  "'' 
(pipe)
   * '''`xsl`'''(optional): This will be used as a preprocessor for applying 
the XSL transformation. Provide the full path in the filesystem or a url.
   * '''`useSolrAddSchema`'''(optional): Set it's value to 'true' if the xml 
that is fed into this processor has the same schema as that of the solr add 
xml. No need to mention any fields if it is set to true.

Reply via email to