O
text
-command pode ser escrito em outra estrutura:{ text: your_collection
, search: your_text
, filter: your_filter
, limit: your_limit
, project: your_projection
}
Eu tinha minha suspeita, já que todas as ações "runCommand" têm a mesma estrutura. Então tentei aplicar essa estrutura ao comando de texto - mas sem sucesso. Então me lembrei que
aggregate
tem outra estrutura também e tentei isso, mas também não funcionou. Por fim, encontrei a resposta em uma entrada de grupo do Google do Driver Java
.