Foxit PDF SDK
|
Inherits FoxitPDFSDKPython3._object.
Public Member Functions | |
def | SearchIndexConfig () |
Constructor. | |
def | SearchIndexConfig (name, is_available, path, is_selected) |
Constructor, with parameters. More... | |
def | SearchIndexConfig (search_index_config) |
Constructor, with another search index config object. More... | |
def | Set (name, is_available, path, is_selected) |
Set values. More... | |
Static Public Attributes | |
is_available = _swig_property(_fsdk.SearchIndexConfig_is_available_get, _fsdk.SearchIndexConfig_is_available_set) | |
Specifies whether the serch index is available for selection and searching. true means the index is available, while false means not. | |
is_selected = _swig_property(_fsdk.SearchIndexConfig_is_selected_get, _fsdk.SearchIndexConfig_is_selected_set) | |
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 = _swig_property(_fsdk.SearchIndexConfig_name_get, _fsdk.SearchIndexConfig_name_set) | |
The name of search index. | |
path = _swig_property(_fsdk.SearchIndexConfig_path_get, _fsdk.SearchIndexConfig_path_set) | |
The path of the search index. | |
This class represents search index config.
def FoxitPDFSDKPython3.SearchIndexConfig.SearchIndexConfig | ( | 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. |
def FoxitPDFSDKPython3.SearchIndexConfig.SearchIndexConfig | ( | search_index_config | ) |
Constructor, with another search index config object.
[in] | search_index_config | Another search index config object. |
def FoxitPDFSDKPython3.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. |