DocSpace-client/products/ASC.Files/Service/search.json

22 lines
560 B
JSON
Raw Normal View History

2020-04-29 14:11:31 +00:00
{
"components": [
{
2020-07-16 13:02:21 +00:00
"type": "ASC.Web.Files.Core.Search.FactoryIndexerFolder, ASC.Files.Core",
2020-04-29 14:11:31 +00:00
"services": [
{
"type": "ASC.ElasticSearch.IFactoryIndexer, ASC.ElasticSearch"
}
],
"instanceScope": "perlifetimescope"
},
{
2020-07-16 13:02:21 +00:00
"type": "ASC.Web.Files.Core.Search.FactoryIndexerFile, ASC.Files.Core",
2020-04-29 14:11:31 +00:00
"services": [
{
"type": "ASC.ElasticSearch.IFactoryIndexer, ASC.ElasticSearch"
}
],
"instanceScope": "perlifetimescope"
}
]
}