[ https://issues.apache.org/jira/browse/SOLR-7003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14284010#comment-14284010 ]
Hoss Man commented on SOLR-7003: -------------------------------- since we never marked it deprecated in a 4.x release, i'm -0 on yanking it completley from SolrServer in 5.0 -- that will cause a lot of confusion for people who get compilation errors with no idea what to use instead. However... since we already marked SolrServer deprecated in 5.0, and made it subclass the new SolrClient, let's remove all waitFlush related methods from SolrClient, and push them down into the SolrServer subclasses with an additional deprecation/unused warning > Remove waitFlush boolean from SolrClients > ----------------------------------------- > > Key: SOLR-7003 > URL: https://issues.apache.org/jira/browse/SOLR-7003 > Project: Solr > Issue Type: Task > Components: clients - java > Reporter: Shalin Shekhar Mangar > > The waitFlush boolean for commits isn't actually used. But for some reason, > it was never marked deprecated in SolrServer (now called SolrClient). We > should nuke it. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org