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

feat: Async search client #103

Merged
merged 4 commits into from
Jun 27, 2022
Merged

feat: Async search client #103

merged 4 commits into from
Jun 27, 2022

Conversation

adilansari
Copy link
Contributor

@adilansari adilansari commented Jun 27, 2022

  • User friendly search request builder. Introduced following capabilities:
SearchRequest.newBuilder("my search").build();
SearchRequest.newBuilder("my search").withSearchFields("first_name", "last_name").build();
SearchRequest.newBuilder("my search").withFacetFields("first_name", "last_name").build();
  • Updated readme docs
  • Async search client

Checks

  • Unit tests
  • Javadocs publishing passes without error
  • Coverage for new features

README.md Show resolved Hide resolved
@adilansari adilansari merged commit 723dc2a into main Jun 27, 2022
@adilansari adilansari deleted the search-simplified branch June 27, 2022 20:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants