OCE Toolkit으로 페이지 인덱스 콘텐츠 항목 생성

OCE Toolkit 명령을 사용하여 페이지 인덱스 콘텐츠 항목을 생성할 수 있습니다.

필요 조건:

  • OCE Toolkit이 로컬 시스템에 설치 및 설정되었습니다.

  • Oracle Content Management의 사이트가 게시되었습니다.

  • 사이트 페이지의 콘텐츠 항목이 사이트 채널에 게시되었습니다.

명령행 인터페이스에서 다음 OCE Toolkit 명령을 입력합니다.

cec index-site site name -c content type name -p

명령에서 site name은 사이트 이름이고, content type name은 페이지 텍스트에 대해 생성된 콘텐츠 유형이고, -p 옵션은 생성 후 페이지 인덱스 콘텐츠 항목을 게시할지 나타냅니다.

Usage: cec index-site <site>

Create content item for each page with all text on the page. If the page index content item already exists for a page, updated it with latest text on the page. Specify -c
<contenttype> to set the page index content type. Optionally specify -p to publish the page index items after creation or update.

Options:
  --contenttype, -c  <contenttype> page index content type
  --publish, -p      publish page index items
  --help, -h         Show help                                                                                                                                            [boolean]

Examples:
  cec index-site Site1 -c PageIndex
  cec index-site Site1 -c PageIndex -p

사용법을 보려면 cec index-site -h를 입력할 수 있습니다.