Class FuzzyMatchData

java.lang.Object
org.pentaho.di.trans.step.BaseStepData
org.pentaho.di.trans.steps.fuzzymatch.FuzzyMatchData
All Implemented Interfaces:
StepDataInterface

public class FuzzyMatchData extends BaseStepData implements StepDataInterface
Since:
24-jan-2010
Author:
Samatar
  • Field Details

    • previousRowMeta

      public org.pentaho.di.core.row.RowMetaInterface previousRowMeta
    • outputRowMeta

      public org.pentaho.di.core.row.RowMetaInterface outputRowMeta
    • look

      public HashSet<Object[]> look
      used to store values in used to look up things
    • readLookupValues

      public boolean readLookupValues
    • indexOfMainField

      public int indexOfMainField
      index of main stream field
    • minimalDistance

      public int minimalDistance
    • maximalDistance

      public int maximalDistance
    • minimalSimilarity

      public double minimalSimilarity
    • maximalSimilarity

      public double maximalSimilarity
    • valueSeparator

      public String valueSeparator
    • infoMeta

      public org.pentaho.di.core.row.RowMetaInterface infoMeta
    • infoStream

      public StreamInterface infoStream
    • addValueFieldName

      public boolean addValueFieldName
    • addAdditionalFields

      public boolean addAdditionalFields
    • indexOfCachedFields

      public int[] indexOfCachedFields
      index of return fields from lookup stream
    • nrCachedFields

      public int nrCachedFields
    • infoCache

      public org.pentaho.di.core.row.RowMetaInterface infoCache
  • Constructor Details

    • FuzzyMatchData

      public FuzzyMatchData()