add missing import
This commit is contained in:
parent
bf7f97d22f
commit
d403e68f43
|
@ -44,6 +44,8 @@ import org.elasticsearch.index.fielddata.IndexFieldData;
|
|||
import java.io.IOException;
|
||||
import java.util.Locale;
|
||||
|
||||
import static org.elasticsearch.common.lucene.search.NoopCollector.NOOP_COLLECTOR;
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue