GOBO::Indexes::NodeIndex - GOBO::Indexes::NodeIndex documentation


GOBO documentation  | view source Contained in the GOBO distribution.

Index


NAME

Top

GOBO::Indexes::NodeIndex

SYNOPSIS

Top

do not use this method directly

DESCRIPTION

Top

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


GOBO documentation  | view source Contained in the GOBO distribution.