You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Eric Pugh (JIRA)" <ji...@apache.org> on 2011/06/18 14:15:47 UTC

[jira] [Created] (SOLR-2607) Clean up /clients directory

Clean up /clients directory
---------------------------

                 Key: SOLR-2607
                 URL: https://issues.apache.org/jira/browse/SOLR-2607
             Project: Solr
          Issue Type: Task
          Components: clients - java, clients - ruby - flare
    Affects Versions: 4.0
            Reporter: Eric Pugh
            Priority: Minor


The /clients directory is a bit of a mess.  The only actively maintained client SolrJ is actually in the /dist directory!   The other clients that used to be in here, /php and /javascript (I think!) have been moved.  The only one is /ruby, and it isn't actively maintained the way other ruby clients are.

I'd recommend just removing the /clients directory since it's very confusing to a new user who would logically go here to find clients, and only find a ruby one!  It would also let us slim down the size of the download.

Alterntively if we want the /clients directory, then lets copy over the solrj lib to this dir instead of /dist

I am happy to submit a patch if this makes sense.

--
This message is automatically generated by JIRA.
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-2607) Clean up /clients directory

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

Erik Hatcher commented on SOLR-2607:
------------------------------------

I went ahead and took care of this on trunk.  svn exported to https://github.com/erikhatcher/solr-ruby-flare.

RIP solr-ruby and flare.  Long live Flare!

For future reference, if you're using solr-ruby, consider switching to RSolr - http://rubygems.org/gems/rsolr

Flare was the precursor prototype that morphed into the popular Blacklight framework - http://projectblacklight.org
                
> Clean up /clients directory
> ---------------------------
>
>                 Key: SOLR-2607
>                 URL: https://issues.apache.org/jira/browse/SOLR-2607
>             Project: Solr
>          Issue Type: Task
>          Components: clients - java, clients - ruby - flare
>    Affects Versions: 4.0
>            Reporter: Eric Pugh
>            Assignee: Erik Hatcher
>            Priority: Minor
>
> The /clients directory is a bit of a mess.  The only actively maintained client SolrJ is actually in the /dist directory!   The other clients that used to be in here, /php and /javascript (I think!) have been moved.  The only one is /ruby, and it isn't actively maintained the way other ruby clients are.
> I'd recommend just removing the /clients directory since it's very confusing to a new user who would logically go here to find clients, and only find a ruby one!  It would also let us slim down the size of the download.
> Alterntively if we want the /clients directory, then lets copy over the solrj lib to this dir instead of /dist
> I am happy to submit a patch if this makes sense.

--
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-2607) Clean up /clients directory

Posted by "Jan Høydahl (Commented JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-2607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13156334#comment-13156334 ] 

Jan Høydahl commented on SOLR-2607:
-----------------------------------

I'd say kill client/ and add a paragraph in README.TXT about clients with a link to Wiki.
                
> Clean up /clients directory
> ---------------------------
>
>                 Key: SOLR-2607
>                 URL: https://issues.apache.org/jira/browse/SOLR-2607
>             Project: Solr
>          Issue Type: Task
>          Components: clients - java, clients - ruby - flare
>    Affects Versions: 4.0
>            Reporter: Eric Pugh
>            Assignee: Erik Hatcher
>            Priority: Minor
>             Fix For: 4.0
>
>
> The /clients directory is a bit of a mess.  The only actively maintained client SolrJ is actually in the /dist directory!   The other clients that used to be in here, /php and /javascript (I think!) have been moved.  The only one is /ruby, and it isn't actively maintained the way other ruby clients are.
> I'd recommend just removing the /clients directory since it's very confusing to a new user who would logically go here to find clients, and only find a ruby one!  It would also let us slim down the size of the download.
> Alterntively if we want the /clients directory, then lets copy over the solrj lib to this dir instead of /dist
> I am happy to submit a patch if this makes sense.

--
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-2607) Clean up /clients directory

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

Erik Hatcher resolved SOLR-2607.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 4.0
    
> Clean up /clients directory
> ---------------------------
>
>                 Key: SOLR-2607
>                 URL: https://issues.apache.org/jira/browse/SOLR-2607
>             Project: Solr
>          Issue Type: Task
>          Components: clients - java, clients - ruby - flare
>    Affects Versions: 4.0
>            Reporter: Eric Pugh
>            Assignee: Erik Hatcher
>            Priority: Minor
>             Fix For: 4.0
>
>
> The /clients directory is a bit of a mess.  The only actively maintained client SolrJ is actually in the /dist directory!   The other clients that used to be in here, /php and /javascript (I think!) have been moved.  The only one is /ruby, and it isn't actively maintained the way other ruby clients are.
> I'd recommend just removing the /clients directory since it's very confusing to a new user who would logically go here to find clients, and only find a ruby one!  It would also let us slim down the size of the download.
> Alterntively if we want the /clients directory, then lets copy over the solrj lib to this dir instead of /dist
> I am happy to submit a patch if this makes sense.

