atg.repository.search.indexing.config
Class FieldVariableRankingProperty

java.lang.Object
  extended by atg.nucleus.logging.VariableArgumentApplicationLoggingImpl
      extended by atg.nucleus.GenericService
          extended by atg.repository.search.config.admin.GenericVariableRankingProperty
              extended by 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


Field Summary
static java.lang.String CLASS_VERSION
           
 
Fields inherited from class atg.nucleus.GenericService
SERVICE_INFO_KEY
 
Fields inherited from interface atg.nucleus.logging.TraceApplicationLogging
DEFAULT_LOG_TRACE_STATUS
 
Fields inherited from interface atg.nucleus.logging.ApplicationLogging
DEFAULT_LOG_DEBUG_STATUS, DEFAULT_LOG_ERROR_STATUS, DEFAULT_LOG_INFO_STATUS, DEFAULT_LOG_WARNING_STATUS
 
Constructor Summary
FieldVariableRankingProperty()
           
 
Method Summary
 IndexingPropertyProvider getIndexingPropertyProvider()
           
 java.lang.String getPropertyPrefix()
           
 java.util.Map getValueResourceMap()
          Getter for valueResourceMap property.
 void setIndexingPropertyProvider(IndexingPropertyProvider pIndexingPropertyProvider)
           
 void setPropertyPrefix(java.lang.String pPropertyPrefix)
           
 
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, reResolveThis, 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
 

Field Detail

CLASS_VERSION

public static final java.lang.String CLASS_VERSION
See Also:
Constant Field Values
Constructor Detail

FieldVariableRankingProperty

public FieldVariableRankingProperty()
Method Detail

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.