public interface DocumentSearchResultSetConfigurationContract
Modifier and Type | Method and Description |
---|---|
List<? extends RemotableAttributeFieldContract> |
getAdditionalAttributeFields()
Gets attribute field definitions for additional attributes that may be displayed in the result set.
|
List<String> |
getCustomFieldNamesToAdd()
Returns a list of field names of custom fields representing document attributes which should be added to the
result set.
|
List<StandardResultField> |
getStandardResultFieldsToRemove()
Returns a list of the standard (built-in) document search result fields which should not be displayed in the
result set.
|
boolean |
isOverrideSearchableAttributes()
Returns true if the custom field names returned by
getCustomFieldNamesToAdd() should be used to define
the order of searchable attributes as well as additional custom additional fields. |
boolean isOverrideSearchableAttributes()
getCustomFieldNamesToAdd()
should be used to define
the order of searchable attributes as well as additional custom additional fields. Returns false if any
searchable attribute values should be included in the result set according to their existing configuration.List<String> getCustomFieldNamesToAdd()
getAdditionalAttributeFields()
or also fields
defined as part of a SearchableAttribute
(see isOverrideSearchableAttributes()
).List<StandardResultField> getStandardResultFieldsToRemove()
List<? extends RemotableAttributeFieldContract> getAdditionalAttributeFields()
getCustomFieldNamesToAdd()
.Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.