You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Dawid Wysakowicz (JIRA)" <ji...@apache.org> on 2019/04/02 15:11:00 UTC

[jira] [Closed] (FLINK-12014) Flink CEP Doc missing "SkipToNextStrategy"

     [ https://issues.apache.org/jira/browse/FLINK-12014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dawid Wysakowicz closed FLINK-12014.
------------------------------------
       Resolution: Fixed
    Fix Version/s: 1.9.0

Fixed in 8a56b8943865d42fa6479e5f3cc5bbd1f210e502

> Flink CEP Doc missing "SkipToNextStrategy"
> ------------------------------------------
>
>                 Key: FLINK-12014
>                 URL: https://issues.apache.org/jira/browse/FLINK-12014
>             Project: Flink
>          Issue Type: Bug
>          Components: Documentation, Library / CEP
>            Reporter: Tom Goong
>            Assignee: Tom Goong
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 1.9.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> in cep.md file,The following description misses *SkipToNextStrategy:*
>  
> *After Match Skip Strategy*
> For a given pattern, the same event may be assigned to multiple successful matches. To control to how many matches an event will be assigned, you need to specify the skip strategy called `AfterMatchSkipStrategy`. There are four types of skip strategies, listed as follows:
>  * <strong>*NO_SKIP*</strong>: Every possible match will be emitted.
>  * <strong>*SKIP_PAST_LAST_EVENT*</strong>: Discards every partial match that started after the match started but before it ended.
>  * <strong>*SKIP_TO_FIRST*</strong>: Discards every partial match that started after the match started but before the first event of *PatternName* occurred.
>  * <strong>*SKIP_TO_LAST*</strong>: Discards every partial match that started after the match started but before the last event of *PatternName* occurred.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)