mirror of https://github.com/apache/lucene.git
In AddUpdateCommand remove one unused local and the getSchema.getUniqueKeyField method call that initialises it.
This commit is contained in:
parent
fe1b290e40
commit
ff359248b3
|
@ -168,7 +168,6 @@ public class AddUpdateCommand extends UpdateCommand implements Iterable<Document
|
|||
{
|
||||
List<SolrInputDocument> all = flatten(solrDoc);
|
||||
|
||||
SchemaField uniq = req.getSchema().getUniqueKeyField();
|
||||
String idField = getHashableId();
|
||||
|
||||
for (SolrInputDocument sdoc : all) {
|
||||
|
|
Loading…
Reference in New Issue