ποΈ π 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 items
ποΈ π¦Ή Advanced
Geo-spatial fields