You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Ryan Ernst (JIRA)" <ji...@apache.org> on 2014/08/05 17:28:11 UTC

[jira] [Created] (LUCENE-5871) Simplify or remove use of Version in IndexWriterConfig

Ryan Ernst created LUCENE-5871:
----------------------------------

             Summary: Simplify or remove use of Version in IndexWriterConfig
                 Key: LUCENE-5871
                 URL: https://issues.apache.org/jira/browse/LUCENE-5871
             Project: Lucene - Core
          Issue Type: Bug
            Reporter: Ryan Ernst


{{IndexWriter}} currently uses Version from {{IndexWriterConfig}} to determine the semantics of {{close()}}.  This is a trapdoor for users, as they often default to just sending Version.LUCENE_CURRENT since they don't understand what it will be used for.  Instead, we should make the semantics of close a direction option in IWC.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

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