Commit 02b48e8ba5bcde461b83a5107b90ff6a4998784b

Authored by Megan Watson
1 parent 40e14204

KTS-4310 Added outlook to the list of supported formats.

"CLONE -Is it possible to fully index Microsoft Outlook Elements? (SUP-1841)"

Committed by: Megan Watson
search2/indexing/extractors/TikaApacheExtractor.inc.php
@@ -75,6 +75,8 @@ class TikaApacheExtractor extends DocumentExtractor @@ -75,6 +75,8 @@ class TikaApacheExtractor extends DocumentExtractor
75 'application/vnd.ms-excel', 75 'application/vnd.ms-excel',
76 'application/vnd.ms-powerpoint', 76 'application/vnd.ms-powerpoint',
77 'application/msword', 77 'application/msword',
  78 + // msg files
  79 + 'application/vnd.ms-outlook',
78 // rtf 80 // rtf
79 'text/rtf', 81 'text/rtf',
80 // staroffice 82 // staroffice