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
Is your feature request related to a problem? Please describe
Search APIs are implemented using the gRPC protocol, enabling efficient client-server communication through binary serialization (Protocol Buffers), which ensures fast data transmission and low latency.
Describe the solution you'd like
For brevity, we will only list the top 5 Search APIs for now to prioritize. More will be added later.
POC - SearchServiceImpl, index search and search, basic query matchall
PoC - grpc stream api.
TermQuery
TermsQuery
KNN
[more to add]
Related component
Search
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe
Search APIs are implemented using the gRPC protocol, enabling efficient client-server communication through binary serialization (Protocol Buffers), which ensures fast data transmission and low latency.
Describe the solution you'd like
For brevity, we will only list the top 5 Search APIs for now to prioritize. More will be added later.
Related component
Search
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: