Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Neo4j provides Lucene indexes for nodes and relationships. A "search" index is created with the properties that will be searched when a user uses the search bar. Some optimization indexes was also created to speed up the consuming or presentation.

Node search index:
name (all nodes)
description (interface and unit nodes)
ip_addresses (unit and host nodes)
as_number (peering partner nodes)
hostnames hostname (host nodes)

Relationship search index:
ip_address (Uses and Depends_on relationships)

...

All property values above is also indexed under the index key all in all indexes. For example in the search index you can query the all-key for both name, description, ip_addresses, as_number and hostname.

Anchor
links
links

https://ni.nordu.net

...