This commit is contained in:
kimchy 2010-12-13 21:30:26 +02:00
parent d0eed79175
commit bb178c9c1a
1 changed files with 0 additions and 3 deletions

View File

@ -50,11 +50,8 @@ public class FetchPhase implements SearchPhase {
private final SearchHitPhase[] hitPhases;
private final HighlightPhase highlightPhase;
@Inject public FetchPhase(HighlightPhase highlightPhase, ScriptFieldsSearchHitPhase scriptFieldsPhase,
MatchedFiltersSearchHitPhase matchFiltersPhase, ExplainSearchHitPhase explainPhase) {
this.highlightPhase = highlightPhase;
this.hitPhases = new SearchHitPhase[]{scriptFieldsPhase, matchFiltersPhase, explainPhase, highlightPhase};
}