ArangoDB-Community / arangodb-net-standard

A consistent, comprehensive, minimal interface to enable .NET applications to use the complete range of features exposed by the ArangoDB REST API.
Apache License 2.0
77 stars 30 forks source link

3.10: ArangoSearch changes #422

Closed tjoubert closed 2 years ago

tjoubert commented 2 years ago

1) offset Analyzer feature: https://github.com/arangodb/docs/blob/main/3.10/release-notes-api-changes310.md#offset-analyzer-feature

2) minhash Analyzer: https://github.com/arangodb/docs/blob/main/3.10/release-notes-api-changes310.md#minhash-analyzer https://www.arangodb.com/docs/3.11/analyzers.html#minhash

3) New view type: search-alias https://github.com/arangodb/docs/blob/main/3.10/release-notes-api-changes310.md#search-alias-views

4) nearest_neighbors Analyzer: https://www.arangodb.com/docs/stable/analyzers.html#nearest_neighbors

5) classification Analyzer: https://www.arangodb.com/docs/stable/analyzers.html#classification

tjoubert commented 2 years ago

Looks good. I've approved but left some minor comments. I'll let you decide if you want to address them.

@DiscoPYF, thanks for review and approval. I've done the changes and merging this one.