I figured out how to add xml files to SOLR and be able to search them through the SOLR ADMIN interface ...
I need to know how to get SOLR to work with PHP and index MYSQL records ...
This is what I want to do: I have a mysql table that I would like to add to SOLR (index it) so that instead of searching for a MYSQL table directly through PHP I first take a querystring , send it to SOLR, and then SOLR sends the results to form ID:nrs , and then uses ID: s to query mysql and get the correct records ...
I have no clue on how to communicate with SOLR using PHP, any help is appreciated!
thanks
user188962
source share