|
|
| 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.
|
| |
◆ constructor() [1/2]
Constructor, with parameters.
- 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. |
◆ constructor() [2/2]
| SearchIndexConfig.constructor |
( |
r |
| ) |
|
@constructor
- Parameters
-
| {NativeObjectReference} | r - The native object reference to wrap |
@description Creates a new wrapper instance around a native C++ object. The wrapper manages the object's lifecycle according to the ownership rules.
◆ Set()