Skip to content

Ontotext-AD/graphdb-autocomplete-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphDB Autocomplete Plugin

This is the GraphDB Autocomplete plugin. More information about it is available in the GraphDB documentation here: http://graphdb.ontotext.com/documentation/enterprise/autocomplete-index.html

Building the plugin

The plugin is a Maven project.

Run mvn clean package to build the plugin and execute the tests.

The built plugin can be found in the target directory:

  • autocomplete-plugin-graphdb-plugin.zip

Installing the plugin

External plugins are installed under lib/plugins in the GraphDB distribution directory. To install the plugin follow these steps:

  1. Remove the directory containing another version of the plugin from lib/plugins (e.g. autocomplete-plugin).
  2. Unzip the built zip file in lib/plugins.
  3. Restart GraphDB.