You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This results in org.opensearch.client.util.MissingRequiredPropertyException: Missing required property 'HitsMetadata.total'
Not tracking the totals is completely valid and can result in better performance when scrolling through the data (e.g. searchafter).
The text was updated successfully, but these errors were encountered:
opensearch-java/java-client/src/main/java/org/opensearch/client/opensearch/core/search/HitsMetadata.java
Line 73 in e050cb0
E.g. when creating a NativeQuery using the query builder such as
This results in
org.opensearch.client.util.MissingRequiredPropertyException: Missing required property 'HitsMetadata.total'
Not tracking the totals is completely valid and can result in better performance when scrolling through the data (e.g. searchafter).
The text was updated successfully, but these errors were encountered: