Skip to main content

Querying

7

Spatial Search in RavenDB: Radius, Polygon, and Reverse Queries

Learn how to implement spatial search in RavenDB with Python. Covers radius queries, custom polygon shapes, WKT syntax, and reverse point-in-polygon lookup using the Flat Finder demo.

Mar 11, 2026

New in 7.0: RavenDB Vector Search

Run semantic searches over your documents with RavenDB 7.0 vector search: generate embeddings on the server with no external tools, and query them through static indexes or auto-indexes.

Oct 27, 2025

How to Query Using RavenDB and ASP.NET Core 9

Build a minimal ASP.NET Core 9 API that queries RavenDB documents, including optional LINQ-based filtering and Swagger-based testing.

Sep 22, 2025

Master RavenDB Projections Performance

How RavenDB projections return only the fields you need, why projected data comes from documents by default, and how to store fields in a static index and tune projection behavior for faster reads.

Jul 30, 2025

Diacritic-Sensitive Search in RavenDB

Match accented terms like Kraków against both Kraków and Krakow. Compares manual diacritics normalization with a custom ASCIIFoldingFilter analyzer for Lucene and Corax indexes.

May 9, 2025

Embeddings Generation with RavenDB

Connect an AI provider like OpenAI, create an embeddings generation task, and query your documents by meaning with RavenDB vector search.

Mar 31, 2025

Dynamic Fields in RavenDB

How to use dynamic fields in RavenDB static indexes to query on properties that aren't defined at index-creation time, plus the pitfalls to watch for with duplicate field names and stored projections.

Oct 28, 2024