add missing import

This commit is contained in:
Simon Willnauer 2014-07-28 14:33:51 +02:00
parent bf7f97d22f
commit d403e68f43
1 changed files with 2 additions and 0 deletions

View File

@ -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;
/**
*
*/