public interface IFullTextSearchTerm
extends java.io.Serializable
Description: 'Represents the search term unit. Multiple search term units make up a full-text search query.' 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 =
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID6dca7d4b_13f9_45c5_a532_8ebc2d6cd022 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
void |
addField(java.lang.String fieldName)
Adds a field name to array of fields to search against.
|
java.lang.String |
getField(int index)
The field name at the given index.
|
int |
getFieldCount()
The field name count.
|
int |
getSearchOperator()
The boolean operator used between terms in a keyword search.
|
java.lang.String |
getSearchTerm()
The search term.
|
int |
getSearchType()
The search term modifier to apply against the search term.
|
java.lang.String |
getSearchWhere()
The search where clause.
|
void |
setSearchOperator(int searchOperator)
The boolean operator used between terms in a keyword search.
|
void |
setSearchTerm(java.lang.String searchTerm)
The search term.
|
void |
setSearchType(int searchType)
The search term modifier to apply against the search term.
|
void |
setSearchWhere(java.lang.String searchWhere)
The search where clause.
|
static final int IID6dca7d4b_13f9_45c5_a532_8ebc2d6cd022
static final int xxDummy
static final java.lang.String IID
void addField(java.lang.String fieldName)
throws java.io.IOException,
AutomationException
fieldName - The fieldName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getFieldCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getField(int index)
throws java.io.IOException,
AutomationException
index - The index (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setSearchTerm(java.lang.String searchTerm)
throws java.io.IOException,
AutomationException
searchTerm - The searchTerm (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getSearchTerm()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setSearchType(int searchType)
throws java.io.IOException,
AutomationException
searchType - A com.esri.arcgis.geodatabase.esriFullTextSearchType constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getSearchType()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setSearchWhere(java.lang.String searchWhere)
throws java.io.IOException,
AutomationException
searchWhere - The searchWhere (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getSearchWhere()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setSearchOperator(int searchOperator)
throws java.io.IOException,
AutomationException
searchOperator - A com.esri.arcgis.geodatabase.esriFullTextSearchOperator constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getSearchOperator()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.