📄️ 📘 Index configuration
Documents are indexed in Lucene using a flexible configuration specification.
📄️ 📘 Basic field types
Document fields are mapped to a search index based on their BSON data type. This is important, as the type used at query time only queries fields indexed of the corresponding type.
📄️ 📘 Nested documents
A document can contain a nested document, or an array of them.
📄️ 📘 String fields
Most data types are queried straightforwardly, and match as one would expect with standard
🗃️ 👐 Exercises
3 artículos
📄️ 🦹 Advanced
Geo-spatial fields