[ Version ( since = "0.10" ) ]
public bool reindex_by_mimetype (string[] mimetypes) throws Error
Tells the filesystem miner to reindex any file with a mimetype in the mimetypes
list.
On failure throws will be set.
this | |
mimetypes |
an array of mimetypes (E.G. "text/plain"). All items with a mimetype in that list will be reindexed. |
true on success, otherwise false. |