Interface ConfigStepSearchIndex
- All Superinterfaces:
ConfigStep
Creates a search index for published models, symbols and documents.
type: write-step
-
Method Summary
Modifier and TypeMethodDescriptionThe target for documents with the "copy-on-publish" property set.boolean
boolean
boolean
void
setCopiedDocsTarget
(String docsTarget)
-
Method Details
-
getTarget
String getTarget() -
getCopiedDocsTarget
String getCopiedDocsTarget()The target for documents with the "copy-on-publish" property set. When the publish encounters these documents, it will follow the link in the document (for all languages) and make a copy of the actual file referred to in this target directory. The file name of the created file will be: "[document-uuid]_[language-iso-code].[file-ending] where the file ending will be kept from the original file. XML tag: "copied-docs-target"- Returns:
- The target for documents with the "copy-on-publish" property set.
-
setCopiedDocsTarget
-
isShowModelPrefix
boolean isShowModelPrefix() -
isShowObjectPrefix
boolean isShowObjectPrefix() -
isShowDocumentPrefix
boolean isShowDocumentPrefix()
-