|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IIndexingConfiguration2
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 |
---|
boolean isGenerateThumbnails() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGenerateThumbnails(boolean generateThumbnails) throws IOException, AutomationException
generateThumbnails
- The generateThumbnails (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void loadConfigFile() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void resetConfigFile() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |