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 2011/05/19 15:30:38 UTC

[Solr Wiki] Update of "DataImportHandler" by DanielRijkhof

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 DanielRijkhof.
The comment on this change is: see source on: http://java2s.com/Open-Source/Java-Document/Search-Engine/apache-solr-1.4.0/org/apache/solr/handler/dataimport/FileListEntityProcessor.java.htm.
http://wiki.apache.org/solr/DataImportHandler?action=diff&rev1=278&rev2=279

--------------------------------------------------

      </document>
  </dataConfig>
  }}}
- Do not miss the `rootEntity` attribute. The implicit fields generated by the !FileListEntityProcessor are `fileDir, fileAbsolutePath, fileSize, fileLastModified, fileName` and these are available for use within the entity X as shown above. It should be noted that !FileListEntityProcessor returns a list of pathnames and that the subsequent entity must use the !FileDataSource to fetch the files content.
+ Do not miss the `rootEntity` attribute. The implicit fields generated by the !FileListEntityProcessor are `fileDir, file, fileAbsolutePath, fileSize, fileLastModified` and these are available for use within the entity X as shown above. It should be noted that !FileListEntityProcessor returns a list of pathnames and that the subsequent entity must use the !FileDataSource to fetch the files content.
  
  === CachedSqlEntityProcessor ===
  <<Anchor(cached)>>