Skip to content

Commit

Permalink
missed use
Browse files Browse the repository at this point in the history
  • Loading branch information
qqmyers committed Jun 25, 2024
1 parent b464b24 commit fc020be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1826,7 +1826,7 @@ private void updatePathForExistingSolrDocs(DvObject object) throws SolrServerExc
}
sid.removeField(SearchFields.SUBTREE);
sid.addField(SearchFields.SUBTREE, paths);
addResponse = solrClientService.getSolrClient().add(sid, COMMIT_WITHIN);
addResponse = solrClientService.getSolrClient().add(sid);
}
}
}
Expand Down

0 comments on commit fc020be

Please sign in to comment.