We'll create fresh WordPress site with Include URL installed. You have 20 minutes to test the plugin after that site we'll be deleted.
Include URL is a WordPress plugin for seamless inclusion of data from remote urls, optionaly passing GET parameters to it..
[include-url href="<URL>" params="param1,param2,param3..." timeout="seconds" cache="seconds" allow-file="1" allow-shortcode="1"]
Search frontend page for SOLR
[include-url href=”http://localhost:8080/solr/core1/select?wt=xslt&wt=results.xslt” params=”q,fq” cache=”1800″]
This requests data from local SOLR instance, that will return search results formated as HTML (ie. table) via its XSLT handler, optionally passing q (query) and fq (filter) params to it. Data will be cached for 1800 seconds in WordPress database.
Read file from document_root
[include-url href=”file://robots.txt” allow-file=”1″]
Read file specified by absolute path
[include-url href=”file:///var/www/html/robots.txt” allow-file=”2″]