algolia / algoliasearch-client-java

⚡️ A fully-featured and blazing-fast Java API client to interact with Algolia.
https://www.algolia.com/doc/api-client/getting-started/install/java/
MIT License
47 stars 33 forks source link

Readme example is only applicable when using apache http layer #763

Closed andreas-hartmann closed 2 years ago

andreas-hartmann commented 2 years ago

Description

The readme states apache or the java native client can be used, then follows with an example that only works with apache. DefaultSearchClient doesn't exist in algoliasearch-java-net. The README could be adjusted, but ideally the default implementation of the SearchClient should be available and mostly identical in both variants.

Steps To Reproduce

Try to follow the readme with algoliasearch-java-net.