Whitespace and spurious import.

This commit is contained in:
Andrzej Bialecki 2017-04-20 12:18:41 +02:00
parent d8df9f8c99
commit c9c29379a7
2 changed files with 3 additions and 5 deletions

View File

@ -75,11 +75,11 @@ New Features
tuples, one for each value in the multi-valued field. (Dennis Gove)
* SOLR-10339: New set-trigger and remove-trigger APIs for autoscaling. (shalin)
* SOLR-10340: New set-listener and remove-listener API for autoscaling. (shalin)
* SOLR-10358: New suspend-trigger and resume-trigger APIs for autoscaling. (shalin)
* SOLR-10356: Adds basic math Streaming Evaluators (Dennis Gove)
* SOLR-10393: Adds UUID Streaming Evaluator (Dennis Gove)

View File

@ -43,8 +43,6 @@ import org.apache.solr.search.SolrIndexSearcher;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import static org.apache.solr.common.params.CommonParams.ID;
public class SpellCheckCollator {
private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());
private int maxCollations = 1;