File tree 1 file changed +0
-3
lines changed
core/src/main/java/org/elasticsearch/rest
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 22
22
import org .apache .lucene .search .spell .LevensteinDistance ;
23
23
import org .apache .lucene .util .CollectionUtil ;
24
24
import org .elasticsearch .client .node .NodeClient ;
25
- import org .elasticsearch .common .ParseFieldMatcher ;
26
25
import org .elasticsearch .common .collect .Tuple ;
27
26
import org .elasticsearch .common .component .AbstractComponent ;
28
27
import org .elasticsearch .common .settings .Setting ;
@@ -53,11 +52,9 @@ public abstract class BaseRestHandler extends AbstractComponent implements RestH
53
52
54
53
public static final Setting <Boolean > MULTI_ALLOW_EXPLICIT_INDEX =
55
54
Setting .boolSetting ("rest.action.multi.allow_explicit_index" , true , Property .NodeScope );
56
- protected final ParseFieldMatcher parseFieldMatcher ;
57
55
58
56
protected BaseRestHandler (Settings settings ) {
59
57
super (settings );
60
- this .parseFieldMatcher = new ParseFieldMatcher (settings );
61
58
}
62
59
63
60
@ Override
You can’t perform that action at this time.
0 commit comments