com.plumtree.server
Class PT_PROFILER_MODE

java.lang.Object
  extended by 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.

Version:
$Revision$
Author:
MarcusM
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.
 
Constructor Summary
PT_PROFILER_MODE()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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.

See Also:
Constant Field Values

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.

See Also:
Constant Field Values

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.

See Also:
Constant Field Values
Constructor Detail

PT_PROFILER_MODE

public PT_PROFILER_MODE()


Copyright © 2008 Plumtree Software Inc. All Rights Reserved.