com.esri.arcgis.search
Interface IItemIndexer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPItemIndexer, GxItemIndexer, IItemIndexerProxy

public interface IItemIndexer
extends java.io.Serializable

COM Interface 'IItemIndexer'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriSearch.tlb'

Description: 'Provides access to members of indexer.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDb1213e5f_d10a_45dc_9413_6c39cfe1254e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void buildIndex(IIndexingConfiguration pConfig, IItemIndex pIItemIndex)
          Build index with indexing helper.
 java.lang.String getIndexerName()
          Name of the indexer.
 void setIndexerName(java.lang.String pName)
          Name of the indexer.
 

Field Detail

IIDb1213e5f_d10a_45dc_9413_6c39cfe1254e

static final int IIDb1213e5f_d10a_45dc_9413_6c39cfe1254e
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getIndexerName

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

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

setIndexerName

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

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

buildIndex

void buildIndex(IIndexingConfiguration pConfig,
                IItemIndex pIItemIndex)
                throws java.io.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:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.