My use case is that I need to search a particular collection and return a list of documents that match the query. I don't need to do any analysis of the document, only return the list.
I'm sure this is easy and I'll feel stupid when I see how easy it is.