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
The OpenSearch Java client is missing support for neural_sparse queries in Query.java and for the sparse_encoding processor in Processor.java.
What is the expected behavior?
The Java client should expose builders for:
neural_sparse queries via Query.java
sparse_encoding processors via Processor.java
Do you have any additional context?
The missing support forces developers to manually craft JSON requests or use REST calls directly, which defeats the purpose of having a strongly typed Java client.