Skip to content

Commit 7f249e4

Browse files
committed
Remove unused member MappedFieldType#indexAnalyzer.
1 parent aab655c commit 7f249e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/src/main/java/org/elasticsearch/index/mapper/MappedFieldType.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ public abstract class MappedFieldType {
7272
private final boolean isStored;
7373
private final TextSearchInfo textSearchInfo;
7474
private final Map<String, String> meta;
75-
private NamedAnalyzer indexAnalyzer;
7675
private boolean eagerGlobalOrdinals;
7776

7877
public MappedFieldType(String name, boolean isIndexed, boolean isStored,

0 commit comments

Comments
 (0)