| GOBO documentation | view source | Contained in the GOBO distribution. |
GOBO::Indexes::NodeIndex
do not use this method directly
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
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
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. |