public interface IFullTextSearch
extends java.io.Serializable
Description: 'Helper for creating full text search queries.' 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 |
IID62fb0c61_d148_4a31_beba_546c0900394f |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IStringArray |
getFullTextEligibleFields()
Which columns can be part of a full-text index.
|
IStringArray |
getFullTextSearchableFields()
Which columns are full-text indexed.
|
boolean |
isHasFullTextIndex()
Check whether the table supports full text search.
|
boolean |
isSupportsSQLExpression()
Check whether the table supports a SQL expression as a search term.
|
static final int IID62fb0c61_d148_4a31_beba_546c0900394f
static final int xxDummy
static final java.lang.String IID
boolean isHasFullTextIndex() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IStringArray getFullTextEligibleFields() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IStringArray getFullTextSearchableFields() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isSupportsSQLExpression() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.