Skip to content

Commit

Permalink
Merge pull request #12 from linkml/fix-float-type
Browse files Browse the repository at this point in the history
Update the solr type used for linkml float, double and decimal
  • Loading branch information
kevinschaper authored Feb 29, 2024
2 parents c4d6077 + 9b346be commit 5251a43
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 5251a43

Please sign in to comment.