Id - public interface MessageSearchIndex<Id>
SearchQuery.
A developer should think of building an inverse-index for that.| Modifier and Type | Method and Description |
|---|---|
Iterator<Long> |
search(MailboxSession session,
Mailbox<Id> mailbox,
SearchQuery searchQuery)
Return all uids of the previous indexed
Mailbox's which match the SearchQuery |
Iterator<Long> search(MailboxSession session, Mailbox<Id> mailbox, SearchQuery searchQuery) throws MailboxException
Mailbox's which match the SearchQuerymailbox - searchQuery - MailboxExceptionCopyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.