Foxit PDF SDK
|
Public Member Functions | |
constructor () | |
Constructor. | |
constructor (name, is_available, path, is_selected) | |
Constructor, with parameters. More... | |
Set (name, is_available, path, is_selected) | |
Set values. More... | |
Public Attributes | |
is_available | |
Specifies whether the serch index is available for selection and searching. true means the index is available, while false means not. | |
is_selected | |
Specifies whether the search index participates in the search. true means the index is searched as part of the query, while false means it is not searched. | |
name | |
The name of search index. | |
path | |
The path of the search index. | |
This class represents search index config.
FSDK.SearchIndexConfig.constructor | ( | name | , |
is_available | , | ||
path | , | ||
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. |
FSDK.SearchIndexConfig.Set | ( | name | , |
is_available | , | ||
path | , | ||
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. |