Interface ConfigStepSearchIndex

All Superinterfaces:
ConfigStep

public interface ConfigStepSearchIndex extends ConfigStep
Creates a search index for published models, symbols and documents. type: write-step
  • 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

      void setCopiedDocsTarget(String docsTarget)
    • isShowModelPrefix

      boolean isShowModelPrefix()
    • isShowObjectPrefix

      boolean isShowObjectPrefix()
    • isShowDocumentPrefix

      boolean isShowDocumentPrefix()