Interface DuplicateAttributeConfiguration<T>
- 
- Type Parameters:
- T- The type of the attribute
 - All Known Implementing Classes:
- AbstractDuplicateAttributeConfiguration,- BooleanDuplicateAttributeConfiguration,- ContentDuplicateAttributeConfiguration,- DateDuplicateAttributeConfiguration,- DateTimeDuplicateAttributeConfiguration,- DoubleDuplicateAttributeConfiguration,- LongDuplicateAttributeConfiguration,- StringDuplicateAttributeConfiguration
 
 public interface DuplicateAttributeConfiguration<T> Represents the configuration for an attribute of content duplicate detection configuration
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancheckNearDuplicate()Check if we should check for near duplicateStringgetPath()Set the path of the attributeQuerygetQuery(Object value, boolean nearDuplicateQuery)Get the query to find duplicate of this attributesStringgetType()Get the type of the attributevoidsetPath(String path)Set the path of the attributevoidsetType(String type)Set the type of the attribute
 
- 
- 
- 
Method Detail- 
setTypevoid setType(String type) Set the type of the attribute- Parameters:
- type- the type of the attribute
 
 - 
setPathvoid setPath(String path) Set the path of the attribute- Parameters:
- path- the path of the attribute
 
 - 
checkNearDuplicateboolean checkNearDuplicate() Check if we should check for near duplicate- Returns:
- true if we should check for near duplicate
 
 
- 
 
-