Skip to content
Snippets Groups Projects
Commit 14d6bd7f authored by adam-m's avatar adam-m
Browse files

add more tika supported formats (.flv and .class) to tika extractor

parent 8b8c553b
No related branches found
No related tags found
No related merge requests found
...@@ -85,8 +85,10 @@ public class AbstractFileTikaTextExtract implements AbstractFileExtract { ...@@ -85,8 +85,10 @@ public class AbstractFileTikaTextExtract implements AbstractFileExtract {
"html", "htm", "xhtml", "html", "htm", "xhtml",
//text //text
"txt", "log", "manifest", "txt", "log", "manifest",
//code
"class",
//images, media, other //images, media, other
"bmp", "gif", "png", "jpeg", "jpg", "tiff", "mp3", "aiff", "au", "midi", "wav", "bmp", "gif", "png", "jpeg", "jpg", "tiff", "mp3", "flv", "aiff", "au", "midi", "wav",
"pst", "xml", "class", "dwg", "eml", "emlx", "mbox", "mht"}; "pst", "xml", "class", "dwg", "eml", "emlx", "mbox", "mht"};
AbstractFileTikaTextExtract() { AbstractFileTikaTextExtract() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment