-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.8
-
Component/s: Core VCS, Query & PageProvider
-
Impact type:Configuration Change
-
Upgrade notes:
Per-document facets (as opposed to facets declared on the type) have an important speed impact on queries that filter on them (NXQL ecm:mixinType = 'SomeFacet'). It should be possible to specify that a given facet will never be a search criteria for a document-only facet (doc.addFacet("SomeFacet")).
Note that the system facets "Folderish" and "HiddenInNavigation" already behave this way.
- is required by
-
NXP-14049 Allow setting perDocumentQuery=false through type service
- Resolved