File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ' Neos.Neos :Node' : &node
1+ ' neos_Neos :Node' : &node
22 search :
33 fulltext :
44 enable : true
99 type : keyword
1010 indexing : ' ${node.identifier}'
1111
12- ' neos.workspace ' :
12+ ' neos_workspace ' :
1313 search :
1414 elasticSearchMapping :
1515 type : keyword
1616 indexing : ' ${node.context.workspace.name}'
1717
18- ' neos.path ' :
18+ ' neos_path ' :
1919 search :
2020 elasticSearchMapping :
2121 type : keyword
2222 indexing : ' ${node.path}'
2323
24- ' neos.parent_path ' :
24+ ' neos_parent_path ' :
2525 search :
2626 elasticSearchMapping :
2727 type : keyword
2828 # we index *all* parent paths as separate tokens to allow for efficient searching without a prefix query
2929 indexing : ' ${Indexing.buildAllPathPrefixes(node.parentPath)}'
3030
31- ' neos.sort_index ' :
31+ ' neos_sort_index ' :
3232 search :
3333 elasticSearchMapping :
3434 type : integer
3535 indexing : ' ${node.index}'
3636
37- ' neos.removed ' :
37+ ' neos_removed ' :
3838 search :
3939 elasticSearchMapping : ' ' # deliberately don't map or index this
4040 indexing : ' '
4141
4242 # we index the node type INCLUDING ALL SUPERTYPES
43- ' neos.type_and_supertypes ' :
43+ ' neos_type_and_supertypes ' :
4444 search :
4545 elasticSearchMapping :
4646 type : keyword
4747 indexing : ' ${Indexing.extractNodeTypeNamesAndSupertypes(node.nodeType)}'
4848
49- ' neos.last_modification_date_time ' :
49+ ' neos_last_modification_date_time ' :
5050 search :
5151 elasticSearchMapping :
5252 type : date
5353 format : ' date_time_no_millis'
5454 indexing : ' ${(node.lastModificationDateTime ? Date.format(node.lastModificationDateTime, "Y-m-d\TH:i:sP") : null)}'
5555
56- ' neos.last_publication_date_time ' :
56+ ' neos_last_publication_date_time ' :
5757 search :
5858 elasticSearchMapping :
5959 type : date
6060 format : ' date_time_no_millis'
6161 indexing : ' ${(node.lastPublicationDateTime ? Date.format(node.lastPublicationDateTime, "Y-m-d\TH:i:sP") : null)}'
6262
63- ' neos.creation_date_time ' :
63+ ' neos_creation_date_time ' :
6464 search :
6565 elasticSearchMapping :
6666 type : date
You can’t perform that action at this time.
0 commit comments