JAMES-1842: Searches should be done on rare patterns with indexer Threshold changes accross Index implementations. Searched patterns should appear only in one message, with ambiguity.
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/ee4a608f Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/ee4a608f Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/ee4a608f Branch: refs/heads/master Commit: ee4a608fd406055bd00c5f3d00358221c88ee84b Parents: 94249b4 Author: Quynh Nguyen <[email protected]> Authored: Wed Nov 9 14:20:46 2016 +0700 Committer: Benoit Tellier <[email protected]> Committed: Wed Nov 9 16:12:21 2016 +0700 ---------------------------------------------------------------------- .../org/apache/james/imap/scripts/UidSearchAtomsIndexer.test | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/ee4a608f/mpt/impl/imap-mailbox/core/src/main/resources/org/apache/james/imap/scripts/UidSearchAtomsIndexer.test ---------------------------------------------------------------------- diff --git a/mpt/impl/imap-mailbox/core/src/main/resources/org/apache/james/imap/scripts/UidSearchAtomsIndexer.test b/mpt/impl/imap-mailbox/core/src/main/resources/org/apache/james/imap/scripts/UidSearchAtomsIndexer.test index ce9f6f7..54aa2c7 100644 --- a/mpt/impl/imap-mailbox/core/src/main/resources/org/apache/james/imap/scripts/UidSearchAtomsIndexer.test +++ b/mpt/impl/imap-mailbox/core/src/main/resources/org/apache/james/imap/scripts/UidSearchAtomsIndexer.test @@ -2133,8 +2133,8 @@ C: A105 UID SEARCH BCC example.org S: \* SEARCH S: A105 OK SEARCH completed\. -C: A103 UID SEARCH BODY "nothing worthy prove" -S: \* SEARCH 30 31 32 38 39 +C: A103 UID SEARCH BODY "limping sway" +S: \* SEARCH 31 S: A103 OK SEARCH completed\. C: A104 UID SEARCH CC tim @@ -2241,8 +2241,8 @@ C: A129 UID SEARCH SUBJECT "William Shakespeare" S: \* SEARCH 30 32 38 39 S: A129 OK SEARCH completed\. -C: A130 UID SEARCH TEXT "nothing worthy prove" -S: \* SEARCH 30 31 32 37 38 39 +C: A130 UID SEARCH TEXT "limping sway" +S: \* SEARCH 31 S: A130 OK SEARCH completed\. C: A131 UID SEARCH UID 1:4 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
