Package org.openrefine.model.recon
Class DataExtensionReconConfig
- java.lang.Object
-
- org.openrefine.model.recon.ReconConfig
-
- org.openrefine.model.recon.StandardReconConfig
-
- org.openrefine.model.recon.DataExtensionReconConfig
-
- All Implemented Interfaces:
Serializable
public class DataExtensionReconConfig extends StandardReconConfig
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openrefine.model.recon.StandardReconConfig
StandardReconConfig.ColumnDetail, StandardReconConfig.QueryProperty, StandardReconConfig.ReconQuery, StandardReconConfig.ReconResult, StandardReconConfig.StandardReconJob
-
-
Field Summary
Fields Modifier and Type Field Description ReconType
type
-
Fields inherited from class org.openrefine.model.recon.StandardReconConfig
autoMatch, columnDetails, identifierSpace, s_stopWords, schemaSpace, service, typeID, typeName
-
Fields inherited from class org.openrefine.model.recon.ReconConfig
LOGGER, s_opClassToName, s_opNameToClass
-
-
Constructor Summary
Constructors Constructor Description DataExtensionReconConfig(String service, String identifierSpace, String schemaSpace, ReconType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Recon>
batchRecon(List<ReconJob> jobs, long historyEntryID)
ReconJob
createJob(ColumnModel columnModel, long rowIndex, Row row, String columnName, Cell cell)
int
getBatchSize()
String
getBriefDescription(String columnName)
-
Methods inherited from class org.openrefine.model.recon.StandardReconConfig
breakWords, computeFeatures, createNewRecon, createReconServiceResults, createSimpleJob, equals, getHttpClient, getMode, getReconType, hashCode, reconstruct, wordDistance, wordDistance
-
Methods inherited from class org.openrefine.model.recon.ReconConfig
getClassFromMode, registerReconConfig, save
-
-
-
-
Field Detail
-
type
public final ReconType type
-
-
Method Detail
-
createJob
public ReconJob createJob(ColumnModel columnModel, long rowIndex, Row row, String columnName, Cell cell)
- Overrides:
createJob
in classStandardReconConfig
-
getBatchSize
public int getBatchSize()
- Overrides:
getBatchSize
in classStandardReconConfig
-
batchRecon
public List<Recon> batchRecon(List<ReconJob> jobs, long historyEntryID)
- Overrides:
batchRecon
in classStandardReconConfig
-
getBriefDescription
public String getBriefDescription(String columnName)
- Overrides:
getBriefDescription
in classStandardReconConfig
-
-