Skip to content

Commit 8b8ff8b

Browse files
committed
Remove ParseFieldMatcher usages from SearchService
1 parent 6329a98 commit 8b8ff8b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

core/src/main/java/org/elasticsearch/search/SearchService.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
import org.elasticsearch.cluster.ClusterState;
2929
import org.elasticsearch.cluster.service.ClusterService;
3030
import org.elasticsearch.common.Nullable;
31-
import org.elasticsearch.common.ParseFieldMatcher;
3231
import org.elasticsearch.common.component.AbstractLifecycleComponent;
3332
import org.elasticsearch.common.lucene.Lucene;
3433
import org.elasticsearch.common.settings.Setting;
@@ -147,12 +146,9 @@ public class SearchService extends AbstractLifecycleComponent implements IndexEv
147146

148147
private final ConcurrentMapLong<SearchContext> activeContexts = ConcurrentCollections.newConcurrentMapLongWithAggressiveConcurrency();
149148

150-
private final ParseFieldMatcher parseFieldMatcher;
151-
152149
public SearchService(ClusterService clusterService, IndicesService indicesService,
153150
ThreadPool threadPool, ScriptService scriptService, BigArrays bigArrays, FetchPhase fetchPhase) {
154151
super(clusterService.getSettings());
155-
this.parseFieldMatcher = new ParseFieldMatcher(settings);
156152
this.threadPool = threadPool;
157153
this.clusterService = clusterService;
158154
this.indicesService = indicesService;

0 commit comments

Comments
 (0)