I have a Created a Mongo Document inserted successfully to the Collection ~ "urldetls" which has 12 specific Unique keys with data in the values.
Spec: Mongodb 3.x, Java 1.7,
Question: I would like to retrieve the full document based on the value searched within all of the documents.
Problem: I cannot retrieve the document based on the key of the document.
How can i retrieve? I would like to use the Mongodb API 3.x version using java .