Home > Contents > Index >
INDEXREPLACE (Deprecated)
Deprecated as of Content Server version 7.6
Syntax
<INDEXREPLACE ENTRY="ENTRY_NAME" INDEX="INDEX_NAME" DETAIL="ENTRY_DETAIL" [WORDLIST="WORDS"] [WORDLISTDELIMITERS="DELIMITERS"] [FILELIST="FILES"] [DATE="DATE_STRING"] [CHARACTERSET="CHAR_SET"] [SEARCHENGINE="NAME">] <FILEARGUMENT
NAME="FILEARG_NAME" VALUE="FILEARG_VALUE"/> <DATEARGUMENT
NAME="DATEARG_NAME" VALUE="DATEARG_VALUE"/> <TEXTARGUMENT
NAME="TEXTARG_NAME" VALUE="TEXTARG_VALUE"/> </INDEXREPLACE>Parameters
WORDLIST (optional)
- Words to add to the index. These are whitespace-separated by default but you can use the
WORDLISTDELIMITERS
parameter to specify something else. Use this parameter to replace text that is not associated with a field of the index.
WORDLISTDELIMITERS (optional)
- String containing delimiter characters to use to separate words in the value of the
TEXTARGUMENT
tag and theWORDLIST
parameter. White space is used as delimiter characters ifWORDLISTDELIMITERS
is not specified.
FILELIST (optional)
- For AltaVista, specify a comma-separated list of files to add. For Verity, specify a single file (not a list of files). Use this parameter to replace text that is not associated with a field of the index.
DATE (optional)
- Date string to replace to the index entry. If no
DATE_STRING
is specified, theINDEXADD
time is returned in the search results. Format is in Java SQL.
CHARACTERSET (optional)
- Constant value representing the character set the index uses. For the AltaVista search engine this value may be 0, 1, or 2 (ISO_LATIN1, ASCII8, UTF8). If you do not specify
CHARACTERSET
, Sites uses the value ofav
.charset
from the Sites properties file. Because Java Strings are transformed to UTF8, as they pass through the JNI interface to AltaVista, the 0 value only works for 7-bit ASCII. For all other cases, use the value for UTF8. For the Verity search engine, this value specifies the name of the subdirectory of the common directory where the locale is defined. If you do not specifyCHARACTERSET
, Sites uses the value ofverity.charset
in the Sites properties file.
SEARCHENGINE (optional)
- Name of the search engine to use. If
SEARCHENGINE
is not specified, Sites uses the value ofcs.searchengine
in the Sites properties file.
Description
The
INDEXREPLACE
tag replaces an existing entry in a search index.Arguments are optional using
FILEARGUMENT
,DATEARGUMENT
andTEXTARGUMENT
tags. These arguments specify the index field (theNAME
parameter) to which the data (theVALUE
parameter) is to be added to. TheFILEARGUMENT
value is a comma separated list of files whose content is added to the index with the given name. TheDATEARGUMENT
is a date string specified inJAVASQL
format. TheTEXTARGUMENT
value is a string delimited by white space. The white-space delimiter characters may be overridden by theWORDLISTDELIMITERS
tag.The search engine collects arguments with the same name into a concatenated single value for that field.
Error Numbers
The possible values of
errno
include:
Value Description -300 File not found. -801 Cannot load search engine. -804 Index remove failed. -805 No default index specified. -806 Unknown search engine. -811 Could not call native method. -812 Index does not exist. -815 Duplicate field values. (Verity only) -816 Could not create temporary populated file. (Verity only) -817 Could not create temporary data file. (Verity only)
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.