Decouple the search implementation from the waves persistence logic.
--------------------------------------------------------------------
Key: WAVE-325
URL: https://issues.apache.org/jira/browse/WAVE-325
Project: Wave
Issue Type: Improvement
Components: Server
Reporter: Yuri Zelikov
Assignee: Yuri Zelikov
The goal of this patch is to decouple the search implementation
(SearchProvider) from the waves accessing logic (WaveMap). It should allow for
alternative implementations of search providers - not dependent on concrete
implementation of waves loading and access. The biggest problem with current
implementation is that it requires to load all waves into memory on the server
start up. An alternative (not memory based) search implementation would allow
to load the waves lazily and evict later.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira