Skip to content

Commit 829e120

Browse files
Merge pull request #314 from daniellienert/feature-oneindex-per-dimensionspreset
FEATURE: One index per dimension preset
2 parents c1aab05 + 3a8355a commit 829e120

47 files changed

Lines changed: 1881 additions & 738 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ addons:
99
- openjdk-8-jre-headless
1010
matrix:
1111
include:
12-
- php: 7.2
12+
- php: 7.3
1313
env: ES=5
1414

1515
before_install:
@@ -21,6 +21,7 @@ before_install:
2121
- cd ..
2222
- git clone https://github.com/neos/neos-base-distribution.git -b ${NEOS_TARGET_VERSION}
2323
- cd neos-base-distribution
24+
- composer require --no-update --no-interaction neos/content-repository-search:dev-master
2425
- composer require --no-update --no-interaction flowpack/elasticsearch-contentrepositoryadaptor:dev-master
2526
- composer require --no-update --no-interaction neos/nodetypes
2627
install:

Classes/Client/ClientFactory.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
32
declare(strict_types=1);
43

54
namespace Flowpack\ElasticSearch\ContentRepositoryAdaptor\Client;
@@ -19,8 +18,6 @@
1918
use Neos\Flow\Annotations as Flow;
2019

2120
/**
22-
* ClientFactory
23-
*
2421
* @Flow\Scope("singleton")
2522
*/
2623
class ClientFactory

0 commit comments

Comments
 (0)