|
Foxit PDF SDK
|
Public Member Functions | |
| def | GetIs_available () |
| Get specifies whether the serch index is available for selection and searching. More... | |
| def | GetIs_selected () |
| Get specifies whether the search index participates in the search. More... | |
| def | GetName () |
| Get the name of search index. More... | |
| def | GetPath () |
| Get the path of the search index. More... | |
| def | Set (name, is_available, path, is_selected) |
| Set values. More... | |
| def | SetIs_available (value) |
| Set specifies whether the serch index is available for selection and searching. More... | |
| def | SetIs_selected (value) |
| Set specifies whether the search index participates in the search. More... | |
| def | SetName (value) |
| Set the name of search index. More... | |
| def | SetPath (value) |
| Set the path of the search index. More... | |
This class represents search index config.
| fsdk.SearchIndexConfig.GetIs_available | ( | ) |
Get specifies whether the serch index is available for selection and searching.
| fsdk.SearchIndexConfig.GetIs_selected | ( | ) |
Get specifies whether the search index participates in the search.
| fsdk.SearchIndexConfig.GetName | ( | ) |
Get the name of search index.
| fsdk.SearchIndexConfig.GetPath | ( | ) |
Get the path of the search index.
| def 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. |
| fsdk.SearchIndexConfig.SetIs_available | ( | value | ) |
Set specifies whether the serch index is available for selection and searching.
| [in] | value | Specifies whether the serch index is available for selection and searching. true means the index is available, while false means not. |
| fsdk.SearchIndexConfig.SetIs_selected | ( | value | ) |
Set specifies whether the search index participates in the search.
| [in] | value | 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. |
| fsdk.SearchIndexConfig.SetName | ( | value | ) |
Set the name of search index.
| [in] | value | The name of search index. |
| fsdk.SearchIndexConfig.SetPath | ( | value | ) |
Set the path of the search index.
| [in] | value | The path of the search index. |