com.esri.arcgis.search
Interface IIndexingConfiguration3

All Superinterfaces:
IIndexingConfiguration, IIndexingConfiguration2, java.io.Serializable
All Known Implementing Classes:
IIndexingConfiguration3Proxy

public interface IIndexingConfiguration3
extends IIndexingConfiguration2, java.io.Serializable

COM Interface 'IIndexingConfiguration3'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriSearch.tlb'

Description: 'Provides access to the IndexingConfiguration Interface.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID56e962f0_2a97_4189_b69f_cbbbb7694d2c
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.search.IIndexingConfiguration2
IID800fec88_4fed_40a5_9798_9be7bf73e051
 
Fields inherited from interface com.esri.arcgis.search.IIndexingConfiguration
IID804c00d1_dcd8_4c7a_8f95_0af743e22ee0
 
Method Summary
 int getThreadCount()
          The number of indexing threads.
 boolean isSkipMosaicItems()
          Indicates whether to skip mosaic dataset items when indexing.
 void setSkipMosaicItems(boolean pSkipMosaicItems)
          Indicates whether to skip mosaic dataset items when indexing.
 void setThreadCount(int pCount)
          The number of indexing threads.
 
Methods inherited from interface com.esri.arcgis.search.IIndexingConfiguration2
isGenerateThumbnails, loadConfigFile, resetConfigFile, setGenerateThumbnails
 
Methods inherited from interface com.esri.arcgis.search.IIndexingConfiguration
getFilter, getFullIndexInterval, getIncrementalIndexInterval, getPaths, getStartTime, isPaused, isRecursive, isReplaceIndex, isReplaceItems, isSkipConnections, isWasRunning, setFilter, setFullIndexInterval, setIncrementalIndexInterval, setIsPaused, setPaths, setRecursive, setReplaceIndex, setReplaceItems, setSkipConnections, setStartTime, setWasRunning
 

Field Detail

IID56e962f0_2a97_4189_b69f_cbbbb7694d2c

static final int IID56e962f0_2a97_4189_b69f_cbbbb7694d2c
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

isSkipMosaicItems

boolean isSkipMosaicItems()
                          throws java.io.IOException,
                                 AutomationException
Indicates whether to skip mosaic dataset items when indexing.

Returns:
The pSkipMosaicItems
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSkipMosaicItems

void setSkipMosaicItems(boolean pSkipMosaicItems)
                        throws java.io.IOException,
                               AutomationException
Indicates whether to skip mosaic dataset items when indexing.

Parameters:
pSkipMosaicItems - The pSkipMosaicItems (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getThreadCount

int getThreadCount()
                   throws java.io.IOException,
                          AutomationException
The number of indexing threads.

Returns:
The pCount
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setThreadCount

void setThreadCount(int pCount)
                    throws java.io.IOException,
                           AutomationException
The number of indexing threads.

Parameters:
pCount - The pCount (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.