Details
- 
    New Feature 
- 
    Resolution: Fixed
- 
    Major 
- 
    7.1-rc-1
Description
The Solr index currently has two fields that hold space-related information:
<!-- The space name. This field is analyzed and thus mostly used for free text search. --> <field name="space" type="text_general" indexed="true" stored="true" /> <!-- We also need to store the space name verbatim for faceting (exact matching). --> <field name="space_exact" type="string" indexed="true" stored="false" />
We need to decide how to index nested spaces. Depending on what we choose we may have to update the Space facet.
Attachments
Issue Links
- depends on
- 
                    XWIKI-12380 Add basic support for nested spaces to the Solr Search API -         
- Closed
 
-         
- relates to
- 
                    XWIKI-12594 The path of a nested document is not properly matched -         
- Closed
 
-         
- 
                    XWIKI-12596 The search suggest should display the document path instead of the raw space reference -         
- Closed
 
-         