--
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] [Reopened] (SOLR-2607) Clean up /clients directory

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

Erik Hatcher reopened SOLR-2607:
--------------------------------


going to re-open... we may want to also remove client/ fully?  It's nice to have the pointer to the wiki though.  Thoughts?
                
> Clean up /clients directory
> ---------------------------
>
>                 Key: SOLR-2607
>                 URL: https://issues.apache.org/jira/browse/SOLR-2607
>             Project: Solr
>          Issue Type: Task
>          Components: clients - java, clients - ruby - flare
>    Affects Versions: 4.0
>            Reporter: Eric Pugh
>            Assignee: Erik Hatcher
>            Priority: Minor
>             Fix For: 4.0
>
>
> The /clients directory is a bit of a mess.  The only actively maintained client SolrJ is actually in the /dist directory!   The other clients that used to be in here, /php and /javascript (I think!) have been moved.  The only one is /ruby, and it isn't actively maintained the way other ruby clients are.
> I'd recommend just removing the /clients directory since it's very confusing to a new user who would logically go here to find clients, and only find a ruby one!  It would also let us slim down the size of the download.
> Alterntively if we want the /clients directory, then lets copy over the solrj lib to this dir instead of /dist
> I am happy to submit a patch if this makes sense.

--
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-2607) Clean up /client directory

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

Erik Hatcher resolved SOLR-2607.
--------------------------------

    Resolution: Fixed

Thanks Jan, committed.
                
> Clean up /client directory
> --------------------------
>
>                 Key: SOLR-2607
>                 URL: https://issues.apache.org/jira/browse/SOLR-2607
>             Project: Solr
>          Issue Type: Task
>          Components: clients - java, clients - ruby - flare
>    Affects Versions: 4.0
>            Reporter: Eric Pugh
>            Assignee: Erik Hatcher
>            Priority: Minor
>             Fix For: 4.0
>
>         Attachments: SOLR-2607.patch
>
>
> The /clients directory is a bit of a mess.  The only actively maintained client SolrJ is actually in the /dist directory!   The other clients that used to be in here, /php and /javascript (I think!) have been moved.  The only one is /ruby, and it isn't actively maintained the way other ruby clients are.
> I'd recommend just removing the /clients directory since it's very confusing to a new user who would logically go here to find clients, and only find a ruby one!  It would also let us slim down the size of the download.
> Alterntively if we want the /clients directory, then lets copy over the solrj lib to this dir instead of /dist
> I am happy to submit a patch if this makes sense.

--
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-2607) Clean up /clients directory

Posted by "Jan Høydahl (Commented JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-2607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13155035#comment-13155035 ] 

Jan Høydahl commented on SOLR-2607:
-----------------------------------

+1 I saw this earlier but just thought about it again when reviewing the 3.5.0 RC. I'd say get rid of /client altogether
                
> Clean up /clients directory
> ---------------------------
>
>                 Key: SOLR-2607
>                 URL: https://issues.apache.org/jira/browse/SOLR-2607
>             Project: Solr
>          Issue Type: Task
>          Components: clients - java, clients - ruby - flare
>    Affects Versions: 4.0
>            Reporter: Eric Pugh
>            Priority: Minor
>
> The /clients directory is a bit of a mess.  The only actively maintained client SolrJ is actually in the /dist directory!   The other clients that used to be in here, /php and /javascript (I think!) have been moved.  The only one is /ruby, and it isn't actively maintained the way other ruby clients are.
> I'd recommend just removing the /clients directory since it's very confusing to a new user who would logically go here to find clients, and only find a ruby one!  It would also let us slim down the size of the download.
> Alterntively if we want the /clients directory, then lets copy over the solrj lib to this dir instead of /dist
> I am happy to submit a patch if this makes sense.

--
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] [Assigned] (SOLR-2607) Clean up /clients directory

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

Erik Hatcher reassigned SOLR-2607:
----------------------------------

    Assignee: Erik Hatcher
    
