flâneur — a map of the web's best reading

Index configuration - Operations Manual

neo4j.com · 1,740 words · saved by 1 readers

How to configure indexes to enhance performance in search, and to enable full-text search.

Index configuration This page describes how to configure Neo4j indexes to enhance search performance and enable full-text search. The supported index types are: Range Point Text Full-text Token lookup All types of indexes can be created and dropped using Cypher and they can also all be used to index both nodes and relationships. The token lookup index is the only index present by default in the database. Range, point, text, and full-text indexes provide a mapping from a property value to an entity (node or relationship). Token lookup indexes are different and provide a mapping from labels to n

Explore this link on the map →

related reading