[ 
https://issues.apache.org/jira/browse/LUCENE-4140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13428075#comment-13428075
 ] 

Robert Muir commented on LUCENE-4140:
-------------------------------------

This still seems to be an issue. The get/set are public, but the actual class 
is package-private.

I think we should make the class package-private too.

For some reason, javadocs manages to not create a broken link here (I guess in 
other cases it does
when you have such abstraction violations).

http://lucene.apache.org/core/4_0_0-ALPHA/core/org/apache/lucene/index/LiveIndexWriterConfig.html#getFlushPolicy%28%29
                
> IndexWriterConfig has setFlushPolicy but the class is package private
> ---------------------------------------------------------------------
>
>                 Key: LUCENE-4140
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4140
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: selckin
>
> 4.0

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Reply via email to