![JAR search and dependency download from the Maven repository](/logo.png)
harvest.desktop-files.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plugin-harvester-filesystem Show documentation
Show all versions of plugin-harvester-filesystem Show documentation
Performs a batch harvest of any filesystem that can support Java
The newest version!
{
"harvester": {
"type": "file-system",
"file-system": {
"targets": [
{
"baseDir": "${harvest.dir}",
"facetDir": "${harvest.dir}",
"ignoreFilter": ".svn|.ice|.*|~*|Thumbs.db|.DS_Store",
"recursive": true,
"force": true,
"link": true
}
],
"cacheDir": "${fascinator.home}/cache"
}
},
"renderTypes": {
"documents": {
"fileTypes": ["mp3","mp4","m4a","wav","wma","wmv","mpg","mpeg",
"mov","wav","aiff","odp","ppt","pptx","pdf","tex",
"svg","ods","xls","xlsx","odt","doc","docx","png",
"jpg","jpeg","gif","bmp","cml"],
"harvestQueue": ["aperture"],
"indexOnHarvest": ["true"],
"renderQueue": ["ice2"]
},
"speed": {
"fileTypes": [],
"harvestQueue": [],
"indexOnHarvest": ["false"],
"renderQueue": ["aperture"]
}
},
"transformer": {
"harvestQueue": ["aperture"],
"indexOnHarvest": "true",
"renderQueue": ["ice2"]
},
"indexer": {
"script": {
"type": "python",
"rules": "local-files.py"
},
"params": {
"repository.name": "Local Files",
"repository.type": "Local File System"
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy