Skip to content

Commit

Permalink
tsing
Browse files Browse the repository at this point in the history
  • Loading branch information
Liza K committed Feb 12, 2020
1 parent 8d80a6f commit 22ad622
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/plugins/data/public/search/search_service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import { Plugin, CoreSetup, CoreStart, PackageInfo } from '../../../../core/publ
import { SYNC_SEARCH_STRATEGY, syncSearchStrategyProvider } from './sync_search_strategy';
import { ISearchSetup, ISearchStart, TSearchStrategyProvider, TSearchStrategiesMap } from './types';
import { TStrategyTypes } from './strategy_types';
import { ISearchGeneric } from './i_search';
import { getEsClient, LegacyApiCaller } from './es_client';
import { ES_SEARCH_STRATEGY, DEFAULT_SEARCH_STRATEGY } from '../../common/search';
import { esSearchStrategyProvider } from './es_search/es_search_strategy';
Expand All @@ -44,7 +43,6 @@ export class SearchService implements Plugin<ISearchSetup, ISearchStart> {
private searchStrategies: TSearchStrategiesMap = {};

private esClient?: LegacyApiCaller;
private search?: ISearchGeneric;

private registerSearchStrategyProvider = <T extends TStrategyTypes>(
name: T,
Expand Down

0 comments on commit 22ad622

Please sign in to comment.