File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717use Flowpack \ElasticSearch \ContentRepositoryAdaptor \Driver \Version2 ;
1818use Flowpack \ElasticSearch \Domain \Model \Document as ElasticSearchDocument ;
1919
20-
2120/**
2221 * Indexer driver for Elasticsearch version 5.x
2322 *
Original file line number Diff line number Diff line change 1919use Flowpack \ElasticSearch \Domain \Model \Mapping ;
2020use Flowpack \ElasticSearch \Mapping \MappingCollection ;
2121use Neos \Error \Messages \Result ;
22+ use Neos \Flow \Configuration \Exception \InvalidConfigurationTypeException ;
2223use Neos \Flow \ObjectManagement \ObjectManagerInterface ;
2324
24-
2525/**
2626 * NodeTypeMappingBuilder for Elasticsearch version 5.x
2727 *
@@ -33,6 +33,7 @@ class NodeTypeMappingBuilder extends Version2\Mapping\NodeTypeMappingBuilder
3333 * Called by the Flow object framework after creating the object and resolving all dependencies.
3434 *
3535 * @param integer $cause Creation cause
36+ * @throws InvalidConfigurationTypeException
3637 */
3738 public function initializeObject ($ cause )
3839 {
You can’t perform that action at this time.
0 commit comments