[Jamwiki-commit] SF.net SVN: jamwiki:[2843] wiki/trunk
Brought to you by:
wrh2
From: <wr...@us...> - 2010-01-17 17:22:43
|
Revision: 2843 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2843&view=rev Author: wrh2 Date: 2010-01-17 17:22:36 +0000 (Sun, 17 Jan 2010) Log Message: ----------- Search: * The search engine shouldn't need separate documents for link and text searches, so consolidate into a single document. Previously these were split to allow usage of the KeywordAnalyzer for link searches, but link fields were stored with NOT_ANALYZED, making the analyzer irrelevant. There is a small but noticeable (~5-10%) performance boost when updating the search index as a result of this change, and the size of the overall search index should be somewhat smaller. Modified Paths: -------------- wiki/trunk/jamwiki-war/src/main/webapp/CHANGELOG.txt 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. |