Class MatchRule

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

public class MatchRule extends Object
A generic matching rule that can be used across pipeline stages
  • Constructor Details

    • MatchRule

      public MatchRule(String field, String pattern) throws com.lucidworks.apollo.pipeline.schema.validation.RESTValidationError
      Throws:
      com.lucidworks.apollo.pipeline.schema.validation.RESTValidationError
  • Method Details

    • getField

      public String getField()
    • getPattern

      public Pattern getPattern()