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: Adding solr 1.4 warning for HTMLStripTransformer and ClobTransformer ------------------------------------------------------------------------------ * '''`template`''' : The template string. In the above example there are two placeholders '${e.name}' and '${eparent.surname}' . Both the values must be present when it is being evaluated. Else it will not be evaluated. === HTMLStripTransformer === + <!> ["Solr1.4"] + Can be used to strip HTML out of a string field e.g.: {{{ @@ -580, +582 @@ * '''`stripHTML`''' : Boolean value to signal if HTML!StripTransformer should process this field or not. === ClobTransformer === + <!> ["Solr1.4"] + Can be used to create a String out of a Clob type in database. e.g.: {{{
