DocSpace-client/products/ASC.Files/Service/search.json
2020-07-16 16:02:21 +03:00

22 lines
560 B
JSON

{
"components": [
{
"type": "ASC.Web.Files.Core.Search.FactoryIndexerFolder, ASC.Files.Core",
"services": [
{
"type": "ASC.ElasticSearch.IFactoryIndexer, ASC.ElasticSearch"
}
],
"instanceScope": "perlifetimescope"
},
{
"type": "ASC.Web.Files.Core.Search.FactoryIndexerFile, ASC.Files.Core",
"services": [
{
"type": "ASC.ElasticSearch.IFactoryIndexer, ASC.ElasticSearch"
}
],
"instanceScope": "perlifetimescope"
}
]
}