Class RegexFilterRule

java.lang.Object
com.lucidworks.apollo.pipeline.RegexFilterRule

public class RegexFilterRule extends Object
  • Constructor Details

    • RegexFilterRule

      public RegexFilterRule(String sourceField, String pattern, Boolean exclusive) throws com.lucidworks.apollo.pipeline.schema.validation.RESTValidationError
      Throws:
      com.lucidworks.apollo.pipeline.schema.validation.RESTValidationError
  • Method Details

    • getSourceField

      public String getSourceField()
    • getPattern

      public Pattern getPattern()
    • isExclusive

      public boolean isExclusive()