Hi there - am pretty new to Drupal and trying to use the Apache Solr module to connect to a University's solr instance (which houses a digital repository). I added the module and ran the "test connection" ... it worked! Green light and it got the index. (I also can query the solr index using the web browser or curl successfully).

However, I can't do a search. I think my problem might be this part of the installation: "The module comes with schema.xml, solrconfig.xml, and protwords.txt files which must be used in your Solr installation in order to get the module to work correctly."

The University has it's own files already in place and I am not sure I can edit them.

So my question is: will I have to get the University to merge the .xml files in order for this module to work? Or can I change the default query phrase somehow?

Damon