You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2007/04/15 23:10:45 UTC

[Solr Wiki] Update of "SolrCaching" by GrantIngersoll

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The following page has been changed by GrantIngersoll:
http://wiki.apache.org/solr/SolrCaching

The comment on the change is:
fixed typo

------------------------------------------------------------------------------
  
  == initialSize ==
  
- The initial capacity (number of entries) of the cache.  (seel `java.util.HashMap`)
+ The initial capacity (number of entries) of the cache.  (see `java.util.HashMap`)
  
  == autowarmCount ==