Skip to content

Commit

Permalink
Fix removal in Lucene.
Browse files Browse the repository at this point in the history
  • Loading branch information
fxprunayre committed May 31, 2017
1 parent 3f25d00 commit 0b5d6d3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -933,12 +933,12 @@ public Set<Integer> getDocsWithXLinks() throws Exception {

@Override
public void delete(String txt) throws Exception {

delete("_id", txt);
}

@Override
public void delete(List<String> txts) throws Exception {

delete("_id", txts);
}

public ISODate getDocChangeDate(String mdId) throws Exception {
Expand Down

0 comments on commit 0b5d6d3

Please sign in to comment.