Foxit PDF SDK
FSDK::SearchIndexConfig类 参考

Public 成员函数

 constructor ()
 构造函数。
 
 constructor (name, is_available, path, is_selected)
 带参数的构造函数。 更多...
 
 Set (name, is_available, path, is_selected)
 设置值。 更多...
 

Public 属性

 is_available
 指定搜索索引是否可用于选择和搜索。true 表示 索引可用,而 false 表示不可用。
 
 is_selected
 指定搜索索引是否参与搜索。true 表示 索引作为查询的一部分被搜索,而 false 表示不被搜索。
 
 name
 搜索索引的名称。
 
 path
 搜索索引的路径。
 

详细描述

此类表示搜索索引配置。

成员函数说明

◆ constructor()

FSDK::SearchIndexConfig::constructor ( name  ,
is_available  ,
path  ,
is_selected   
)

带参数的构造函数。

参数
[in]name搜索索引的名称。
[in]is_available指定搜索索引是否可用于选择和搜索。
[in]path搜索索引的路径。
[in]is_selected指定搜索索引是否参与搜索。

◆ Set()

FSDK::SearchIndexConfig::Set ( name  ,
is_available  ,
path  ,
is_selected   
)

设置值。

参数
[in]name搜索索引的名称。
[in]is_available指定搜索索引是否可用于选择和搜索。
[in]path搜索索引的路径。
[in]is_selected指定搜索索引是否参与搜索。
返回
无。