Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] GRPC Search APIs #16783

Open
6 tasks
Tracked by #16787
amberzsy opened this issue Dec 5, 2024 · 1 comment
Open
6 tasks
Tracked by #16787

[Feature] GRPC Search APIs #16783

amberzsy opened this issue Dec 5, 2024 · 1 comment
Labels
enhancement Enhancement or improvement to existing feature or request Search Search query, autocomplete ...etc untriaged

Comments

@amberzsy
Copy link

amberzsy commented Dec 5, 2024

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

@amberzsy amberzsy added enhancement Enhancement or improvement to existing feature or request untriaged labels Dec 5, 2024
@github-actions github-actions bot added the Search Search query, autocomplete ...etc label Dec 5, 2024
@amberzsy
Copy link
Author

amberzsy commented Dec 9, 2024

assigned to @amberzsy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement or improvement to existing feature or request Search Search query, autocomplete ...etc untriaged
Projects
None yet
Development

No branches or pull requests

1 participant