Guest User

Untitled

a guest
Jan 25th, 2011
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1.  
  2. <dataConfig>
  3.  
  4. <dataSource name="fds" encoding="UTF-8" type="FileDataSource" />
  5.  
  6. <document>
  7.  
  8.  
  9.  
  10. <entity name="try"
  11.  
  12. processor="FileListEntityProcessor"
  13.  
  14. newerThan="${dataimporter.last_index_time}"
  15.  
  16. fileName="sample.txt$"
  17.  
  18. rootEntity="false"
  19.  
  20. baseDir="/home/karunya/apache-solr-1.4.1/example/exampledocs/"
  21.  
  22. >
  23.  
  24.  
  25.  
  26. <entity name="tryli"
  27.  
  28. processor="LineEntityProcessor"
  29. url="${hathifile.fileAbsolutePath}"
  30.  
  31. rootEntity="true"
  32.  
  33. dataSource="fds"
  34.  
  35. transformer="RegexTransformer"
  36. >
  37.  
  38.  
  39.  
  40.  
  41.  
  42. <field column="rawLine" regex="^[^\s]*$" groupNames="month" />
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52. </entity>
  53. </entity>
  54.  
  55.  
  56. </document>
  57.  
  58. </dataConfig>
Advertisement
Add Comment
Please, Sign In to add comment