----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/4774/ -----------------------------------------------------------
(Updated 2012-04-28 07:17:01.362767) Review request for wave, Michael MacFadden, vjrj, Ali Lown, and Lennard de Rijk. Changes ------- Updates the patch with the changes form tip. Summary ------- Adds Lucene based implementation of per user wave view provider. The intention is to keep in the memory only the index of waves and load the wavelets into memory only when requested. The lucene jars can be downloaded from here: http://apache.spd.co.il/lucene/java/3.5.0/ Diffs (updated) ----- .classpath d8def03 .gitignore 949276a build.xml f8cba2b server-config.xml d2c1bc7 server.config.example 7eb075f src/org/waveprotocol/box/server/CoreSettings.java a28ec66 src/org/waveprotocol/box/server/ServerMain.java 03d04ab src/org/waveprotocol/box/server/ServerModule.java 4debe3b src/org/waveprotocol/box/server/frontend/ClientFrontendImpl.java 5238182 src/org/waveprotocol/box/server/persistence/file/FileUtils.java c8b4894 src/org/waveprotocol/box/server/waveserver/MemorySearchProvider.java 032a0ec src/org/waveprotocol/box/server/waveserver/PerUserWaveViewSubscriber.java 23e0992 src/org/waveprotocol/box/server/waveserver/WaveMap.java a0d72d6 src/org/waveprotocol/box/server/waveserver/WaveServerImpl.java 38208c8 src/org/waveprotocol/box/server/waveserver/WaveServerModule.java eb43a5c test/org/waveprotocol/box/server/frontend/ClientFrontendImplTest.java 59bc10d test/org/waveprotocol/box/server/waveserver/MemorySearchProviderTest.java 3a2ae13 test/org/waveprotocol/box/server/waveserver/PerUserWaveViewSubscriberTest.java 007ccf4 Diff: https://reviews.apache.org/r/4774/diff Testing ------- Verified that the index is properly created and the search functionality works. All tests pass (besides WaveServerTest - issue WAVE-308). Thanks, Yuri
