|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISearchServer
Provides access to search server object.
Method Summary | |
---|---|
IStringArray |
getDataSourceList()
The list of dataSource path. |
IIndexingOptions |
getIndexingOptions()
The indexing options. |
IIndexingStatus |
getIndexingStatus()
The indexing status. |
void |
registerDataSource(IDataSourceConfiguration dataSourceConfiguration)
Register data source to index. |
void |
setIndexingOptions(IIndexingOptions pIndexingOptions)
The indexing options. |
void |
unregisterDataSource(String path)
Unregister Data Source. |
Method Detail |
---|
void registerDataSource(IDataSourceConfiguration dataSourceConfiguration) throws IOException, AutomationException
dataSourceConfiguration
- A reference to a com.esri.arcgis.search.IDataSourceConfiguration (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void unregisterDataSource(String path) throws IOException, AutomationException
path
- The path (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStringArray getDataSourceList() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IIndexingOptions getIndexingOptions() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIndexingOptions(IIndexingOptions pIndexingOptions) throws IOException, AutomationException
pIndexingOptions
- A reference to a com.esri.arcgis.search.IIndexingOptions (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IIndexingStatus getIndexingStatus() 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 |