Skip to content

Commit 1824730

Browse files
Update schema for latest release
1 parent adb5b93 commit 1824730

File tree

2 files changed

+44
-1
lines changed

2 files changed

+44
-1
lines changed

schema/latest/pipelines-schema.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -807,6 +807,12 @@
807807
],
808808
"title": "categoryValue"
809809
},
810+
"compoundClause": {
811+
"description": "Configure whether the DSL query is generated with the compound clause of 'must' (default for 'search' and 'geo') or 'filter' (default for 'range' and 'term'). Setting the compound clause to filter allows search engine to cache and allows for higher throughput in cases where scoring isn't relevant (e.g. term",
812+
"engine": "opensearch",
813+
"title": "Compound Clause",
814+
"type": "integer"
815+
},
810816
"customHighlight": {
811817
"description": "(deprecated) same as highlightConfig",
812818
"engine": [
@@ -2007,6 +2013,12 @@
20072013
],
20082014
"title": "categoryValue"
20092015
},
2016+
"compoundClause": {
2017+
"description": "Configure whether the DSL query is generated with the compound clause of 'must' (default for 'search' and 'geo') or 'filter' (default for 'range' and 'term'). Setting the compound clause to filter allows search engine to cache and allows for higher throughput in cases where scoring isn't relevant (e.g. term",
2018+
"engine": "opensearch",
2019+
"title": "Compound Clause",
2020+
"type": "integer"
2021+
},
20102022
"customHighlight": {
20112023
"description": "(deprecated) same as highlightConfig",
20122024
"engine": [
@@ -2952,6 +2964,12 @@
29522964
],
29532965
"title": "categoryValue"
29542966
},
2967+
"compoundClause": {
2968+
"description": "Configure whether the DSL query is generated with the compound clause of 'must' (default for 'search' and 'geo') or 'filter' (default for 'range' and 'term'). Setting the compound clause to filter allows search engine to cache and allows for higher throughput in cases where scoring isn't relevant (e.g. term",
2969+
"engine": "opensearch",
2970+
"title": "Compound Clause",
2971+
"type": "integer"
2972+
},
29552973
"customHighlight": {
29562974
"description": "(deprecated) same as highlightConfig",
29572975
"engine": [
@@ -3897,6 +3915,12 @@
38973915
],
38983916
"title": "categoryValue"
38993917
},
3918+
"compoundClause": {
3919+
"description": "Configure whether the DSL query is generated with the compound clause of 'must' (default for 'search' and 'geo') or 'filter' (default for 'range' and 'term'). Setting the compound clause to filter allows search engine to cache and allows for higher throughput in cases where scoring isn't relevant (e.g. term",
3920+
"engine": "opensearch",
3921+
"title": "Compound Clause",
3922+
"type": "integer"
3923+
},
39003924
"customHighlight": {
39013925
"description": "(deprecated) same as highlightConfig",
39023926
"engine": [
@@ -4842,6 +4866,12 @@
48424866
],
48434867
"title": "categoryValue"
48444868
},
4869+
"compoundClause": {
4870+
"description": "Configure whether the DSL query is generated with the compound clause of 'must' (default for 'search' and 'geo') or 'filter' (default for 'range' and 'term'). Setting the compound clause to filter allows search engine to cache and allows for higher throughput in cases where scoring isn't relevant (e.g. term",
4871+
"engine": "opensearch",
4872+
"title": "Compound Clause",
4873+
"type": "integer"
4874+
},
48454875
"customHighlight": {
48464876
"description": "(deprecated) same as highlightConfig",
48474877
"engine": [
@@ -5787,6 +5817,12 @@
57875817
],
57885818
"title": "categoryValue"
57895819
},
5820+
"compoundClause": {
5821+
"description": "Configure whether the DSL query is generated with the compound clause of 'must' (default for 'search' and 'geo') or 'filter' (default for 'range' and 'term'). Setting the compound clause to filter allows search engine to cache and allows for higher throughput in cases where scoring isn't relevant (e.g. term",
5822+
"engine": "opensearch",
5823+
"title": "Compound Clause",
5824+
"type": "integer"
5825+
},
57905826
"customHighlight": {
57915827
"description": "(deprecated) same as highlightConfig",
57925828
"engine": [

schema/latest/schema.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@
9090
"searchboxId",
9191
"range",
9292
"enableAI",
93-
"AIConfig"
93+
"AIConfig",
94+
"compoundClause"
9495
],
9596
"properties": {
9697
"AIConfig": {
@@ -275,6 +276,12 @@
275276
},
276277
"title": "categoryValue"
277278
},
279+
"compoundClause": {
280+
"description": "Configure whether the DSL query is generated with the compound clause of 'must' (default for 'search' and 'geo') or 'filter' (default for 'range' and 'term'). Setting the compound clause to filter allows search engine to cache and allows for higher throughput in cases where scoring isn't relevant (e.g. term",
281+
"engine": "opensearch",
282+
"title": "Compound Clause",
283+
"type": "integer"
284+
},
278285
"customHighlight": {
279286
"description": "(deprecated) same as highlightConfig",
280287
"engine": [

0 commit comments

Comments
 (0)