Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A generic Magnolia configuration is used for all workspaces. This configuration fine-tunes the default Jackrabbit search configuration for best results. The sections that follow detail the enhancements.

...

(warning) Magnolia 5.5.9+:  The generic indexing configuration used for all workspaces but the website workspace is stored in /info/magnolia/jackrabbit/indexing_configuration_default.xml . The indexing configuration for the website workspace is in /info/magnolia/jackrabbit/indexing_configuration_website.xml . You can configure indexing for additional workspaces by setting the workspace name

in <param name="indexingConfiguration" value="/info/magnolia/jackrabbit/indexing_configuration_${wsp.name}.xml"/> in the workspace.xml configuration file.

These configuration fine-tune the default Jackrabbit search configuration for best results. The sections that follow detail the enhancements.

(info) If you are updating your Magnolia to 5.5.9 or later, we recommend you to set the indexing configuration by specifying workspace name(s) in the indexingConfiguration parameter.

 Special characters

These configurations fine-tune the default Jackrabbit search configuration for best results. The sections that follow detail the enhancements.

 Special characters

Tip

Jackrabbit

Tip

Jackrabbit stores all character data (node names and values) in Unicode. This ensures that special characters such as accents and umlauts are indexed and can be used in search. Issues with special characters are often due to character set conversion problems in the application server. See URI encoding in Tomcat for more.

...

For more advanced search options you can use the Solr module. This module uses the  Apache Solr  search platform to index and crawl Magnolia content. Solr is a standalone enterprise search server with a REST like API. Solr uses the Lucene library for full-text indexing and provides advanced features such as faceted search, distributed search and index replication.

(warning) Magnolia 5.5.9+:  The generic indexing configuration used for all workspaces but the website workspace is stored in /info/magnolia/jackrabbit/indexing_configuration_default.xml . The indexing configuration for the website workspace is in /info/magnolia/jackrabbit/indexing_configuration_website.xml . You can configure indexing for additional workspaces by setting the workspace name

in <param name="indexingConfiguration" value="/info/magnolia/jackrabbit/indexing_configuration_${wsp.name}.xml"/> in the workspace.xml configuration file.

These configuration fine-tune the default Jackrabbit search configuration for best results. The sections that follow detail the enhancements.

(info) If you are updating your Magnolia to 5.5.9 or later, we recommend you to set the indexing configuration by specifying workspace name(s) in the indexingConfiguration parameter.