File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22Neos :
33 ContentRepository :
44 Search :
5+ # API. If set to FALSE, only index the "live" workspace and not user workspaces.
6+ # If you only index the live workspace, Search will not work for your editors in the user workspaces.
7+ # Furthermore, if you heavily rely on Search for collecting content, this might be strange for editors to
8+ # work with -- as unpublished changes are not indexed right away.
59 indexAllWorkspaces : true
10+
611 elasticSearch :
12+
13+ # API. name of the ElasticSearch index to use. Will create many indices prefixed by this indexName.
714 indexName : typo3cr
15+
16+ # configuration of the ElasticSearch logfile
817 log :
918 backendOptions :
1019 fileBackend :
@@ -14,34 +23,45 @@ Neos:
1423 maximumLogFileSize : 10485760
1524 logFilesToKeep : 1
1625 logMessageOrigin : false
26+
1727 ansiConsoleBackend :
1828 disableAnsi : false
29+
1930 defaultConfigurationPerType :
31+
2032 string :
2133 elasticSearchMapping :
2234 type : string
2335 include_in_all : false
36+
2437 boolean :
2538 elasticSearchMapping :
2639 type : boolean
40+
2741 integer :
2842 elasticSearchMapping :
2943 type : integer
44+
3045 DateTime :
3146 elasticSearchMapping :
3247 type : date
3348 format : date_time_no_millis
3449 include_in_all : false
50+
3551 Neos\Media\Domain\Model\Asset :
36- elasticSearchMapping : ' '
52+ elasticSearchMapping : ' ' # deliberately don't map or index this
53+
3754 array<Neos\Media\Domain\Model\Asset> :
38- elasticSearchMapping : ' '
55+ elasticSearchMapping : ' ' # deliberately don't map or index this
56+
3957 Neos\Media\Domain\Model\ImageInterface :
40- elasticSearchMapping : ' '
58+ elasticSearchMapping : ' ' # deliberately don't map or index this
59+
4160 references :
4261 elasticSearchMapping :
43- type : string
62+ type : string # an array of strings, to be precise
4463 index : not_analyzed
64+
4565 reference :
4666 elasticSearchMapping :
4767 type : string
You can’t perform that action at this time.
0 commit comments