Class FuzzyMatchData
java.lang.Object
org.pentaho.di.trans.step.BaseStepData
org.pentaho.di.trans.steps.fuzzymatch.FuzzyMatchData
- All Implemented Interfaces:
StepDataInterface
- Since:
- 24-jan-2010
- Author:
- Samatar
-
Nested Class Summary
Nested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepData
BaseStepData.StepExecutionStatus -
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanbooleanint[]index of return fields from lookup streamintindex of main stream fieldorg.pentaho.di.core.row.RowMetaInterfaceorg.pentaho.di.core.row.RowMetaInterfaceused to store values in used to look up thingsintdoubleintdoubleintorg.pentaho.di.core.row.RowMetaInterfaceorg.pentaho.di.core.row.RowMetaInterfaceboolean -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.pentaho.di.trans.step.BaseStepData
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatusMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.pentaho.di.trans.step.StepDataInterface
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatus
-
Field Details
-
previousRowMeta
public org.pentaho.di.core.row.RowMetaInterface previousRowMeta -
outputRowMeta
public org.pentaho.di.core.row.RowMetaInterface outputRowMeta -
look
used to store values in used to look up things -
readLookupValues
public boolean readLookupValues -
indexOfMainField
public int indexOfMainFieldindex of main stream field -
minimalDistance
public int minimalDistance -
maximalDistance
public int maximalDistance -
minimalSimilarity
public double minimalSimilarity -
maximalSimilarity
public double maximalSimilarity -
valueSeparator
-
infoMeta
public org.pentaho.di.core.row.RowMetaInterface infoMeta -
infoStream
-
addValueFieldName
public boolean addValueFieldName -
addAdditionalFields
public boolean addAdditionalFields -
indexOfCachedFields
public int[] indexOfCachedFieldsindex of return fields from lookup stream -
nrCachedFields
public int nrCachedFields -
infoCache
public org.pentaho.di.core.row.RowMetaInterface infoCache
-
-
Constructor Details
-
FuzzyMatchData
public FuzzyMatchData()
-