You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Benson Margulies (Created) (JIRA)" <ji...@apache.org> on 2012/03/30 17:12:29 UTC

[jira] [Created] (SOLR-3298) LBHttpSolrServer javadoc refers to nonexistent (?) CommonsHttpSolrServer

LBHttpSolrServer javadoc refers to nonexistent (?) CommonsHttpSolrServer
------------------------------------------------------------------------

                 Key: SOLR-3298
                 URL: https://issues.apache.org/jira/browse/SOLR-3298
             Project: Solr
          Issue Type: Bug
          Components: clients - java
    Affects Versions: 4.0
            Reporter: Benson Margulies


The javadoc for the LB server begins:

{quote}
LBHttpSolrServer or "LoadBalanced HttpSolrServer" is a load balancing wrapper to CommonsHttpSolrServer.
{quote}


But that class is no longer in the source tree, at least under that name.

What's the new theory? Is this just the class to use, all by itself? If so, I can submit a patch to the doc.


--
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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-3298) LBHttpSolrServer javadoc refers to nonexistent (?) CommonsHttpSolrServer

Posted by "Erick Erickson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-3298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13242434#comment-13242434 ] 

Erick Erickson commented on SOLR-3298:
--------------------------------------

Please do. According to the the javadoc for CommonsHttpSolrServer in 3.x (haven't tried it personally), now you use HttpSolrServer.

If you go there, could you knock off SOLR-3297 as well, by putting them both in CHANGES.txt?

Or I'll get to it sometime...
                
> LBHttpSolrServer javadoc refers to nonexistent (?) CommonsHttpSolrServer
> ------------------------------------------------------------------------
>
>                 Key: SOLR-3298
>                 URL: https://issues.apache.org/jira/browse/SOLR-3298
>             Project: Solr
>          Issue Type: Bug
>          Components: clients - java
>    Affects Versions: 4.0
>            Reporter: Benson Margulies
>
> The javadoc for the LB server begins:
> {quote}
> LBHttpSolrServer or "LoadBalanced HttpSolrServer" is a load balancing wrapper to CommonsHttpSolrServer.
> {quote}
> But that class is no longer in the source tree, at least under that name.
> What's the new theory? Is this just the class to use, all by itself? If so, I can submit a patch to the doc.

--
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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Resolved] (SOLR-3298) LBHttpSolrServer javadoc refers to nonexistent (?) CommonsHttpSolrServer

Posted by "Erick Erickson (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-3298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Erick Erickson resolved SOLR-3298.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 4.0

r: 1307543 Thanks Benson!
                
> LBHttpSolrServer javadoc refers to nonexistent (?) CommonsHttpSolrServer
> ------------------------------------------------------------------------
>
>                 Key: SOLR-3298
>                 URL: https://issues.apache.org/jira/browse/SOLR-3298
>             Project: Solr
>          Issue Type: Bug
>          Components: clients - java
>    Affects Versions: 4.0
>            Reporter: Benson Margulies
>             Fix For: 4.0
>
>         Attachments: solr-3298.patch
>
>
> The javadoc for the LB server begins:
> {quote}
> LBHttpSolrServer or "LoadBalanced HttpSolrServer" is a load balancing wrapper to CommonsHttpSolrServer.
> {quote}
> But that class is no longer in the source tree, at least under that name.
> What's the new theory? Is this just the class to use, all by itself? If so, I can submit a patch to the doc.

--
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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-3298) LBHttpSolrServer javadoc refers to nonexistent (?) CommonsHttpSolrServer

Posted by "Sami Siren (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-3298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13242432#comment-13242432 ] 

Sami Siren commented on SOLR-3298:
----------------------------------

bq. What's the new theory? Is this just the class to use, all by itself? If so, I can submit a patch to the doc.

The successor of CommonsHttpSolrServer goes by name "HttpSolrServer" in trunk.
                
> LBHttpSolrServer javadoc refers to nonexistent (?) CommonsHttpSolrServer
> ------------------------------------------------------------------------
>
>                 Key: SOLR-3298
>                 URL: https://issues.apache.org/jira/browse/SOLR-3298
>             Project: Solr
>          Issue Type: Bug
>          Components: clients - java
>    Affects Versions: 4.0
>            Reporter: Benson Margulies
>
> The javadoc for the LB server begins:
> {quote}
> LBHttpSolrServer or "LoadBalanced HttpSolrServer" is a load balancing wrapper to CommonsHttpSolrServer.
> {quote}
> But that class is no longer in the source tree, at least under that name.
> What's the new theory? Is this just the class to use, all by itself? If so, I can submit a patch to the doc.

--
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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Updated] (SOLR-3298) LBHttpSolrServer javadoc refers to nonexistent (?) CommonsHttpSolrServer

Posted by "Benson Margulies (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-3298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benson Margulies updated SOLR-3298:
-----------------------------------

    Attachment: solr-3298.patch

Here's a patch.
                
> LBHttpSolrServer javadoc refers to nonexistent (?) CommonsHttpSolrServer
> ------------------------------------------------------------------------
>
>                 Key: SOLR-3298
>                 URL: https://issues.apache.org/jira/browse/SOLR-3298
>             Project: Solr
>          Issue Type: Bug
>          Components: clients - java
>    Affects Versions: 4.0
>            Reporter: Benson Margulies
>         Attachments: solr-3298.patch
>
>
> The javadoc for the LB server begins:
> {quote}
> LBHttpSolrServer or "LoadBalanced HttpSolrServer" is a load balancing wrapper to CommonsHttpSolrServer.
> {quote}
> But that class is no longer in the source tree, at least under that name.
> What's the new theory? Is this just the class to use, all by itself? If so, I can submit a patch to the doc.

--
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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-3298) LBHttpSolrServer javadoc refers to nonexistent (?) CommonsHttpSolrServer

Posted by "Benson Margulies (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-3298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13242451#comment-13242451 ] 

Benson Margulies commented on SOLR-3298:
----------------------------------------

Coming right up.

                
> LBHttpSolrServer javadoc refers to nonexistent (?) CommonsHttpSolrServer
> ------------------------------------------------------------------------
>
>                 Key: SOLR-3298
>                 URL: https://issues.apache.org/jira/browse/SOLR-3298
>             Project: Solr
>          Issue Type: Bug
>          Components: clients - java
>    Affects Versions: 4.0
>            Reporter: Benson Margulies
>
> The javadoc for the LB server begins:
> {quote}
> LBHttpSolrServer or "LoadBalanced HttpSolrServer" is a load balancing wrapper to CommonsHttpSolrServer.
> {quote}
> But that class is no longer in the source tree, at least under that name.
> What's the new theory? Is this just the class to use, all by itself? If so, I can submit a patch to the doc.

--
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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org