Enable semantic_index by default (#3061)

Release Notes:

- Enabled the `semantic_index` setting by default.
This commit is contained in:
Joseph T. Lyons 2023-09-28 17:24:00 -04:00
parent f445be90c0
commit 5d49666ccf

View file

@ -370,7 +370,7 @@
},
// Difference settings for semantic_index
"semantic_index": {
"enabled": false
"enabled": true
},
// Different settings for specific languages.
"languages": {