Return the match that Atlas Search made

Is there a way to return the text that was used in the index of a match when querying with Atlas search?

Say I do text: { query: "tes", { fuzzy: { maxEdits: 1 } } } and the document is { title: "test" } can I see the indexes of the matched text such as 0-2?