You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Robert Muir (JIRA)" <ji...@apache.org> on 2015/04/01 12:44:53 UTC

[jira] [Created] (LUCENE-6384) remove or fix IndexWriter.tryDeleteDocument

Robert Muir created LUCENE-6384:
-----------------------------------

             Summary: remove or fix IndexWriter.tryDeleteDocument
                 Key: LUCENE-6384
                 URL: https://issues.apache.org/jira/browse/LUCENE-6384
             Project: Lucene - Core
          Issue Type: Bug
            Reporter: Robert Muir


This method is causing bugs in tests, I think its a trap.

I don't think people understand the semantics of it, and i don't like that its difficult for it to return false in tests

So its unlikely to return false in tests, only in production. Broken just like java 7 string hashing.

I think we should either remove it, rename it, fix the javadocs let IndexWriter create a random and intentionally return false from this method say 1% of the time to make it less trappy, something.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org