public interface IDfFtConfig
Modifier and Type | Interface and Description |
---|---|
static class |
IDfFtConfig.FtCapability
Represents the capabilities that can be passed to isCapabilitySupported()
|
static class |
IDfFtConfig.FtEngine
Represents the possible engine values returned by getEngine()
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCollectionPath()
Returns the complete path of the root collection (useful if needed to
construct the query).
|
IDfFtConfig.FtEngine |
getEngine()
Returns the name of the underlying fulltext engine.
|
java.lang.String |
getVersion()
Returns the version of the underlying fulltext engine.
|
boolean |
isCapabilitySupported(IDfFtConfig.FtCapability capability)
Checks if the given capability is supported by the underlying fulltext
engine.
|
IDfFtConfig.FtEngine getEngine()
java.lang.String getVersion()
boolean isCapabilitySupported(IDfFtConfig.FtCapability capability) throws DfException
capability
- IDfFtConfig.FtCapability valuesDfException
- exceptionjava.lang.String getCollectionPath()
Copyright 1994-2023 OpenText Corporation. All rights reserved.