79083887

Date: 2024-10-13 18:41:24
Score: 0.5
Natty:
Report link

Add entity (or any other name) index to all the node types using the below Cypher query:

CREATE FULLTEXT INDEX entity FOR (e:award | birthPlace | characteristics | date | degree | Document | institution | invention | nationality | person | relation | role) ON EACH [e.id]

You can check using the below command:

SHOW INDEXES
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Aylin Naebzadeh