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 comment on the change is:
xpath flatten 

------------------------------------------------------------------------------
   * '''`forEach`'''(required) : The xpath expression which demarcates a 
record. If there are mutiple types of record separate them with ''" |  "'' 
(pipe) . If  useSolrAddSchema is set to 'true' this can be omitted.
   * '''`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.
+  * '''`flatten`''' (optional) : If this is set to true, text from under all 
the tags are extracted into one field , irrespective of the tag name. <!> 
["Solr1.4"]
  
  
  The fields can have the following attributes (over and above the default 
attributes):

Reply via email to