atg.repository.search.indexing.config
Class FieldVariableRankingProperty
java.lang.Object
  
atg.nucleus.logging.VariableArgumentApplicationLoggingImpl
      
atg.nucleus.GenericService
          
atg.repository.search.config.admin.GenericVariableRankingProperty
              
atg.repository.search.indexing.config.FieldVariableRankingProperty
- All Implemented Interfaces: 
 - NameContextBindingListener, NameContextElement, NameResolver, AdminableService, ApplicationLogging, atg.nucleus.logging.ApplicationLoggingSender, atg.nucleus.logging.TraceApplicationLogging, VariableArgumentApplicationLogging, ComponentNameResolver, Service, ServiceListener, VariableRankingProperty, java.util.EventListener
 
public class FieldVariableRankingProperty
- extends GenericVariableRankingProperty
 
Component representing the $field variable ranking property.
 It gets its values from the index output config text-properties
 
 
| Fields inherited from interface atg.nucleus.logging.TraceApplicationLogging | 
DEFAULT_LOG_TRACE_STATUS | 
 
 
 
 
| Methods inherited from class atg.repository.search.config.admin.GenericVariableRankingProperty | 
getDefaultWeighting, getMetaProperty, getPropertyDisplayName, getPropertyDisplayNameResource, getPropertyName, getPropertyResourceBundleName, getPropertyType, getSearchConfigurationPropertyManager, isRankedDynamically, setDefaultWeighting, setPropertyDisplayName, setPropertyDisplayNameResource, setPropertyName, setPropertyResourceBundleName, setPropertyType, setRankedDynamically, setSearchConfigurationPropertyManager, setValueResourceMap, toString | 
 
| Methods inherited from class atg.nucleus.GenericService | 
addLogListener, createAdminServlet, doStartService, doStopService, getAbsoluteName, getAdminServlet, getLoggingForVlogging, getLogListenerCount, getLogListeners, getName, getNameContext, getNucleus, getRoot, getServiceConfiguration, getServiceInfo, isLoggingDebug, isLoggingError, isLoggingInfo, isLoggingTrace, isLoggingWarning, isRunning, logDebug, logDebug, logDebug, logError, logError, logError, logInfo, logInfo, logInfo, logTrace, logTrace, logTrace, logWarning, logWarning, logWarning, nameContextElementBound, nameContextElementUnbound, removeLogListener, resolveName, resolveName, resolveName, resolveName, sendLogEvent, setLoggingDebug, setLoggingError, setLoggingInfo, setLoggingTrace, setLoggingWarning, setNucleus, setServiceInfo, startService, stopService | 
 
| Methods inherited from class atg.nucleus.logging.VariableArgumentApplicationLoggingImpl | 
vlogDebug, vlogDebug, vlogDebug, vlogDebug, vlogError, vlogError, vlogError, vlogError, vlogInfo, vlogInfo, vlogInfo, vlogInfo, vlogTrace, vlogTrace, vlogTrace, vlogTrace, vlogWarning, vlogWarning, vlogWarning, vlogWarning | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
CLASS_VERSION
public static final java.lang.String CLASS_VERSION
- See Also:
 - Constant Field Values
 
FieldVariableRankingProperty
public FieldVariableRankingProperty()
getIndexingPropertyProvider
public IndexingPropertyProvider getIndexingPropertyProvider()
 
setIndexingPropertyProvider
public void setIndexingPropertyProvider(IndexingPropertyProvider pIndexingPropertyProvider)
 
getPropertyPrefix
public java.lang.String getPropertyPrefix()
 
setPropertyPrefix
public void setPropertyPrefix(java.lang.String pPropertyPrefix)
 
getValueResourceMap
public java.util.Map getValueResourceMap()
- Description copied from class: 
GenericVariableRankingProperty 
- Getter for valueResourceMap property.
 Note this map can be null in which case either this property is not enumerated and allows free form text values or
 it is ranked dynamically (See mRankedDynamically property)
- Overrides:
 getValueResourceMap in class GenericVariableRankingProperty
 
- Returns:
 - Map of String indexed text property name to String display name resource lookup
 - See Also:
 This method is overriden to get the value map from the index output config text-properties.