Class CopyOperation
java.lang.Object
com.norconex.importer.handler.transformer.impl.CopyOperation
-
Method Summary
Modifier and TypeMethodDescriptionbooleanOne or more source field to copy to target field.getOnSet()inthashCode()static CopyOperationof(TextMatcher fieldMatcher, @NonNull String toField) static CopyOperationof(TextMatcher fieldMatcher, @NonNull String toField, PropertySetter onSet) static CopyOperationtoString()
-
Method Details
-
of
-
of
-
of
public static CopyOperation of(TextMatcher fieldMatcher, @NonNull @NonNull String toField, PropertySetter onSet) -
getFieldMatcher
One or more source field to copy to target field. If omitted, the entire document body is copied (use with care). -
getToField
-
getOnSet
-
equals
-
hashCode
public int hashCode() -
toString
-