[Search] Remove ES provider from bundle

Removed the ElasticSearch search provider from its
bundle definition, but left its file in.
This commit is contained in:
slhale 2015-08-05 12:23:40 -07:00
parent 4533262b4a
commit ae763d000c
2 changed files with 1 additions and 6 deletions

View File

@ -8,12 +8,6 @@
"type": "provider",
"implementation": "ElasticPersistenceProvider.js",
"depends": [ "$http", "$q", "PERSISTENCE_SPACE", "ELASTIC_ROOT", "ELASTIC_PATH" ]
},
{
"provides": "searchService",
"type": "provider",
"implementation": "ElasticsearchSearchProvider.js",
"depends": [ "$http", "objectService", "ELASTIC_ROOT" ]
}
],
"constants": [

View File

@ -23,6 +23,7 @@
/**
* Module defining ElasticsearchSearchProvider. Created by shale on 07/16/2015.
* This is not currently included in the bundle definition.
*/
define(
[],