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

Indexes for search performance - Cypher Manual

neo4j.com · 254 words · saved by 1 readers

This section explains how to manage indexes used for search performance.

Search-performance indexes Search-performance indexes enable quicker retrieval of exact matches between an index and the primary data storage. There are four different search-performance indexes available in Neo4j: Range indexes : Neo4j’s default index. Supports most types of predicates. Text indexes : solves predicates operating on STRING values. Optimized for queries filtering with the STRING operators CONTAINS and ENDS WITH . Point indexes : solves predicates on spatial POINT values. Optimized for queries filtering on distance or within bounding boxes. Token lookup indexes : only solves nod

Explore this link on the map →

related reading