SOLR-13016: precommit errors

This commit is contained in:
Noble Paul 2019-01-09 23:51:09 +11:00
parent 3ffc9099bf
commit 0635c657c1
2 changed files with 2 additions and 5 deletions

View File

@ -21,6 +21,7 @@ import java.util.LinkedList;
import java.util.List;
import java.util.Set;
import com.google.common.collect.Sets;
import org.apache.lucene.document.Document;
import org.apache.lucene.document.NumericDocValuesField;
import org.apache.lucene.index.IndexableField;
@ -29,14 +30,10 @@ import org.apache.solr.common.SolrDocumentBase;
import org.apache.solr.common.SolrException;
import org.apache.solr.common.SolrInputDocument;
import org.apache.solr.common.SolrInputField;
import org.apache.solr.common.util.ByteArrayUtf8CharSequence;
import org.apache.solr.schema.CopyField;
import org.apache.solr.schema.IndexSchema;
import org.apache.solr.schema.SchemaField;
import com.google.common.collect.Sets;
/**
* Builds a Lucene {@link Document} from a {@link SolrInputDocument}.
*/

View File

@ -52,7 +52,7 @@ public class Row implements MapWriter {
public final String node;
final Cell[] cells;
//this holds the details of each replica in the node
Map<String, Map<String, List<ReplicaInfo>>> collectionVsShardVsReplicas;
public Map<String, Map<String, List<ReplicaInfo>>> collectionVsShardVsReplicas;
boolean anyValueMissing = false;
boolean isLive = true;