Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Jackrabbit Wiki" for change notification.
The following page has been changed by MarcelReutegger:
http://wiki.apache.org/jackrabbit/Search
The comment on the change is:
Document new parameter synonymProviderConfigPath
------------------------------------------------------------------------------
|| excerptProviderClass || 1.3: {{{org.apache.jackrabbit.core.query.lucene.DefaultXMLExcerpt}}},
>=1.4: {{{org.apache.jackrabbit.core.query.lucene.DefaultHTMLExcerpt}}} || The name of
the class that implements {{{org.apache.jackrabbit.core.query.lucene.ExcerptProvider}}} and
should be used for the rep:excerpt() function in a query. || 1.3 ||
|| supportHighlighting || false || If set to {{{true}}} additional information is stored
in the index to support highlighting using the rep:excerpt() function. || 1.3 ||
|| synonymProviderClass || ''none'' || The name of a class that implements {{{org.apache.jackrabbit.core.query.lucene.SynonymProvider}}}.
The default value is null (-> not set). || 1.4 ||
+ || synonymProviderConfigPath || ''none'' || The path to the synonym provider configuration
file. This path interpreted relative to the {{{path}}} parameter. If there is a {{{FileSystem}}}
element inside the {{{SearchIndex}}} element, then this path is interpreted relative to the
root path of the {{{FileSystem}}}. Whether this parameter is mandatory depends on the synonym
provider implementation. The default value is null (-> not set). || 1.4 ||
|| indexingConfiguration || ''none'' || The path to the indexing configuration file. See
also ["IndexingConfiguration"] || 1.4 ||
|| indexingConfigurationClass || {{{org.apache.jackrabbit.core.query.lucene.IndexingConfigurationImpl}}}
|| The name of the class that implements {{{org.apache.jackrabbit.core.query.lucene.IndexingConfiguration}}}.
See also ["IndexingConfiguration"]. || 1.4 ||
|| enableConsistencyCheck || false || If set to {{{true}}} a consistency check is performed
depending on the parameter ''forceConsistencyCheck''. If set to {{{false}}} no consistency
check is performed on startup, even if a redo log had been applied. || 1.4 ||
|