com.plumtree.server
Class PT_PROFILER_MODE
java.lang.Object
|
+--com.plumtree.server.PT_PROFILER_MODE
- public final class PT_PROFILER_MODE
- extends java.lang.Object
Enumeration for different profiling (aka taxonomization)
options. These values are passed to IPTIndexer
in the CommitAsProfiled(int) method.
This enumeration is nominally public, but is intended only for
internal Plumtree use.
- See Also:
IPTIndexer
|
Field Summary |
static int |
PT_ADD_ALL_DOCS
Indicates that all items should be added to the index,
and matched against the current set of profiling queries. |
static int |
PT_ONLY_ADD_MATCHING_DOCS
Indicates that only the items matching the current set of
queries should be added to the index. |
static int |
PT_PROFILE_EXISTING_DOCS
Indicates that a subset of items that are already in
the index should be matched against the current set of
profiling queries. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PT_ADD_ALL_DOCS
public static final int PT_ADD_ALL_DOCS
- Indicates that all items should be added to the index,
and matched against the current set of profiling queries.
PT_ONLY_ADD_MATCHING_DOCS
public static final int PT_ONLY_ADD_MATCHING_DOCS
- Indicates that only the items matching the current set of
queries should be added to the index.
PT_PROFILE_EXISTING_DOCS
public static final int PT_PROFILE_EXISTING_DOCS
- Indicates that a subset of items that are already in
the index should be matched against the current set of
profiling queries.
PT_PROFILER_MODE
public PT_PROFILER_MODE()
Copyright © 2003 Plumtree Software Inc. All Rights Reserved.