-
Packages that use SearchModifier Package Description com.filenet.api.constants Provides classes defining collections of related, type-safe constant values.com.filenet.api.query Provides classes related to constructing and performing Content Engine searches. -
-
Uses of SearchModifier in com.filenet.api.constants
Fields in com.filenet.api.constants declared as SearchModifier Modifier and Type Field and Description static SearchModifierSearchModifier. BOOSTSpecifies that the relevance level of matching documents based on the terms found should be increased.static SearchModifierSearchModifier. FUZZYSpecifies that a fuzzy search algorithm will be enabled.static SearchModifierSearchModifier. PROXIMITYSpecifies searching for terms within a specific distance.Methods in com.filenet.api.constants that return SearchModifier Modifier and Type Method and Description static SearchModifierSearchModifier. getInstanceFromInt(int value)Gets an instance of this class using its associated integer value (the*_AS_INTfields). -
Uses of SearchModifier in com.filenet.api.query
Methods in com.filenet.api.query that return SearchModifier Modifier and Type Method and Description SearchModifierSearchTemplateContentItem. getSearchModifier()Retrieves the content search item search modifier to be used.Methods in com.filenet.api.query with parameters of type SearchModifier Modifier and Type Method and Description voidSearchTemplateContentItem. setSearchModifier(SearchModifier searchModifier)Specifies a search modifier to use for the content search item.
-