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/spi/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,9 @@ public interface QueryBuilderProtoConverter {
22
22
}
23
23
```
24
24
25
-
### QueryBuilderProtoConverterSpiRegistry
25
+
### QueryBuilderProtoConverterRegistry
26
26
27
-
Registry that manages and discovers all available query converters. External plugins can register their custom converters through this registry.
27
+
Interface for accessing the query converter registry. This provides a clean abstraction for plugins that need to convert nested queries without exposing internal implementation details.
Copy file name to clipboardExpand all lines: modules/transport-grpc/src/main/java/org/opensearch/transport/grpc/proto/request/search/query/QueryBuilderProtoConverterRegistryImpl.java
Copy file name to clipboardExpand all lines: modules/transport-grpc/src/main/java/org/opensearch/transport/grpc/proto/request/search/query/QueryBuilderProtoConverterSpiRegistry.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,14 +5,15 @@
5
5
* this file be licensed under the Apache-2.0 license or a
Copy file name to clipboardExpand all lines: modules/transport-grpc/src/test/java/org/opensearch/transport/grpc/proto/request/search/query/QueryBuilderProtoConverterSpiRegistryTests.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,13 @@
5
5
* this file be licensed under the Apache-2.0 license or a
0 commit comments