alfresco-js-api
Version:
JavaScript client library for the Alfresco REST API
24 lines (12 loc) • 608 B
Markdown
# AlfrescoContentServicesRestApi.RequestQuery
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**language** | **String** | The query language in which the query is written. | [optional] [default to 'afts']
**userQuery** | **String** | The exact search request typed in by the user | [optional]
**query** | **String** | The query which may have been generated in some way from the userQuery |
<a name="LanguageEnum"></a>
## Enum: LanguageEnum
* `afts` (value: `"afts"`)
* `lucene` (value: `"lucene"`)
* `cmis` (value: `"cmis"`)