mirror of
https://github.com/apache/lucene.git
synced 2025-02-07 18:49:03 +00:00
Whitespace and spurious import.
This commit is contained in:
parent
d8df9f8c99
commit
c9c29379a7
@ -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)
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user