Some fixup for ES instance

This commit is contained in:
Benoît Burnichon
2015-03-11 15:18:59 +01:00
parent 359c115291
commit 118bb2f03c
42 changed files with 78 additions and 889 deletions

View File

@@ -26,28 +26,23 @@ main:
type: ArrayCache
options: []
search-engine:
type: Alchemy\Phrasea\SearchEngine\Phrasea\PhraseaEngine
options: []
type: elasticsearch
# type: phrasea
options:
host: localhost
port: 9200
task-manager:
status: started
enabled: true
logger:
max-files: 10
enabled: true
level: INFO
listener:
options:
protocol: tcp
host: 127.0.0.1
port: 6660
linger: 500
websocket-server:
host: local.phrasea
port: 9090
ip: 0.0.0.0
subscriber:
protocol: tcp
host: 127.0.0.1
port: 13598
logger:
max-files: 10
enabled: true
level: INFO
session:
type: 'file'
options: []

View File

@@ -26,28 +26,23 @@ main:
type: ArrayCache
options: []
search-engine:
type: Alchemy\Phrasea\SearchEngine\Phrasea\PhraseaEngine
options: []
type: elasticsearch
# type: phrasea
options:
host: localhost
port: 9200
task-manager:
status: started
enabled: true
logger:
max-files: 10
enabled: true
level: INFO
listener:
options:
protocol: tcp
host: 127.0.0.1
port: 6660
linger: 500
websocket-server:
host: local.phrasea
port: 9090
ip: 0.0.0.0
subscriber:
protocol: tcp
host: 127.0.0.1
port: 13598
logger:
max-files: 10
enabled: true
level: INFO
session:
type: 'file'
options: []
@@ -207,4 +202,4 @@ crossdomain:
allow-access-from:
-
domain: '*.cooliris.com'
secure: 'false'
secure: 'false'

View File

@@ -9,9 +9,6 @@ class SearchEngineServiceProviderTest extends ServiceProviderTestCase
{
public function setUp()
{
if (!extension_loaded('phrasea2')) {
$this->markTestSkipped('Phrasea2 is required for this test');
}
parent::setUp();
}