You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by Apache Wiki <wi...@apache.org> on 2009/03/23 13:34:44 UTC

[Jackrabbit Wiki] Update of "Search" by MarcelReutegger

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

------------------------------------------------------------------------------
  || spellCheckerClass || ''none'' || The name of a class that implements {{{org.apache.jackrabbit.core.query.lucene.SpellChecker}}}. See also ["SpellChecker"] || 1.4 ||
  || similarityClass || Depends on what {{{Similarity.getDefault()}}} returns || The name of a class that extends {{{org.apache.lucene.search.Similarity}}}. || 1.5 ||
  || maxVolatileIndexSize || 1048576 || The maximum volatile index size in bytes until it is written to disk. The default value is 1MB. || 1.6 ||
- || initializeHierarchyCache || true || With the default value of {{{true}}} the hierarchy cache is initialized on startup and control is only given back when the initialization has completed. When set to {{{false}}} the initialization is done in a background thread and control is given back immediately to complete the repository startup. || 1.6 ||
+ || initializeHierarchyCache || true || With the default value of {{{true}}} the hierarchy cache is initialized on startup and control is only given back when the initialization has completed. When set to {{{false}}} the cache is populated during regular use. || 1.6 ||
  
  
  '''Note''': all parameters (except path) have default values and can be omitted to use the default.