Strigi Test Case
Strigi Test Case
Steps
- In the Nepomuk System Settings ("Desktop Search"), in the tab titled "Advanced Settings", check a folder of your home directory where you have between 1 and 100 files, then check the box "Enable Strigi Desktop File Indexer" and hit the "Apply" button
Expected results
- The following command returns the 100 files the most recently indexed by Strigi. The list should contain the files of the folder you checked in the "Advanced Settings" tab.
nepomukcmd query "select ?f where
{graph ?g {?f <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#fileName> ?o} .
{?g <http://www.strigi.org/fields#indexGraphFor> ?f } .
?g nao:created ?date} order by desc (?date) limit 100"