Versions Compared

Key

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

...

  1. Overview
  2. Producer
  3. Consumer
  4. Repository
  5. Data Model
  6. Searching in NOCLook
  7. Indexed properties
  8. Links
  9. How to set up a NI suite

...

The URL field version of the search only finds complete strings so you can't use wild cards but it is at lease case insensitive.

Anchor
index
index

Indexed properties

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)

Anchor
links
links

https://ni.nordu.net

...