Foxit PDF SDK
|
Inherits NSObject.
Instance Methods | |
(id) | - init |
Constructor. | |
(id) | - initWithSearch_index_config: |
Constructor, with another search index config object. More... | |
(void) | - set:is_available:path:is_selected: |
Set values. More... | |
Properties | |
BOOL | is_available |
Specifies whether the serch index is available for selection and searching. YES means the index is available, while NO means not. | |
BOOL | is_selected |
Specifies whether the search index participates in the search. YES means the index is searched as part of the query, while NO means it is not searched. | |
NSString * | name |
The name of search index. | |
NSString * | path |
The path of the search index. | |
This class represents search index config.
- (id) initWithSearch_index_config: | (FSSearchIndexConfig*) | search_index_config |
Constructor, with another search index config object.
[in] | search_index_config | Another search index config object. |
- (void) set: | (NSString *) | name | |
is_available: | (BOOL) | is_available | |
path: | (NSString *) | path | |
is_selected: | (BOOL) | is_selected | |
Set values.
[in] | name | The name of search index. |
[in] | is_available | Specifies whether the serch index is available for selection and searching. |
[in] | path | The path of the search index. |
[in] | is_selected | Specifies whether the search index participates in the search. |