Package com.google.refine.model.recon
Class DataExtensionReconConfig
java.lang.Object
com.google.refine.model.recon.ReconConfig
com.google.refine.model.recon.StandardReconConfig
com.google.refine.model.recon.DataExtensionReconConfig
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.refine.model.recon.StandardReconConfig
StandardReconConfig.ColumnDetail, StandardReconConfig.QueryProperty, StandardReconConfig.ReconQuery, StandardReconConfig.ReconResult, StandardReconConfig.StandardReconJob -
Field Summary
FieldsFields inherited from class com.google.refine.model.recon.StandardReconConfig
autoMatch, batchSize, columnDetails, identifierSpace, s_stopWords, schemaSpace, service, typeID, typeNameFields inherited from class com.google.refine.model.recon.ReconConfig
LOGGER, s_opClassToName, s_opNameToClass -
Constructor Summary
ConstructorsConstructorDescriptionDataExtensionReconConfig(String service, String identifierSpace, String schemaSpace, ReconType type) -
Method Summary
Methods inherited from class com.google.refine.model.recon.StandardReconConfig
breakWords, computeFeatures, createNewRecon, createReconServiceResults, createSimpleJob, getMode, getReconType, reconstruct, wordDistance, wordDistanceMethods inherited from class com.google.refine.model.recon.ReconConfig
getClassFromMode, registerReconConfig, save
-
Field Details
-
type
-
-
Constructor Details
-
DataExtensionReconConfig
-
-
Method Details
-
createJob
- Overrides:
createJobin classStandardReconConfig
-
getBatchSize
public int getBatchSize(int rowCount) - Overrides:
getBatchSizein classStandardReconConfig
-
batchRecon
- Overrides:
batchReconin classStandardReconConfig
-
getBriefDescription
- Overrides:
getBriefDescriptionin classStandardReconConfig
-