Introduction

This wiki page provides information about how to implement a customized search site with functionalities similar to http://beta.vivosearch.org/.

8/2013: Note that the code linked from this page is obsolete and is being redeveloped asĀ presented at the 2013 VIVO Conference

Useful resources:

2011 Downloads

Setting up the applications

Dates from late 2011

1. Apache Solr

2. LinkedDataIndexer

to your customized institutional configurations:

object MyInstitutionTest {
  val siteName = "My Institution"
  val siteUrl = "http://vivo.myinstitution.edu"    
  val siteVivoVersion = VitroVersion.r1dot2

  val solrUrl = "http://localhost:8983/solr"
  val classUris = List( """http://vivoweb.org/ontology/core#Postdoc""" )
}

3. Drupal