Foxit PDF SDK
9.1
|
Instance Methods | |
(void) | - dealloc |
(void *) | - getCptr |
(id) | - init |
Constructor. More... | |
(id) | - initWithCptr:swigOwnCObject: |
(id) | - initWithName:is_available:path:is_selected: |
Constructor, with parameters. More... | |
(id) | - initWithSearch_index_config: |
Constructor, with another search index config object. More... | |
(void) | - set:is_available:path:is_selected: |
Set values. More... | |
Protected Attributes | |
BOOL | swigCMemOwn |
void * | swigCPtr |
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. More... | |
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. More... | |
NSString * | name |
The name of search index. More... | |
NSString * | path |
The path of the search index. More... | |
This class represents search index config.
- (void) dealloc |
- (void*) getCptr |
- (id) init |
Constructor.
- (id) initWithCptr: | (void *) | cptr | |
swigOwnCObject: | (BOOL) | ownCObject | |
- (id) initWithName: | (NSString *) | name | |
is_available: | (BOOL) | is_available | |
path: | (NSString *) | path | |
is_selected: | (BOOL) | is_selected | |
Constructor, with parameters.
[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. |
- (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. |
|
protected |
|
protected |
|
readwritenonatomicassign |
Specifies whether the serch index is available for selection and searching. YES means the index is available, while NO means not.
|
readwritenonatomicassign |
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.
|
readwritenonatomiccopy |
The name of search index.
|
readwritenonatomiccopy |
The path of the search index.