Home > Contents > Index >
Expanded TOC | Accordion TOC | Annotated TOC | Index
ICS.IndexRemove (Deprecated)
Deprecated as of Content Server version 7.6
Syntax
public boolean IndexRemove(String sIndex, String sEntryName, String sEngine, String sCharset, StringBuffer sbError)Parameters
sIndex
- The name of the search index. If
null
, the default index is specified in the Sites propertiesav.defaultindex
orverity.defaultindex
as appropriate.
sEntryName
- The name of the entry to delete.
sEngine
- Search engine name. If
null
, the value of the Sites property,cs.searchengine
, is used.
sCharset
- Constant value representing the character set the index uses. For the AltaVista search engine, this value can be 0, 1, or 2 (ASCII7, ASCII8 (Not supported), or UTF8). If
sCharSet
isnull
, Sites uses the value ofav.charset
in the properties file.
sbError
- For return values; may contain error information.
Returns
Returns
true
on success,false
on failure.Error Numbers
Use
, and see Appendix A, "Error Conditions," for the possible
GetErrno
()errno
values.
Home > Contents > Index > Oracle JAVA Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.