Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
HTML Wrap
clearboth
width300
alignright
classmenu
Page properties
EditionDX Core
License
Include Page
_MLA
_MLA
IssuesMLEARN
Maven siteResult Ranker
Latest version

Artifact resource link
groupIdinfo.magnolia.periscope
artifactIdmagnolia-periscope-parentresult-ranker
label$version
renderTypedisplay_only
resourceTypeJAR

...

Info

info.magnolia.periscope.ResultRankerConfiguration allows you to entirely disable the ranking of Find Bar search results. To do so, set disabled to true in the periscope-core module.

Code Block
languageyml
titleperiscope-core/src/main/resources/periscope-core/config.yaml
resultRankerConfiguration:
  disabled: false

You may want to use this configuration to improve disable this configuration to reduce memory usage or resolve potential compatibility issues with DL4J libraries.

...