|
Change Return Type Optional<MessageSearchIndex.SearchResult> to Stream<MessageSearchIndex.SearchResult> in method private extractContentFromHit(hit SearchHit) : Stream<MessageSearchIndex.SearchResult> in class org.apache.james.mailbox.elasticsearch.search.ElasticSearchSearcher |
From |
To |
|
Change Return Type Iterator<MessageUid> to Stream<MessageUid> in method public search(session MailboxSession, mailbox Mailbox, searchQuery SearchQuery) : Stream<MessageUid> in class org.apache.james.mailbox.lucene.search.LuceneMessageSearchIndex |
From |
To |
|
Change Return Type Iterator<MessageUid> to Stream<MessageUid> in method public search(query SearchQuery, mailboxSession MailboxSession) : Stream<MessageUid> in class org.apache.james.mailbox.store.StoreMessageManager |
From |
To |
|
Change Return Type Iterator<MessageUid> to Stream<MessageUid> in method public search(session MailboxSession, mailbox Mailbox, searchQuery SearchQuery) : Stream<MessageUid> in class org.apache.james.FakeMessageSearchIndex |
From |
To |
|
Change Return Type Iterator<MessageUid> to Stream<MessageUid> in method public search(session MailboxSession, mailbox Mailbox, query SearchQuery) : Stream<MessageUid> in class org.apache.james.mailbox.store.search.SimpleMessageSearchIndex |
From |
To |
|
Change Return Type Iterator<MessageUid> to Stream<MessageUid> in method public search(session MailboxSession, mailbox Mailbox, searchQuery SearchQuery) : Stream<MessageUid> in class org.apache.james.mailbox.store.search.LazyMessageSearchIndex |
From |
To |
|
Change Return Type Iterator<MessageUid> to Stream<MessageUid> in method public search(session MailboxSession, mailbox Mailbox, searchQuery SearchQuery) : Stream<MessageUid> in class org.apache.james.mailbox.store.search.MessageSearchIndex |
From |
To |
|
Change Return Type Answer<Iterator<MessageUid>> to Answer<Stream<MessageUid>> in method private delayedSearchAnswer() : Answer<Stream<MessageUid>> in class org.apache.james.imap.processor.base.SelectedMailboxImplTest |
From |
To |
|
Change Return Type Iterator<MessageUid> to Stream<MessageUid> in method public search(session MailboxSession, mailbox Mailbox, searchQuery SearchQuery) : Stream<MessageUid> in class org.apache.james.mailbox.elasticsearch.events.ElasticSearchListeningMessageSearchIndex |
From |
To |
|
Change Return Type Iterator<MessageUid> to Stream<MessageUid> in method public search(searchQuery SearchQuery, mailboxSession MailboxSession) : Stream<MessageUid> in class org.apache.james.mailbox.MessageManager |
From |
To |
|
Change Return Type Iterator<MessageUid> to Stream<MessageUid> in method private listAllMessageUids(session MailboxSession) : Stream<MessageUid> in class org.apache.james.mailbox.store.StoreMessageManager |
From |
To |
|
Change Variable Type result : Iterator<MessageUid> to result : Stream<MessageUid> in method public sortOnMailboxCCShouldReturnWellOrderedResults() : void in class org.apache.james.mailbox.lucene.search.LuceneMailboxMessageSearchIndexTest |
From |
To |
|
Change Variable Type result : Iterator<MessageUid> to result : Stream<MessageUid> in method public bodySearchShouldNotMatchPhraseOnlyInSubject() : void in class org.apache.james.mailbox.lucene.search.LuceneMailboxMessageSearchIndexTest |
From |
To |
|
Change Variable Type result : Iterator<MessageUid> to result : Stream<MessageUid> in method public bodySearchNotMatchPhraseOnlyInFrom() : void in class org.apache.james.mailbox.lucene.search.LuceneMailboxMessageSearchIndexTest |
From |
To |
|
Change Variable Type result : Iterator<MessageUid> to result : Stream<MessageUid> in method public uidSearchShouldMatch() : void in class org.apache.james.mailbox.lucene.search.LuceneMailboxMessageSearchIndexTest |
From |
To |
|
Change Variable Type result : Iterator<MessageUid> to result : Stream<MessageUid> in method public headerExistsShouldMatch() : void in class org.apache.james.mailbox.lucene.search.LuceneMailboxMessageSearchIndexTest |
From |
To |
|
Change Variable Type result : Iterator<MessageUid> to result : Stream<MessageUid> in method public sizeGreaterThanShouldMatch() : void in class org.apache.james.mailbox.lucene.search.LuceneMailboxMessageSearchIndexTest |
From |
To |
|
Change Variable Type result : Iterator<MessageUid> to result : Stream<MessageUid> in method public addressSearchShouldMatchToFullAddress() : void in class org.apache.james.mailbox.lucene.search.LuceneMailboxMessageSearchIndexTest |
From |
To |
|
Change Variable Type result : Iterator<MessageUid> to result : Stream<MessageUid> in method public textSearchShouldNotAbsentMatchPhraseInBody() : void in class org.apache.james.mailbox.lucene.search.LuceneMailboxMessageSearchIndexTest |
From |
To |
|
Change Variable Type result : Iterator<MessageUid> to result : Stream<MessageUid> in method public bodySearchShouldNotMatchAbsentPhraseInBody() : void in class org.apache.james.mailbox.lucene.search.LuceneMailboxMessageSearchIndexTest |
From |
To |
|
Change Variable Type result : Iterator<MessageUid> to result : Stream<MessageUid> in method public reverseSortOnMailboxToShouldReturnWellOrderedResults() : void in class org.apache.james.mailbox.lucene.search.LuceneMailboxMessageSearchIndexTest |
From |
To |
|
Change Variable Type result : Iterator<MessageUid> to result : Stream<MessageUid> in method public uidShouldBeSorted() : void in class org.apache.james.mailbox.lucene.search.LuceneMailboxMessageSearchIndexTest |
From |
To |
|
Change Variable Type result : Iterator<MessageUid> to result : Stream<MessageUid> in method public sortOnMailboxToShouldReturnWellOrderedResults() : void in class org.apache.james.mailbox.lucene.search.LuceneMailboxMessageSearchIndexTest |
From |
To |
|
Change Variable Type result : Iterator<MessageUid> to result : Stream<MessageUid> in method public notOperatorShouldReverseMatching() : void in class org.apache.james.mailbox.lucene.search.LuceneMailboxMessageSearchIndexTest |
From |
To |
|
Change Variable Type result : Iterator<MessageUid> to result : Stream<MessageUid> in method public reverseSortOnSentDateShouldReturnWellOrderedResults() : void in class org.apache.james.mailbox.lucene.search.LuceneMailboxMessageSearchIndexTest |
From |
To |
|
Change Variable Type result : Iterator<MessageUid> to result : Stream<MessageUid> in method public bodySearchShouldMatchSeveralEmails() : void in class org.apache.james.mailbox.lucene.search.LuceneMailboxMessageSearchIndexTest |
From |
To |
|
Change Variable Type result : Iterator<MessageUid> to result : Stream<MessageUid> in method public sortOnArrivalDateShouldReturnWellOrderedResults() : void in class org.apache.james.mailbox.lucene.search.LuceneMailboxMessageSearchIndexTest |
From |
To |
|
Change Variable Type result : Iterator<MessageUid> to result : Stream<MessageUid> in method public textSearchMatchShouldBeCaseInsensitive() : void in class org.apache.james.mailbox.lucene.search.LuceneMailboxMessageSearchIndexTest |
From |
To |
|
Change Variable Type result : Iterator<MessageUid> to result : Stream<MessageUid> in method public addressSearchShouldMatchToDisplayName() : void in class org.apache.james.mailbox.lucene.search.LuceneMailboxMessageSearchIndexTest |
From |
To |
|
Change Variable Type result : Iterator<MessageUid> to result : Stream<MessageUid> in method public sizeEqualsShouldMatch() : void in class org.apache.james.mailbox.lucene.search.LuceneMailboxMessageSearchIndexTest |
From |
To |
|
Change Variable Type result : Iterator<MessageUid> to result : Stream<MessageUid> in method public reverseSortOnSubjectShouldReturnWellOrderedResults() : void in class org.apache.james.mailbox.lucene.search.LuceneMailboxMessageSearchIndexTest |
From |
To |
|
Change Variable Type result : Iterator<MessageUid> to result : Stream<MessageUid> in method public textSearchShouldMatchPhraseOnlyInToHeader() : void in class org.apache.james.mailbox.lucene.search.LuceneMailboxMessageSearchIndexTest |
From |
To |
|
Change Variable Type result : Iterator<MessageUid> to result : Stream<MessageUid> in method public sortOnDisplayFromShouldReturnWellOrderedResults() : void in class org.apache.james.mailbox.lucene.search.LuceneMailboxMessageSearchIndexTest |
From |
To |
|
Change Variable Type result : Iterator<MessageUid> to result : Stream<MessageUid> in method public flagUnsetShouldMatch() : void in class org.apache.james.mailbox.lucene.search.LuceneMailboxMessageSearchIndexTest |
From |
To |
|
Change Variable Type result : Iterator<MessageUid> to result : Stream<MessageUid> in method public uidReverseSortShouldReturnWellOrderedResults() : void in class org.apache.james.mailbox.lucene.search.LuceneMailboxMessageSearchIndexTest |
From |
To |
|
Change Variable Type result : Iterator<MessageUid> to result : Stream<MessageUid> in method public internalDateAfterShouldMatch() : void in class org.apache.james.mailbox.lucene.search.LuceneMailboxMessageSearchIndexTest |
From |
To |
|
Change Variable Type result : Iterator<MessageUid> to result : Stream<MessageUid> in method public uidRangeSearchShouldMatch() : void in class org.apache.james.mailbox.lucene.search.LuceneMailboxMessageSearchIndexTest |
From |
To |
|
Change Variable Type result : Iterator<MessageUid> to result : Stream<MessageUid> in method public reverseSortOnArrivalDateShouldReturnWellOrderedResults() : void in class org.apache.james.mailbox.lucene.search.LuceneMailboxMessageSearchIndexTest |
From |
To |
|
Change Variable Type result : Iterator<MessageUid> to result : Stream<MessageUid> in method public reverseSortOnDisplayToShouldReturnWellOrderedResults() : void in class org.apache.james.mailbox.lucene.search.LuceneMailboxMessageSearchIndexTest |
From |
To |
|
Change Variable Type result : Iterator<MessageUid> to result : Stream<MessageUid> in method public sortOnDisplayToShouldReturnWellOrderedResults() : void in class org.apache.james.mailbox.lucene.search.LuceneMailboxMessageSearchIndexTest |
From |
To |
|
Change Variable Type result : Iterator<MessageUid> to result : Stream<MessageUid> in method public addressSearchShouldMatchToEmail() : void in class org.apache.james.mailbox.lucene.search.LuceneMailboxMessageSearchIndexTest |
From |
To |
|
Change Variable Type result : Iterator<MessageUid> to result : Stream<MessageUid> in method public sortOnSentDateShouldReturnWellOrderedResults() : void in class org.apache.james.mailbox.lucene.search.LuceneMailboxMessageSearchIndexTest |
From |
To |
|
Change Variable Type result : Iterator<MessageUid> to result : Stream<MessageUid> in method public bodySearchShouldBeCaseInsensitive() : void in class org.apache.james.mailbox.lucene.search.LuceneMailboxMessageSearchIndexTest |
From |
To |
|
Change Variable Type result : Iterator<MessageUid> to result : Stream<MessageUid> in method public sortOnSubjectShouldReturnWellOrderedResults() : void in class org.apache.james.mailbox.lucene.search.LuceneMailboxMessageSearchIndexTest |
From |
To |
|
Change Variable Type result : Iterator<MessageUid> to result : Stream<MessageUid> in method public reverseSortOnDisplayFromShouldReturnWellOrderedResults() : void in class org.apache.james.mailbox.lucene.search.LuceneMailboxMessageSearchIndexTest |
From |
To |
|
Change Variable Type result : Iterator<MessageUid> to result : Stream<MessageUid> in method public searchAllShouldMatchAllMailboxEmails() : void in class org.apache.james.mailbox.lucene.search.LuceneMailboxMessageSearchIndexTest |
From |
To |
|
Change Variable Type result : Iterator<MessageUid> to result : Stream<MessageUid> in method public sortOnMailboxFromShouldReturnWellOrderedResults() : void in class org.apache.james.mailbox.lucene.search.LuceneMailboxMessageSearchIndexTest |
From |
To |
|
Change Variable Type result : Iterator<MessageUid> to result : Stream<MessageUid> in method public textSearchShouldMatchPhraseOnlyInSubjectHeader() : void in class org.apache.james.mailbox.lucene.search.LuceneMailboxMessageSearchIndexTest |
From |
To |
|
Change Variable Type result : Iterator<MessageUid> to result : Stream<MessageUid> in method public internalDateBeforeShouldMatch() : void in class org.apache.james.mailbox.lucene.search.LuceneMailboxMessageSearchIndexTest |
From |
To |
|
Change Variable Type result : Iterator<MessageUid> to result : Stream<MessageUid> in method public sortOnSizeShouldReturnWellOrderedResults() : void in class org.apache.james.mailbox.lucene.search.LuceneMailboxMessageSearchIndexTest |
From |
To |
|
Change Variable Type result : Iterator<MessageUid> to result : Stream<MessageUid> in method public textSearchShouldMatchPhraseInBody() : void in class org.apache.james.mailbox.lucene.search.LuceneMailboxMessageSearchIndexTest |
From |
To |
|
Change Variable Type result : Iterator<MessageUid> to result : Stream<MessageUid> in method public flagSearchShouldMatch() : void in class org.apache.james.mailbox.lucene.search.LuceneMailboxMessageSearchIndexTest |
From |
To |
|
Change Variable Type result : Iterator<MessageUid> to result : Stream<MessageUid> in method public addressSearchShouldMatchFrom() : void in class org.apache.james.mailbox.lucene.search.LuceneMailboxMessageSearchIndexTest |
From |
To |
|
Change Variable Type result : Iterator<MessageUid> to result : Stream<MessageUid> in method public sizeLessThanShouldMatch() : void in class org.apache.james.mailbox.lucene.search.LuceneMailboxMessageSearchIndexTest |
From |
To |
|
Change Variable Type result : Iterator<MessageUid> to result : Stream<MessageUid> in method public headerSearchShouldMatch() : void in class org.apache.james.mailbox.lucene.search.LuceneMailboxMessageSearchIndexTest |
From |
To |
|
Change Variable Type result : Iterator<MessageUid> to result : Stream<MessageUid> in method public reverseSortOnSizeShouldReturnWellOrderedResults() : void in class org.apache.james.mailbox.lucene.search.LuceneMailboxMessageSearchIndexTest |
From |
To |
|
Change Variable Type result : Iterator<MessageUid> to result : Stream<MessageUid> in method public bodySearchShouldMatchPhraseInBody() : void in class org.apache.james.mailbox.lucene.search.LuceneMailboxMessageSearchIndexTest |
From |
To |
|
Change Variable Type result : Iterator<MessageUid> to result : Stream<MessageUid> in method public textSearchShouldMatchSeveralEmails() : void in class org.apache.james.mailbox.lucene.search.LuceneMailboxMessageSearchIndexTest |
From |
To |
|
Change Variable Type result : Iterator<MessageUid> to result : Stream<MessageUid> in method public internalDateOnShouldMatch() : void in class org.apache.james.mailbox.lucene.search.LuceneMailboxMessageSearchIndexTest |
From |
To |
|
Change Variable Type result : Iterator<MessageUid> to result : Stream<MessageUid> in method public reverseSortOnMailboxFromShouldReturnWellOrderedResults() : void in class org.apache.james.mailbox.lucene.search.LuceneMailboxMessageSearchIndexTest |
From |
To |
|
Change Variable Type result : Iterator<MessageUid> to result : Stream<MessageUid> in method public reverseSortOnMailboxCCShouldReturnWellOrderedResults() : void in class org.apache.james.mailbox.lucene.search.LuceneMailboxMessageSearchIndexTest |
From |
To |