com.esri.arcgis.search
Interface IItemIndexer

All Superinterfaces:
Serializable
All Known Implementing Classes:
GPItemIndexer, GxItemIndexer

public interface IItemIndexer
extends Serializable

Provides access to members of indexer.


Method Summary
 void buildIndex(IIndexingConfiguration pConfig, IItemIndex pIItemIndex)
          Build index with indexing helper.
 String getIndexerName()
          Name of the indexer.
 void setIndexerName(String pName)
          Name of the indexer.
 

Method Detail

getIndexerName

String getIndexerName()
                      throws IOException,
                             AutomationException
Name of the indexer.

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

setIndexerName

void setIndexerName(String pName)
                    throws IOException,
                           AutomationException
Name of the indexer.

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

buildIndex

void buildIndex(IIndexingConfiguration pConfig,
                IItemIndex pIItemIndex)
                throws IOException,
                       AutomationException
Build index with indexing helper.

Parameters:
pConfig - A reference to a com.esri.arcgis.search.IIndexingConfiguration (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.