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
Modifier and TypeFieldDescriptionboolean
boolean
int[]
index of return fields from lookup streamint
index of main stream fieldorg.pentaho.di.core.row.RowMetaInterface
org.pentaho.di.core.row.RowMetaInterface
used to store values in used to look up thingsint
double
int
double
int
org.pentaho.di.core.row.RowMetaInterface
org.pentaho.di.core.row.RowMetaInterface
boolean
-
Constructor Summary
-
Method Summary
Methods inherited from class org.pentaho.di.trans.step.BaseStepData
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatus
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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()
-