Home > Contents > Index > 
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index 
ics:indexcreate (Deprecated)
Deprecated as of Content Server version 7.6
Syntax
<ics:indexcreate index="index name" charset="character set" [searchengine="name"]/>Parameters
index (required)- Full path name of the index to create.
searchengine (optional)- Name of the search engine to use. If
searchengineis not specified, Sites uses the value ofcs.searchenginefrom the Sites properties file.
Description
The
ics:indexcreatetag creates a search index. For AltaVista, this creates the directory where the index is stored. For Verity, however, this creates a more complex base structure for the index in the directory specified by theindexparameter. In particular, it needs to create the structures that hold the field information for the index. Therefore, the fields that are used must be specified usingics:fieldargumenttags when the index is created.Error Numbers
The possible values of
errnoinclude:
Home > Contents > Index > 
Oracle JSP Tag Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.