Skip to content

Commit

Permalink
Update the solr type used for linkml float, double and decimal
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinschaper committed Feb 29, 2024
1 parent c4d6077 commit 9b346be
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 118 deletions.
6 changes: 3 additions & 3 deletions linkml_solr/solrschemagen.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"string": "string",
"bool": "boolean",
"boolean": "boolean",
"float": "float",
"double": "double",
"decimal": "double",
"float": "pfloat",
"double": "pdouble",
"decimal": "pdouble",
"xsddate": "date",
"xsddatetime": "date",
"xsdtime": "time"
Expand Down
Loading

0 comments on commit 9b346be

Please sign in to comment.