Applies all IFieldFormatter(s) registered with this SearchSource to an IResult. Generally used to convert source-specific format to common or normalized formats or to correct data errors or anomalies.
public void setZoneSourceQuery(OrderedMap zoneSourceQuery)
Parameters:
zoneSourceQuery - The zoneSourceQuery to set.
getZoneNameField
public java.lang.String getZoneNameField()
Returns:
Returns the zoneNameField.
setZoneNameField
public void setZoneNameField(java.lang.String zoneNameField)
Parameters:
zoneNameField - The zoneNameField to set.
getZoneTypeField
public java.lang.String getZoneTypeField()
Returns:
Returns the zoneTypeField.
setZoneTypeField
public void setZoneTypeField(java.lang.String zoneTypeField)
Parameters:
zoneTypeField - The zoneTypeField to set.
getZoneCollectionTypeField
public java.lang.String getZoneCollectionTypeField()
setZoneCollectionTypeField
public void setZoneCollectionTypeField(java.lang.String zoneCollectionTypeField)
Parameters:
zoneCollectionTypeField - The zoneCollectionTypeField to set.
getZoneIDField
public java.lang.String getZoneIDField()
Returns:
Returns the zoneIDField.
setZoneIDField
public void setZoneIDField(java.lang.String zoneIDField)
Parameters:
zoneIDField - The zoneIDField to set.
getZoneSearchField
public java.lang.String getZoneSearchField()
Returns:
Returns the zoneSearchField.
setZoneSearchField
public void setZoneSearchField(java.lang.String zoneSearchNameField)
isExternalZoneSource
public boolean isExternalZoneSource()
Returns:
Returns true if this VeritySearchSource is obtaining field information by reading another search source.
setExternalZoneSource
public void setExternalZoneSource(boolean externalZoneSource)
Parameters:
externalZoneSource - The externalZoneSource to set.
zonePollCheck
public boolean zonePollCheck()
Returns a boolean indicating whether a poll operation is required. This will be true if one of the following criteria are met: 1) this search source has never polled for zones. 2) zonePollInterval minutes have occured since the last poll was performed.