Skip to content

Commit

Permalink
add unsignedLong support
Browse files Browse the repository at this point in the history
  • Loading branch information
babenkoivan committed Dec 19, 2024
1 parent 3a1fbb2 commit 37cf881
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Indices/Mapping.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
* @method $this sparseVector(string $name)
* @method $this text(string $name, array $parameters = null)
* @method $this tokenCount(string $name, array $parameters = null)
* @method $this unsignedLong(string $name, array $parameters = null)
* @method $this wildcard(string $name, array $parameters = null)
*/
final class Mapping implements Arrayable
Expand Down
1 change: 1 addition & 0 deletions src/Indices/MappingProperties.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
* @method $this sparseVector(string $name)
* @method $this text(string $name, array $parameters = null)
* @method $this tokenCount(string $name, array $parameters = null)
* @method $this unsignedLong(string $name, array $parameters = null)
* @method $this wildcard(string $name, array $parameters = null)
*/
final class MappingProperties implements Arrayable
Expand Down

0 comments on commit 37cf881

Please sign in to comment.