Skip to content

gbif/checklistbank-elasticsearch-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 

Repository files navigation

Elasticsearch plugin to analyze Scientific names

Normalizes scientific names into canonical names to provide a consistent search.

Build

This project requires Java 17, since some external dependencies (Elasticsearch and Lucene) are built for that java version and is meant to be deployed into an 8.1.0 Elasticsearch cluster.

Use mvn clean package install verify

Installation

Copy the zip produced by the assembly plugin, copy it to server and run a command like

sudo ES_PATH_CONF=/etc/elasticsearch/species bin/elasticsearch-plugin install file:///tmp/checklistbank-elasticsearch-plugins.zip

  • ES_PATH_CONF: points to the configuration directory of Elasticsearch node
  • If the plugin is installed from the file system the URI prefix "file:///" must be used

About

Elasticsearch scientific names normaliser

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages