| Interface | Description |
|---|---|
| MessageSearchIndex<Id> |
An index which can be used to search for Message UID's that match a
SearchQuery. |
| Class | Description |
|---|---|
| LazyMessageSearchIndex<Id> |
ListeningMessageSearchIndex implementation which wraps another ListeningMessageSearchIndex and will forward all calls to it. |
| ListeningMessageSearchIndex<Id> |
MessageSearchIndex which needs to get registered as global MailboxListener and so get
notified about message changes. |
| MessageSearcher |
Searches an email for content.
|
| MessageSearches |
Uility methods to help perform search operations.
|
| SearchUtil |
Utility class which helps with extracting of data for searches
|
| SimpleMessageSearchIndex<Id> |
MessageSearchIndex which just fetch Message's from the MessageMapper and use MessageSearcher
to match them against the SearchQuery. |
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.