2.2.1.2. Indexing tuning

2.2.1.2.1. Indexing rules
2.2.1.2.2. Indexing aggregates
2.2.1.2.3. Property-level analyzers
2.2.1.2.4. Advanced features

The default search index implementation in JCR allows you to control which properties of a node are indexed. You also can define different analyzers for different nodes.

The configuration parameter is called indexingConfiguration and its default value is not set. This means all properties of a node are indexed.

If you wish to configure the indexing behavior, you need to add a parameter to the query-handler element in your configuration file.


<property name="indexing-configuration-path" value="/indexing_configuration.xml"/>

Index configuration path can indicate any file located on the file system, in the jar or war files.

Note

You have to declare the namespace prefixes in the configuration element that you are using throughout the .xml file.

Copyright ©. All rights reserved. eXo Platform SAS
blog comments powered byDisqus