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.
|
Modifier and Type | Field and Description |
---|---|
static SearchModifier |
SearchModifier.BOOST
Specifies that the relevance level of matching documents based on the terms found should be increased.
|
static SearchModifier |
SearchModifier.FUZZY
Specifies that a fuzzy search algorithm will be enabled.
|
static SearchModifier |
SearchModifier.PROXIMITY
Specifies searching for terms within a specific distance.
|
Modifier and Type | Method and Description |
---|---|
static SearchModifier |
SearchModifier.getInstanceFromInt(int value)
Gets an instance of this class using its associated integer value (the
*_AS_INT fields). |
Modifier and Type | Method and Description |
---|---|
SearchModifier |
SearchTemplateContentItem.getSearchModifier()
Retrieves the content search item search modifier to be used.
|
Modifier and Type | Method and Description |
---|---|
void |
SearchTemplateContentItem.setSearchModifier(SearchModifier searchModifier)
Specifies a search modifier to use for the content search item.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.