[ https://issues.apache.org/jira/browse/LUCENE-5741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Zhuravskiy Vitaliy updated LUCENE-5741: --------------------------------------- Description: I am using "fresh"a and opened reader. One segement and 3 documents in index. tryDeleteDocument always return false, i deep into your code, and see follow, that segmentInfos.indexOf(info) always return -1 because org.apache.lucene.index.SegmentInfoPerCommit doesnot have equals method, see screenshoot for more inforamtion http://postimg.org/image/jvtezvqnn/ was: I am using "fresh"a and opened reader. One segement and 3 documents in index. tryDeleteDocument always return false, i deep into your code, and see follow, that segmentInfos.indexOf(info) always return -1 because org.apache.lucene.index.SegmentInfos doesnot have equals method, see screenshoot for more inforamtion http://postimg.org/image/jvtezvqnn/ > IndexWriter.tryDeleteDocument does not work > ------------------------------------------- > > Key: LUCENE-5741 > URL: https://issues.apache.org/jira/browse/LUCENE-5741 > Project: Lucene - Core > Issue Type: Bug > Components: core/index > Affects Versions: 4.3, 4.5, 4.6, 4.7, 4.8, 4.9 > Reporter: Zhuravskiy Vitaliy > Assignee: Michael McCandless > Priority: Critical > > I am using "fresh"a and opened reader. > One segement and 3 documents in index. > tryDeleteDocument always return false, i deep into your code, and see follow, > that > segmentInfos.indexOf(info) > always return -1 because org.apache.lucene.index.SegmentInfoPerCommit doesnot > have equals method, see screenshoot for more inforamtion > http://postimg.org/image/jvtezvqnn/ -- This message was sent by Atlassian JIRA (v6.2#6252) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org