This repository was archived by the owner on Jun 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
src/main/java/org/elasticsearch/mapper/attachments Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 2121
2222import org .apache .lucene .document .Field ;
2323import org .apache .lucene .index .IndexOptions ;
24- import org .apache .tika .Tika ;
25- import org .apache .tika .exception .TikaException ;
2624import org .apache .tika .language .LanguageIdentifier ;
2725import org .apache .tika .metadata .Metadata ;
28- import org .apache .tika .parser .Parser ;
29- import org .elasticsearch .SpecialPermission ;
3026import org .elasticsearch .Version ;
3127import org .elasticsearch .common .collect .Iterators ;
32- import org .elasticsearch .common .io .stream .StreamInput ;
3328import org .elasticsearch .common .logging .ESLogger ;
3429import org .elasticsearch .common .logging .ESLoggerFactory ;
3530import org .elasticsearch .common .settings .Settings ;
3833import org .elasticsearch .index .mapper .*;
3934
4035import java .io .IOException ;
41- import java .security .AccessController ;
42- import java .security .PrivilegedActionException ;
43- import java .security .PrivilegedExceptionAction ;
4436import java .util .*;
4537
4638import static org .elasticsearch .index .mapper .MapperBuilders .*;
You can’t perform that action at this time.
0 commit comments