solr search php html front-end -
i got solr working of many of stackoverflow's questions , solr has mysql data (multiple tables). returns results browser (multiple facets).
making selections via url bar works aswell. i'm @ fase want php code generate corresponding urls filter options. @ later stage want able select multiple option (eg red , blue) via checkboxes, requere javascript assume. needs append selected "filter" url.
preferably sent request instead of form / post request performance reasons , have (link or button) clear selection. there special frontend or done somewhere in solr?
there not lot of information or examples on this, @ least not it.
the setup is: client > webserver > php > php pecl solr > solr > php > html > client
any pointers? regards
you should read solr userguide if needed, pecl install solr have solr client, use solrclient, solrquery , other classes needed
all of them documented here: http://docs.php.net/manual/en/book.solr.php
Comments
Post a Comment