Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

  • Unpack the downloaded Apache Solr file
  • Copy the files schema.xml and solrconfig.xml from /LinkedDataIndexer/solr to $APACHE_SOLR_HOME/example/solr/conf
  • Go to $APACHE_SOLR_HOME/example and run java -jar start.jar to start solr
  • Open http://localhost:8983/solr and check if solr is running

...