Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [smila-user] Crawl Directory, wait for updates, SMILA 1.0

Hi,

There is a file crawler in the new importing package intended to replace the deprecated one.

You can find more information on the file system crawler, the delta-importing strategy or the way the import jobs work at http://wiki.eclipse.org/SMILA/Documentation#Importing.

But you have to be aware that the filesystem crawler simply crawls the file system and forwards files that are changed or new to the bulkbuilder. The current implementation does not contain any component that monitors filesystem changes and reacts on them.

You'd have to regularly trigger the crawl job (in runOnce mode) to react to changes in the filesystem or you'd have to write your own component that monitors the file system and then triggers the import.

Bye,
Andreas

-----Ursprüngliche Nachricht-----
Von: smila-user-bounces@xxxxxxxxxxx [mailto:smila-user-bounces@xxxxxxxxxxx] Im Auftrag von Stephan Mehlhase
Gesendet: Freitag, 16. März 2012 08:39
An: Smila project user mailing list
Betreff: [smila-user] Crawl Directory, wait for updates, SMILA 1.0

Hi,

I'm looking for a way with SMILA to crawl a specific directory (better a set of specific files in that directory) and monitor this directory and update it whenever a new file is created.

I now that there is a file crawler (
http://wiki.eclipse.org/SMILA/Documentation/Filesystem_Crawler ) but it is marked as deprecated. So what's the not-deprecated way to do this in SMILA 1.0?

Stephan

--
Stephan Mehlhase

European Media Laboratory GmbH
Schloss-Wolfsbrunnenweg 35
69118 Heidelberg

Amtsgericht Mannheim / HRB 335719
Managing Partner: Dr. h. c. Dr.-Ing. E. h. Klaus Tschira, Scientific and Managing
Director: Prof. Dr.-Ing. Andreas Reuter

http://www.eml-development.de

Testen Sie auch unsere neue Android Applikation zur Mediensteuerung:
http://market.android.com/search?q=pname:org.eml.upnp

_______________________________________________
smila-user mailing list
smila-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/smila-user


Back to the top