public interface I_CmsSearchFieldAppdender
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addAdditionalFields()
Add the additional fields to the configuration.
|
I_CmsSearchDocument |
appendFields(I_CmsSearchDocument document,
CmsObject cms,
CmsResource resource,
I_CmsExtractionResult extractionResult,
java.util.List<CmsProperty> properties,
java.util.List<CmsProperty> propertiesSearched)
Can append one or more fields to an document.
|
void addAdditionalFields()
appendFields(I_CmsSearchDocument, CmsObject, CmsResource, I_CmsExtractionResult, List, List)
I_CmsSearchDocument appendFields(I_CmsSearchDocument document, CmsObject cms, CmsResource resource, I_CmsExtractionResult extractionResult, java.util.List<CmsProperty> properties, java.util.List<CmsProperty> propertiesSearched)
document - the document to append field(s)cms - the CMS object used during indexing processresource - the resource that is currently indexedextractionResult - the extraction result of this resourceproperties - CmsObject.readPropertyObjects(CmsResource, boolean) with falsepropertiesSearched - CmsObject.readPropertyObjects(CmsResource, boolean) with trueCmsObject.readPropertyObjects(CmsResource, boolean)