com.esri.arcgis.search
Interface IGPItemBrowser

All Superinterfaces:
Serializable
All Known Implementing Classes:
GPItemBrowser

public interface IGPItemBrowser
extends Serializable

Browse a catalog path for folder/database and create indexes through an assgined Indexer.


Method Summary
 void buildIndex(IDataSourceConfiguration pDataSourceConfig, IPropertySet pIndexingConfig, IItemIndex pIItemIndex)
          Build index with indexing helper.
 

Method Detail

buildIndex

void buildIndex(IDataSourceConfiguration pDataSourceConfig,
                IPropertySet pIndexingConfig,
                IItemIndex pIItemIndex)
                throws IOException,
                       AutomationException
Build index with indexing helper.

Parameters:
pDataSourceConfig - A reference to a com.esri.arcgis.search.IDataSourceConfiguration (in)
pIndexingConfig - A reference to a com.esri.arcgis.system.IPropertySet (in)
pIItemIndex - A reference to a com.esri.arcgis.search.IItemIndex (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.