com.plumtree.server
Class PT_CATALOGOBJ_STATUS
java.lang.Object
|
+--com.plumtree.server.PT_CATALOGOBJ_STATUS
- public final class PT_CATALOGOBJ_STATUS
- extends java.lang.Object
This list contains the possible status of objects in the Search Server.
This is used to indicate to the Search Update Agent whether an object
needs to be indexed, updated, or removed from the search index.
- See Also:
IPTSearchMaintenance
|
Field Summary |
static int |
PT_CATALOGOBJ_CLEAN
Indicates that the indexed object in search is synchronized with the object in the database. |
static int |
PT_CATALOGOBJ_DELETED
Indicates that the indexed object needs to be removed from the search index. |
static int |
PT_CATALOGOBJ_DIRTY
Indicates that the indexed object needs to be updated for changes made to the object in the database. |
static int |
PT_CATALOGOBJ_INDEX_PENDING
Indicates that an indexed Card is awaiting full-text indexing. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PT_CATALOGOBJ_CLEAN
public static final int PT_CATALOGOBJ_CLEAN
- Indicates that the indexed object in search is synchronized with the object in the database.
PT_CATALOGOBJ_DIRTY
public static final int PT_CATALOGOBJ_DIRTY
- Indicates that the indexed object needs to be updated for changes made to the object in the database.
PT_CATALOGOBJ_DELETED
public static final int PT_CATALOGOBJ_DELETED
- Indicates that the indexed object needs to be removed from the search index.
PT_CATALOGOBJ_INDEX_PENDING
public static final int PT_CATALOGOBJ_INDEX_PENDING
- Indicates that an indexed Card is awaiting full-text indexing.
PT_CATALOGOBJ_STATUS
public PT_CATALOGOBJ_STATUS()
Copyright © 2003 Plumtree Software Inc. All Rights Reserved.