Skip to content

Commit

Permalink
fixing tests and headers
Browse files Browse the repository at this point in the history
  • Loading branch information
benwtrent committed Dec 17, 2024
1 parent 341662a commit fedd90a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
6 changes: 3 additions & 3 deletions docs/reference/mapping/types/rank-vectors.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ PUT my-rank-vectors-float
"mappings": {
"properties": {
"my_vector": {
"type": "rank_vector"
"type": "rank_vectors"
}
}
}
Expand All @@ -44,7 +44,7 @@ PUT my-rank-vectors-byte
"mappings": {
"properties": {
"my_vector": {
"type": "rank_vector",
"type": "rank_vectors",
"element_type": "byte"
}
}
Expand All @@ -66,7 +66,7 @@ PUT my-rank-vectors-bit
"mappings": {
"properties": {
"my_vector": {
"type": "rank_vector",
"type": "rank_vectors",
"element_type": "bit"
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
/*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the "Elastic License
* 2.0", the "GNU Affero General Public License v3.0 only", and the "Server Side
* Public License v 1"; you may not use this file except in compliance with, at
* your election, the "Elastic License 2.0", the "GNU Affero General Public
* License v3.0 only", or the "Server Side Public License, v 1".
* or more contributor license agreements. Licensed under the Elastic License
* 2.0; you may not use this file except in compliance with the Elastic License
* 2.0.
*/

package org.elasticsearch.xpack.rank.vectors.script;
Expand Down

0 comments on commit fedd90a

Please sign in to comment.