I am new to the MarkLogic database. My use case is:
I am trying to connect to the MarkLogic database using Java client api. I have my JSON documents stored in the database, which has tradingDate ( of type date ) as one of the fields. Now I want to fetch all the documents whose tradingDate is less than a particular date.
Could some one please let me know how to proceed further?