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
related reading
- Index configuration - Operations Manualneo4j.com
- The vector database to build knowledgeable AI | Pineconepinecone.io
- Why graph indexing is importantcommunity.neo4j.com
- Fast regex search: indexing text for agent tools · Cursorcursor.com
- turbopufferturbopuffer.com
- Create an advanced search engine with PostgreSQL | xataxata.io
- GitHub - thesephist/monocle: Universal personal search engine, powered by a full text search algorithm written in pure Ink, indexing Linus's blogs and private note archives, contacts, tweets, and over a decade of journals.github.com
- Voyage AI | Homevoyageai.com
- From good to graph: Choosing the right databaseneo4j.com
- PostgreSQL Index Types - Vlad Mihalceavladmihalcea.com
- How to Index Fields for Vector Search - MongoDB Vector Search - MongoDB Docsmongodb.com
- Our AI Research: How We Evaluate Semantic Search Technology | Exa Blogexa.ai