com.esri.arcgis.search
Interface IIndexingConfiguration2

All Superinterfaces:
IIndexingConfiguration, Serializable

public interface IIndexingConfiguration2
extends IIndexingConfiguration, Serializable

Provides access to the IndexingConfiguration Interface.


Method Summary
 boolean isGenerateThumbnails()
          Indicates whether to generate thumbnails after indexing.
 void loadConfigFile()
          Loads current index configuration settings.
 void resetConfigFile()
          Deletes existing index configuration file and creates a new one with default settings.
 void setGenerateThumbnails(boolean generateThumbnails)
          Indicates whether to generate thumbnails after indexing.
 
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
 

Method Detail

isGenerateThumbnails

boolean isGenerateThumbnails()
                             throws IOException,
                                    AutomationException
Indicates whether to generate thumbnails after indexing.

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

setGenerateThumbnails

void setGenerateThumbnails(boolean generateThumbnails)
                           throws IOException,
                                  AutomationException
Indicates whether to generate thumbnails after indexing.

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

loadConfigFile

void loadConfigFile()
                    throws IOException,
                           AutomationException
Loads current index configuration settings.

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

resetConfigFile

void resetConfigFile()
                     throws IOException,
                            AutomationException
Deletes existing index configuration file and creates a new one with default settings.

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.