NAME

GOBO::Indexes::NodeIndex

SYNOPSIS

do not use this method directly

DESCRIPTION

Stores a collection of GOBO::Node objects, optimized for fast access. In general you should not need to use this directly - use GOBO::Graph instead, which includes different indexes for links, annotations etc

TODO

Currently there are 2 indexes, by node ID (subject) and by primary label, but in future this may be extended. General search may also be added.

Eventually it should support any combination of indexing

Binding to a database

This index is in-memory. It can be extended to be bound to a database (e.g. the GO Database) or to a Lucene index by overriding the methods