> Clean up /clients directory
> ---------------------------
>
>                 Key: SOLR-2607
>                 URL: https://issues.apache.org/jira/browse/SOLR-2607
>             Project: Solr
>          Issue Type: Task
>          Components: clients - java, clients - ruby - flare
>    Affects Versions: 4.0
>            Reporter: Eric Pugh
>            Assignee: Erik Hatcher
>            Priority: Minor
>
> The /clients directory is a bit of a mess.  The only actively maintained client SolrJ is actually in the /dist directory!   The other clients that used to be in here, /php and /javascript (I think!) have been moved.  The only one is /ruby, and it isn't actively maintained the way other ruby clients are.
> I'd recommend just removing the /clients directory since it's very confusing to a new user who would logically go here to find clients, and only find a ruby one!  It would also let us slim down the size of the download.
> Alterntively if we want the /clients directory, then lets copy over the solrj lib to this dir instead of /dist
> I am happy to submit a patch if this makes sense.

--
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-2607) Clean up /client directory

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

Erik Hatcher updated SOLR-2607:
-------------------------------

    Summary: Clean up /client directory  (was: Clean up /clients directory)
    
> Clean up /client directory
> --------------------------
>
>                 Key: SOLR-2607
>                 URL: https://issues.apache.org/jira/browse/SOLR-2607
>             Project: Solr
>          Issue Type: Task
>          Components: clients - java, clients - ruby - flare
>    Affects Versions: 4.0
>            Reporter: Eric Pugh
>            Assignee: Erik Hatcher
>            Priority: Minor
>             Fix For: 4.0
>
>         Attachments: SOLR-2607.patch
>
>
> The /clients directory is a bit of a mess.  The only actively maintained client SolrJ is actually in the /dist directory!   The other clients that used to be in here, /php and /javascript (I think!) have been moved.  The only one is /ruby, and it isn't actively maintained the way other ruby clients are.
> I'd recommend just removing the /clients directory since it's very confusing to a new user who would logically go here to find clients, and only find a ruby one!  It would also let us slim down the size of the download.
> Alterntively if we want the /clients directory, then lets copy over the solrj lib to this dir instead of /dist
> I am happy to submit a patch if this makes sense.

--
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-2607) Clean up /clients directory

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

Erik Hatcher commented on SOLR-2607:
------------------------------------

I'll take this one... since I'm the culprit littering /clients now.  I'm going to move solr-ruby and flare over to my github account.  solr-ruby will be entirely deprecated in favor of RSolr, and I'll be moving the remaining goodies from solr-ruby (Mapper and Indexer, both very handy features not found elsewhere) into RSolr.

I'll aim to tackle this before years-end over holiday breaks.
                
> Clean up /clients directory
> ---------------------------
>
>                 Key: SOLR-2607
>                 URL: https://issues.apache.org/jira/browse/SOLR-2607
>             Project: Solr
>          Issue Type: Task
>          Components: clients - java, clients - ruby - flare
>    Affects Versions: 4.0
>            Reporter: Eric Pugh
>            Assignee: Erik Hatcher
>            Priority: Minor
>
> The /clients directory is a bit of a mess.  The only actively maintained client SolrJ is actually in the /dist directory!   The other clients that used to be in here, /php and /javascript (I think!) have been moved.  The only one is /ruby, and it isn't actively maintained the way other ruby clients are.
> I'd recommend just removing the /clients directory since it's very confusing to a new user who would logically go here to find clients, and only find a ruby one!  It would also let us slim down the size of the download.
> Alterntively if we want the /clients directory, then lets copy over the solrj lib to this dir instead of /dist
> I am happy to submit a patch if this makes sense.

--
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-2607) Clean up /clients directory

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

Jan Høydahl updated SOLR-2607:
------------------------------

    Attachment: SOLR-2607.patch

Attached patch removes clients folder and adds two lines to README. Waddaya think, time to resolve this issue?
                
> Clean up /clients directory
> ---------------------------
>
>                 Key: SOLR-2607
>                 URL: https://issues.apache.org/jira/browse/SOLR-2607
>             Project: Solr
>          Issue Type: Task
>          Components: clients - java, clients - ruby - flare
>    Affects Versions: 4.0
>            Reporter: Eric Pugh
>            Assignee: Erik Hatcher
>            Priority: Minor
>             Fix For: 4.0
>
>         Attachments: SOLR-2607.patch
>
>
> The /clients directory is a bit of a mess.  The only actively maintained client SolrJ is actually in the /dist directory!   The other clients that used to be in here, /php and /javascript (I think!) have been moved.  The only one is /ruby, and it isn't actively maintained the way other ruby clients are.
> I'd recommend just removing the /clients directory since it's very confusing to a new user who would logically go here to find clients, and only find a ruby one!  It would also let us slim down the size of the download.
> Alterntively if we want the /clients directory, then lets copy over the solrj lib to this dir instead of /dist
> I am happy to submit a patch if this makes sense.

--
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