Hi Yvonne, you could ask Solr [1] for search results directly (this is what DSpace does) and return them in an XML or JSON format. In your PHP application you could process the result list (e.g. using SimpleXML [2] or json [3]) and display them directly within your PHP application and even mix them with the search results of your PHP application.
[1] http://wiki.duraspace.org/display/DSPACE/Solr [2] http://php.net/manual/en/book.simplexml.php [3] http://php.net/manual/en/book.json.php Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette ------------------------------------------------------------------------------ Get 100% visibility into Java/.NET code with AppDynamics Lite It's a free troubleshooting tool designed for production Get down to code-level detail for bottlenecks, with <2% overhead. Download for free and get started troubleshooting in minutes. http://p.sf.net/sfu/appdyn_d2d_ap2 _______________________________________________ Dspace-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-devel
