If you schema is totally different then you will just need the php library to query solr instance.
I have an solr instance populated by nutch. I just want to display search results - coming from existing solr instance - using drupal.
What is the easiest way to display search results coming from solr using drupal?
P.S. I have alread read about http://drupal.org/project/apachesolr, however it seems that it is used to both, index data already hosted in drupal, and search.
Plus my current schema.xml and the one that comes with this module is different.
thanks,