6 Full-text, geo-spatial and reporting queries
In this chapter:
- Understanding full-text search
- Basic full-text search with RavenDB
- Additional capabilities provided by full-text search
- Reporting and ad-hoc queries
- Geo-spatial queries
One of Google’s strengths is the quality and easiness of data retrieval. The ability to use a simple multi-word query and bring back results that are relevant is quite an art. The fact that they do this in milliseconds on unimaginable stocks of data is another amusement, but all agree Google redefined the way we think of search and data lookup by introducing this minimalistic search box close to 2 decades ago. Since then many followed, and nowadays users learned to expect a similar experience in every application or website they interact with.
Imagine you could provide such abilities to your users – just letting them type something and be able to act on that to provide them with what they were looking for. In fact, you should probably avoid at all costs not imagining that, unless you are targeting users who are not familiar with Google, Amazon, eBay and many other websites that do allow this interaction, and do that very well.