It would be interesting and would help a lot in development, if we could see the output Json sent to elasticsearch, similar to what we have in hibernate for SQL.
<property name="hibernate.show_sql" value="true"/>
<property name="hibernate.format_sql" value="true"/>
Maybe some property to enable it like this:
<property name="hibernate.search.default.elasticsearch.show_json" value="true"/>
<property name="hibernate.search.default.elasticsearch.pretty_json" value="true"/>
Thank you. |