Foxit PDF SDK
|
Public Member Functions | |
SearchIndexConfig () | |
Constructor. | |
SearchIndexConfig (SearchIndexConfig search_index_config) | |
Constructor, with another search index config object. More... | |
SearchIndexConfig (String name, boolean is_available, String path, boolean is_selected) | |
Constructor, with parameters. More... | |
synchronized void | delete () |
Clean up related resources immediately. More... | |
boolean | getIs_available () |
Get specifies whether the serch index is available for selection and searching. More... | |
boolean | getIs_selected () |
Get specifies whether the search index participates in the search. More... | |
String | getName () |
Get the name of search index. More... | |
String | getPath () |
Get the path of the search index. More... | |
void | set (String name, boolean is_available, String path, boolean is_selected) |
Set values. More... | |
void | setIs_available (boolean value) |
Set specifies whether the serch index is available for selection and searching. More... | |
void | setIs_selected (boolean value) |
Set specifies whether the search index participates in the search. More... | |
void | setName (String value) |
Set the name of search index. More... | |
void | setPath (String value) |
Set the path of the search index. More... | |
This class represents search index config.
com.foxit.sdk.SearchIndexConfig.SearchIndexConfig | ( | String | name, |
boolean | is_available, | ||
String | path, | ||
boolean | 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. |
com.foxit.sdk.SearchIndexConfig.SearchIndexConfig | ( | SearchIndexConfig | search_index_config | ) |
Constructor, with another search index config object.
[in] | search_index_config | Another search index config object. |
synchronized void com.foxit.sdk.SearchIndexConfig.delete | ( | ) |
Clean up related resources immediately.
com.foxit.sdk.SearchIndexConfig.getIs_available | ( | ) |
Get specifies whether the serch index is available for selection and searching.
com.foxit.sdk.SearchIndexConfig.getIs_selected | ( | ) |
Get specifies whether the search index participates in the search.
com.foxit.sdk.SearchIndexConfig.getName | ( | ) |
Get the name of search index.
com.foxit.sdk.SearchIndexConfig.getPath | ( | ) |
Get the path of the search index.
void com.foxit.sdk.SearchIndexConfig.set | ( | String | name, |
boolean | is_available, | ||
String | path, | ||
boolean | 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. |
com.foxit.sdk.SearchIndexConfig.setIs_available | ( | boolean | 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. |
com.foxit.sdk.SearchIndexConfig.setIs_selected | ( | boolean | 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. |
com.foxit.sdk.SearchIndexConfig.setName | ( | String | value | ) |
Set the name of search index.
[in] | value | The name of search index. |
com.foxit.sdk.SearchIndexConfig.setPath | ( | String | value | ) |
Set the path of the search index.
[in] | value | The path of the search index. |