-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Geo, Index Maintenance, Querying, Text Search
-
Query Integration
MongoDB does not support the intersection of text and geospatial indexes. There is a use case in content search engines that require full-text search constrained by geo-location.
The workaround involves a text search using the text index while constraining the query with $geoWithin to filter the result in-memory. However, this does not leverage the geospatial index.