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
Copy file name to clipboardExpand all lines: modules/transport-grpc/src/main/java/org/opensearch/transport/grpc/proto/request/search/query/functionscore/FunctionScoreQueryBuilderProtoUtils.java
+1-10Lines changed: 1 addition & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@
29
29
* This class provides methods to transform Protocol Buffer representations of function score queries
30
30
* into their corresponding OpenSearch FunctionScoreQueryBuilder implementations for search operations.
31
31
*/
32
-
publicclassFunctionScoreQueryBuilderProtoUtils {
32
+
classFunctionScoreQueryBuilderProtoUtils {
33
33
34
34
// Registry for query conversion - injected by the gRPC plugin
0 commit comments