Skip to main content

I am trying to get the sql like json queries to get the documents from 5 days ago in descending order. ( filing_Date -5days)

what transformer to use and how do i pass the query?

The Elasticsearch reader supports JSON Query on the Elasticsearch reader feature type. The JSON document used for the query is the same as the one in the Elasticsearch API.


Reply