|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DocumentSearchResultSetConfigurationContract
Defines how the display of results on the document search should be customized and configured. This class can be used to remove standard fields from the result set that are typically show on document search results. This class is also used to add additional fields
Method Summary | |
---|---|
List<? extends AttributeField> |
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. |
Method Detail |
---|
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 AttributeField> getAdditionalAttributeFields()
getCustomFieldNamesToAdd()
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |