Class MatchOperation

java.lang.Object
com.yahoo.searchdefinition.fieldoperation.MatchOperation
All Implemented Interfaces:
FieldOperation, Comparable<FieldOperation>

public class MatchOperation extends Object implements FieldOperation
Author:
Einar M R Rosenvinge
  • Constructor Details

    • MatchOperation

      public MatchOperation()
  • Method Details

    • setMatchingType

      public void setMatchingType(MatchType matchingType)
    • setGramSize

      public void setGramSize(Integer gramSize)
    • setMaxLength

      public void setMaxLength(Integer maxLength)
    • setMatchingAlgorithm

      public void setMatchingAlgorithm(MatchAlgorithm matchingAlgorithm)
    • setExactMatchTerminator

      public void setExactMatchTerminator(String exactMatchTerminator)
    • setCase

      public void setCase(Case casing)
    • apply

      public void apply(SDField field)
      Description copied from interface: FieldOperation
      Apply this operation on the given field
      Specified by:
      apply in interface FieldOperation