Table of Contents

VuFind® for Project Managers

It took my technical folks just a few hours to successfully install VuFind®. Now what should you, the project manager, do? This page is designed to help project managers form their initial “to-do” roadmap/list. Some project managers will have more tech. background, some less. I'm going for a middle-of-the-pack approach, but please feel free to edit / add your items!

Install patches

Establish tracking practices for you and/or your team

Getting to know VuFind®

Customizing for your library

FAQs for Project Managers

Q. Where can I see what's going on with Solr/Jetty/PHP? 
A. You can see what searches are being sent to Solr in several ways:

- Look in solr/vufind/logs or solr/logs (depending on your VuFind® version) and you should see a file for each day there have been searches, filled with the queries as-sent. - in config.ini, turn debug=true near the top. Now the queries will appear in your web browser as you search VuFind®.

Q. How do I change XXXX about VuFind®? 
A. Here are the functions, directories and files you'll probably work with the most:

Changing the web displays (i.e. HTML)

See the User Interface Customization page.

Changing the relevance ranking

See the notes on weighting on the Search Customization page for details.

You may also want to change solr/biblio/conf/schema.xml, which controls how your data is processed at index time. For example, to turn off “stemming,” you would remove a filter from this schema.xml file. You might find this page helpful in understanding the processing involved.