Changes for page Release Notes for XWiki 7.2
Last modified by Thomas Mortagne on 2017/03/24
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. ThomasMortagne1 +XWiki.mflorea - Content
-
... ... @@ -393,6 +393,16 @@ 393 393 {{/code}} 394 394 ))) 395 395 396 +=== Solr Search === 397 + 398 +We added 3 new fields to the [[Solr Index>>design:Design.SolrSchema]] related to Nested Spaces: 399 + 400 +* spaces: the list of nested spaces, e.g. ['A', 'B', 'C'] 401 +* space_facet: used for [[hierarchical faceting>>https://wiki.apache.org/solr/HierarchicalFaceting]] (the 'facet.prefix'-based drill down approach) 402 +* space_prefix: used to match descendant documents, e.g. all documents from space ##A.B## and all its descendants (like space ##A.B.C##) 403 + 404 +We also modified the value of the ##space## and ##space_exact## fields to contain the full local reference of the space (it was holding only the name of the last space prior to 7.2). Finally, the ##space## field has been deprecated in favour of the ##spaces## field. 405 + 396 396 == New Reference-related APIs == 397 397 398 398 Various new API around References has been introduced while adding support for nested spaces.