Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Updated README.md to reflect codec versioning changes. (#23)
Browse files Browse the repository at this point in the history
Updated README.md to reflect codec versioning changes
  • Loading branch information
vamshin committed Jan 23, 2020
1 parent 149b375 commit 124351f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ PUT /myindex
{
"settings" : {
"index": {
"codec": "KNNCodec"
"knn": true
}
},
"mappings": {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# permissions and limitations under the License.
#

version=1.0
version=1.3

0 comments on commit 124351f

Please sign in to comment.