MongoDB Text Search Tutorial
Today is the day of the experimental MongoDB text search feature. Tobias Trelle continues his posts about this feature providing some examples for query syntax (negation, phrase search)—according to the previous post even more advanced queries should be supported, filtering and projections, multiple text fields indexing, and adding details about the stemming solution used (Snowball).
In case you missed the previous posts, here is a quick link list:
- MongoDB Full Text Search Explained
- Full text search in MongoDB: details about supported languages and queries
- Short demo of MongoDB text search and hashed shard keys
- Indexing a Markdown blog using MongoDB Full Text Indexing
Original title and link: MongoDB Text Search Tutorial (©myNoSQL)
via: http://blog.codecentric.de/en/2013/01/mongodb-text-search-tutorial/