Installation and Configuration of the Virtuoso Faceted Browser

http://vos.openlinksw.com/owiki/wiki/VOS/VirtFacetBrowserInstallConfig

  • Build Full Text Indexes by running the following commands using the Virtuoso isql program:
RDF_OBJ_FT_RULE_ADD (null, null, 'All')&
VT_INC_INDEX_DB_DBA_RDF_OBJ ()&
  • Run the following procedure using the Virtuoso isql program to periodically populate label lookup tables and activate the Label text box of the Entity Label Lookup tab:
urilbl_ac_init_db()&
  • Run the following procedure using the Virtuoso isql program to calculate the IRI ranks. Note: This should be re-run periodically as the data grows to re-rank the IRIs.
s_rank()&
Tags