[
https://issues.apache.org/jira/browse/SOLR-639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Erik Hatcher resolved SOLR-639.
-------------------------------
Resolution: Won't Fix
solr-ruby has been "retired" to
<https://github.com/erikhatcher/solr-ruby-flare/tree/master/solr-ruby>. RSolr
is what the young whippersnappers use these days.
> Upgrade solr-ruby's XML capabilities for newest release of LibXML
> -----------------------------------------------------------------
>
> Key: SOLR-639
> URL: https://issues.apache.org/jira/browse/SOLR-639
> Project: Solr
> Issue Type: New Feature
> Components: clients - ruby - flare
> Affects Versions: 1.3
> Reporter: Erik Hatcher
> Assignee: Erik Hatcher
> Attachments: solr_libxml.patch
>
>
> From an e-mail from José Valim:
> http://cfis.savagexi.com/articles/2008/07/16/resurrecting-libxml-ruby
> But since they prepend LibXML in everything, we have to make a couple changes
> to let it working:
> In the file: gems/solr-ruby-0.0.6/lib/solr/xml.rb
> Change line 23:
> class XML::Node
> For:
> class LibXML::XML::Node
> And then line 39:
> Solr::XML::Element = XML::Node
> For:
> Solr::XML::Element = LibXML::XML::Node
--
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: [email protected]
For additional commands, e-mail: [email protected]