Skip to content

Commit 79fa8e1

Browse files
committed
Cache latest schema.json from TIMDEX API
1 parent 7166438 commit 79fa8e1

1 file changed

Lines changed: 19 additions & 9 deletions

File tree

config/schema/schema.json

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1362,13 +1362,23 @@
13621362
},
13631363
{
13641364
"name": "queryMode",
1365-
"description": "Search mode to use. Defaults to \"lexical\". Options include: \"lexical\", \"semantic\"",
1365+
"description": "Search mode: \"keyword\" (lexical search), \"semantic\" (vector search), or \"hybrid\" (both)",
13661366
"type": {
13671367
"kind": "SCALAR",
13681368
"name": "String",
13691369
"ofType": null
13701370
},
1371-
"defaultValue": "\"lexical\""
1371+
"defaultValue": "\"keyword\""
1372+
},
1373+
{
1374+
"name": "useGlobalScoring",
1375+
"description": "Calculate relevance scores globally across all shards instead of per-shard. Defaults to false.",
1376+
"type": {
1377+
"kind": "SCALAR",
1378+
"name": "Boolean",
1379+
"ofType": null
1380+
},
1381+
"defaultValue": "false"
13721382
},
13731383
{
13741384
"name": "accessToFilesFilter",
@@ -2863,6 +2873,12 @@
28632873
"isDeprecated": false,
28642874
"deprecationReason": null
28652875
},
2876+
{
2877+
"name": "VARIABLE_DEFINITION",
2878+
"description": "Location adjacent to a variable definition.",
2879+
"isDeprecated": false,
2880+
"deprecationReason": null
2881+
},
28662882
{
28672883
"name": "SCHEMA",
28682884
"description": "Location adjacent to a schema definition.",
@@ -2928,12 +2944,6 @@
29282944
"description": "Location adjacent to an input object field definition.",
29292945
"isDeprecated": false,
29302946
"deprecationReason": null
2931-
},
2932-
{
2933-
"name": "VARIABLE_DEFINITION",
2934-
"description": "Location adjacent to a variable definition.",
2935-
"isDeprecated": false,
2936-
"deprecationReason": null
29372947
}
29382948
],
29392949
"possibleTypes": null
@@ -3720,4 +3730,4 @@
37203730
]
37213731
}
37223732
}
3723-
}
3733+
}

0 commit comments

Comments
 (0)