Remove mistakenly newly public field from KeywordSearchIngestModule

This commit is contained in:
Richard Cordovano 2018-12-18 12:01:01 -05:00
parent dca6f54a72
commit 05bae528a5

View File

@ -71,7 +71,7 @@ public final class KeywordSearchIngestModule implements FileIngestModule {
/** generally text extractors should ignore archives and let unpacking /** generally text extractors should ignore archives and let unpacking
* modules take care of them */ * modules take care of them */
public static final List<String> ARCHIVE_MIME_TYPES private static final List<String> ARCHIVE_MIME_TYPES
= ImmutableList.of( = ImmutableList.of(
//ignore unstructured binary and compressed data, for which string extraction or unzipper works better //ignore unstructured binary and compressed data, for which string extraction or unzipper works better
"application/x-7z-compressed", //NON-NLS "application/x-7z-compressed", //NON-NLS