Skip to content

Commit

Permalink
Replace odfe references in org repo to opensearch-project
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon committed Jul 12, 2021
1 parent 4207f82 commit 0ab57a6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions release-notes/opensearch-release-notes-1.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ OpenSearch and Dashboards 1.0.0 includes the following OpenSearch Migration, fea


### Opensearch k-NN
* Add support for L-inf distance in AKNN, custom scoring and painless scripting ([#315](https://github.com/opendistro-for-elasticsearch/k-NN/pull/315))
* Add support for inner product in ANN, custom scoring and painless ([#324](https://github.com/opendistro-for-elasticsearch/k-NN/pull/324))
* Add support for L-inf distance in AKNN, custom scoring and painless scripting ([#315](https://github.com/opensearch-project/k-NN/pull/315))
* Add support for inner product in ANN, custom scoring and painless ([#324](https://github.com/opensearch-project/k-NN/pull/324))
* Refactor interface to support method configuration in field mapping ([#20](https://github.com/opensearch-project/k-NN/pull/20))


Expand Down Expand Up @@ -73,9 +73,9 @@ OpenSearch and Dashboards 1.0.0 includes the following OpenSearch Migration, fea


### Opensearch k-NN
* Change mode for jni arrays release to prevent unnecessary copy backs ([#317](https://github.com/opendistro-for-elasticsearch/k-NN/pull/317))
* Update minimum score to 0. ([#318](https://github.com/opendistro-for-elasticsearch/k-NN/pull/318))
* Expose getValue method from KNNScriptDocValues ([#339](https://github.com/opendistro-for-elasticsearch/k-NN/pull/339))
* Change mode for jni arrays release to prevent unnecessary copy backs ([#317](https://github.com/opensearch-project/k-NN/pull/317))
* Update minimum score to 0. ([#318](https://github.com/opensearch-project/k-NN/pull/318))
* Expose getValue method from KNNScriptDocValues ([#339](https://github.com/opensearch-project/k-NN/pull/339))
* Add extra place to increase knn graph query errors ([#26](https://github.com/opensearch-project/k-NN/pull/26))


Expand Down Expand Up @@ -162,8 +162,8 @@ OpenSearch and Dashboards 1.0.0 includes the following OpenSearch Migration, fea

### Opensearch k-NN
* Add equals and hashcode to KNNMethodContext MethodComponentContext ([#48](https://github.com/opensearch-project/k-NN/pull/48))
* Add dimension validation to ANN QueryBuilder ([#332](https://github.com/opendistro-for-elasticsearch/k-NN/pull/332))
* Change score normalization for negative raw scores ([#337](https://github.com/opendistro-for-elasticsearch/k-NN/pull/337))
* Add dimension validation to ANN QueryBuilder ([#332](https://github.com/opensearch-project/k-NN/pull/332))
* Change score normalization for negative raw scores ([#337](https://github.com/opensearch-project/k-NN/pull/337))


### Opensearch Performance Analyzer
Expand Down Expand Up @@ -504,7 +504,7 @@ OpenSearch and Dashboards 1.0.0 includes the following OpenSearch Migration, fea
### Opensearch k-NN
* Renaming RestAPIs while supporting backwards compatibility. ([#18](https://github.com/opensearch-project/k-NN/pull/18))
* Rename namespace from opendistro to opensearch ([#21](https://github.com/opensearch-project/k-NN/pull/21))
* Move constants out of index folder into common ([#320](https://github.com/opendistro-for-elasticsearch/k-NN/pull/320))
* Expose inner_product space type, refactoring SpaceTypes ([#328](https://github.com/opendistro-for-elasticsearch/k-NN/pull/328))
* Move constants out of index folder into common ([#320](https://github.com/opensearch-project/k-NN/pull/320))
* Expose inner_product space type, refactoring SpaceTypes ([#328](https://github.com/opensearch-project/k-NN/pull/328))


0 comments on commit 0ab57a6

Please sign in to comment.