-
Packages that use TextSearchServerMode Package Description com.filenet.api.admin Provides classes and interfaces that are used in the administration of a FileNet P8 Content Engine Server.com.filenet.api.constants Provides classes defining collections of related, type-safe constant values. -
-
Uses of TextSearchServerMode in com.filenet.api.admin
Methods in com.filenet.api.admin that return TextSearchServerMode Modifier and Type Method and Description TextSearchServerModeCmTextSearchServer. get_TextSearchServerMode()Returns the value of the TextSearchServerMode property.Methods in com.filenet.api.admin with parameters of type TextSearchServerMode Modifier and Type Method and Description voidCmTextSearchServer. set_TextSearchServerMode(TextSearchServerMode value)Sets the value of the TextSearchServerMode property. -
Uses of TextSearchServerMode in com.filenet.api.constants
Fields in com.filenet.api.constants declared as TextSearchServerMode Modifier and Type Field and Description static TextSearchServerModeTextSearchServerMode. INDEXThe server performs only indexing tasks.static TextSearchServerModeTextSearchServerMode. INDEX_AND_SEARCHThe server performs both indexing and search tasks.static TextSearchServerModeTextSearchServerMode. SEARCHThe server performs only search tasks.Methods in com.filenet.api.constants that return TextSearchServerMode Modifier and Type Method and Description static TextSearchServerModeTextSearchServerMode. getInstanceFromInt(int value)Returns an instance of this class using its associated integer value.
-