Last modified by Thomas Mortagne on 2023/10/13

<
From version < 72.1 >
edited by Thomas Mortagne
on 2015/09/25
To version < 74.1 >
edited by Marius Dumitru Florea
on 2015/09/25
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ThomasMortagne
1 +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.
... ... @@ -557,7 +557,7 @@
557 557  
558 558  === REST script services ===
559 559  
560 -The Script service changed a bit, ##url(EntityReference)## now return relative URL String by default and a new ##url(EntityReference reference, boolean external)## has been added to force returning an external form URL. See [[Generate a REST URL for a resource>>platform:Features.XWikiRESTfulAPI||anchor="HGenerateaRESTURLforaresource"]] for more details.
570 +New ##url(EntityReference)## was introduced to return relative REST URL of an entity. The new ##url(EntityReference reference, boolean external)## has been added to force returning an external form URL. See [[Generate a REST URL for a resource>>platform:Features.XWikiRESTfulAPI||anchor="HGenerateaRESTURLforaresource"]] for more details.
561 561  
562 562  == Miscellaneous ==
563 563  

Get Connected