Revision: 2770
http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2770&view=rev
Author: wrh2
Date: 2009-11-16 00:05:51 +0000 (Mon, 16 Nov 2009)
Log Message:
-----------
Performance:
* According to the Lucene IndexWriter documentation "IndexWriter instances are
completely thread safe, meaning multiple threads can call any of its methods,
concurrently." As a result, remove synchronization around IndexWriter calls.
Modified Paths:
--------------
wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/search/LuceneSearchEngine.java
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|