Replaced troublesome pyes integration with direct calls made to elasticsearch rest api
This commit is contained in:
8
common/djangoapps/search/settings.json
Normal file
8
common/djangoapps/search/settings.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"settings": {
|
||||
"index": {
|
||||
"number_of_replicas": 2,
|
||||
"number_of_shards": 3
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user