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 could also be created to speed up the consuming process.

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

Relationship search index:
ip_address (Uses and Depends_on relationships)

...