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 confiuration has a 'flexible' schema. It lets the user provide arbitrary 
attributes in an 'entity' tag  and 'field' tags. The tool reads the data and 
hands it over to the implementation class as it is. If the 'Transformer' needs 
extra information to be provided on a per entity/field basis it can do so. The 
values can be obtained from the Context. 
  
- There is an inbuilt transformer called 'RegExpTransfromer' provided with the 
tool itself. It helps in extracting values from fields (from db) using Regular 
Expressions.
+ There is an inbuilt transformer called '!RegExpTransfromer' provided with the 
tool itself. It helps in extracting values from fields (from db) using Regular 
Expressions.
  
  example:
  {{{

Reply via email to