You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2012/12/06 18:52:16 UTC

[Solr Wiki] Update of "DataImportHandler" by HossMan

Dear Wiki user,

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

The "DataImportHandler" page has been changed by HossMan:
http://wiki.apache.org/solr/DataImportHandler?action=diff&rev1=329&rev2=330

Comment:
SOLR-4151

  <<Anchor(interactive)>>
  
  = Interactive Development Mode =
+ 
+ /!\ '''NOTE:''' The Interactive 'debug' mode only exists in Solr 3.x.  It has not yet been implemented in Solr 4.x (see [[https://issues.apache.org/jira/browse/SOLR-4151|SOLR-4151]])
+ 
  This is a new cool and powerful feature in the tool. It helps you build a dataconfig.xml with the UI. It can be accessed from http://host:port/solr/admin/dataimport.jsp . The features are
  
   * A UI with two panels . RHS takes in the input and LHS shows the output
@@ -1144, +1147 @@

   * Choose the 'verbose' option to get detailed information about the intermediete steps. What was emitted by the query and what went into the Transformer and what was the output.
   * If an exception occurred during the run, the stacktrace is shown right there
   * The fields produced by the Entities, Transformers may not be visible in documents if the fields are either not present in the schema.xml of there is an explicit <field> declaration
- 
- == A screenshot ==
- {{attachment:interactive-dev-dataimporthandler.PNG}}
  
  <<BR>>