indexea_client 0.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/Gemfile +9 -0
- data/README.md +3413 -0
- data/Rakefile +8 -0
- data/docs/AccountApi.md +685 -0
- data/docs/AccountBean.md +27 -0
- data/docs/AccountPasswdBody.md +8 -0
- data/docs/AccountPortraitBody.md +7 -0
- data/docs/AccountProfileBody.md +8 -0
- data/docs/AccountResetpwdBody.md +9 -0
- data/docs/AccountSigninBody.md +9 -0
- data/docs/AccountSignupBody.md +10 -0
- data/docs/AccountsFeedbackBody.md +8 -0
- data/docs/AccountsMessageBody.md +8 -0
- data/docs/AnalyzeObject.md +8 -0
- data/docs/AnalyzeToken.md +11 -0
- data/docs/AppBean.md +23 -0
- data/docs/AppCompanyBody.md +22 -0
- data/docs/AppIndexBody.md +7 -0
- data/docs/AppLogAccount.md +9 -0
- data/docs/AppLogBean.md +19 -0
- data/docs/AppLogsBean.md +9 -0
- data/docs/AppMentorBean.md +14 -0
- data/docs/AppOauthBody.md +7 -0
- data/docs/AppOauthBody1.md +7 -0
- data/docs/AppOauthresetsecretBody.md +7 -0
- data/docs/AppTokensBody.md +7 -0
- data/docs/AppTokensBody1.md +7 -0
- data/docs/AppWidgetBody.md +7 -0
- data/docs/AppsApi.md +1843 -0
- data/docs/AppsAppBody.md +8 -0
- data/docs/AppsBody.md +8 -0
- data/docs/AutoCompleteItem.md +9 -0
- data/docs/BlacklistBean.md +12 -0
- data/docs/Bulletin.md +15 -0
- data/docs/CompanyBean.md +24 -0
- data/docs/ContactForm.md +11 -0
- data/docs/CrawlerLog.md +14 -0
- data/docs/CrawlerLogs.md +8 -0
- data/docs/CrawlerTask.md +16 -0
- data/docs/FieldsApi.md +215 -0
- data/docs/GlobalApi.md +258 -0
- data/docs/GlobalOptionForm.md +8 -0
- data/docs/IndexBean.md +26 -0
- data/docs/IndexFieldBean.md +8 -0
- data/docs/IndexForm.md +15 -0
- data/docs/IndexRebuildForm.md +12 -0
- data/docs/IndexSettings.md +10 -0
- data/docs/IndexSettingsBody.md +7 -0
- data/docs/IndexStatBean.md +14 -0
- data/docs/IndexSynonymsflushBody.md +7 -0
- data/docs/IndexTask.md +13 -0
- data/docs/IndexTemplate.md +17 -0
- data/docs/IndexTemplates.md +8 -0
- data/docs/IndexUploadBody.md +7 -0
- data/docs/IndicesApi.md +1620 -0
- data/docs/IntelligentMapping.md +8 -0
- data/docs/KeywordBindingBean.md +14 -0
- data/docs/MentorForm.md +8 -0
- data/docs/Message.md +18 -0
- data/docs/MessageApi.md +262 -0
- data/docs/Messages.md +8 -0
- data/docs/OauthAppBean.md +20 -0
- data/docs/OpenidBean.md +10 -0
- data/docs/OptionForm.md +10 -0
- data/docs/OrdersIdentBody.md +7 -0
- data/docs/PayResult.md +9 -0
- data/docs/PaymentApi.md +788 -0
- data/docs/PaymentInvoice.md +15 -0
- data/docs/PaymentOrder.md +25 -0
- data/docs/PaymentRecord.md +13 -0
- data/docs/PaymentService.md +12 -0
- data/docs/QueriesApi.md +1821 -0
- data/docs/QueryActionBean.md +27 -0
- data/docs/QueryBean.md +22 -0
- data/docs/QueryForm.md +15 -0
- data/docs/QueryNode.md +10 -0
- data/docs/QuerySortField.md +9 -0
- data/docs/QueryVariableBean.md +17 -0
- data/docs/RecommendApi.md +365 -0
- data/docs/RecommendBean.md +18 -0
- data/docs/RecordFilter.md +10 -0
- data/docs/RecordsApi.md +286 -0
- data/docs/SearchApi.md +646 -0
- data/docs/SearchEstimateResult.md +11 -0
- data/docs/SearchWord.md +8 -0
- data/docs/StatIndexBean.md +14 -0
- data/docs/StatsApi.md +245 -0
- data/docs/SynonymsBean.md +14 -0
- data/docs/TokenBean.md +12 -0
- data/docs/TriggerBean.md +13 -0
- data/docs/TriggerLogBean.md +15 -0
- data/docs/ValueOfField.md +8 -0
- data/docs/WidgetBean.md +21 -0
- data/docs/WidgetForm.md +13 -0
- data/docs/WidgetLogo.md +7 -0
- data/docs/WidgetLogoBody.md +7 -0
- data/docs/WidgetStatusForm.md +8 -0
- data/docs/WidgetsApi.md +573 -0
- data/git_push.sh +55 -0
- data/indexea_client.gemspec +38 -0
- data/lib/indexea_client/api/account_api.rb +846 -0
- data/lib/indexea_client/api/apps_api.rb +2271 -0
- data/lib/indexea_client/api/fields_api.rb +289 -0
- data/lib/indexea_client/api/global_api.rb +326 -0
- data/lib/indexea_client/api/indices_api.rb +2076 -0
- data/lib/indexea_client/api/message_api.rb +337 -0
- data/lib/indexea_client/api/payment_api.rb +975 -0
- data/lib/indexea_client/api/queries_api.rb +2320 -0
- data/lib/indexea_client/api/recommend_api.rb +461 -0
- data/lib/indexea_client/api/records_api.rb +375 -0
- data/lib/indexea_client/api/search_api.rb +892 -0
- data/lib/indexea_client/api/stats_api.rb +312 -0
- data/lib/indexea_client/api/widgets_api.rb +741 -0
- data/lib/indexea_client/api_client.rb +391 -0
- data/lib/indexea_client/api_error.rb +57 -0
- data/lib/indexea_client/configuration.rb +205 -0
- data/lib/indexea_client/models/account_bean.rb +396 -0
- data/lib/indexea_client/models/account_passwd_body.rb +227 -0
- data/lib/indexea_client/models/account_portrait_body.rb +206 -0
- data/lib/indexea_client/models/account_profile_body.rb +228 -0
- data/lib/indexea_client/models/account_resetpwd_body.rb +240 -0
- data/lib/indexea_client/models/account_signin_body.rb +237 -0
- data/lib/indexea_client/models/account_signup_body.rb +254 -0
- data/lib/indexea_client/models/accounts_feedback_body.rb +262 -0
- data/lib/indexea_client/models/accounts_message_body.rb +226 -0
- data/lib/indexea_client/models/analyze_object.rb +216 -0
- data/lib/indexea_client/models/analyze_token.rb +243 -0
- data/lib/indexea_client/models/app_bean.rb +360 -0
- data/lib/indexea_client/models/app_company_body.rb +357 -0
- data/lib/indexea_client/models/app_index_body.rb +212 -0
- data/lib/indexea_client/models/app_log_account.rb +224 -0
- data/lib/indexea_client/models/app_log_bean.rb +318 -0
- data/lib/indexea_client/models/app_logs_bean.rb +229 -0
- data/lib/indexea_client/models/app_mentor_bean.rb +277 -0
- data/lib/indexea_client/models/app_oauth_body.rb +206 -0
- data/lib/indexea_client/models/app_oauth_body_1.rb +212 -0
- data/lib/indexea_client/models/app_oauthresetsecret_body.rb +212 -0
- data/lib/indexea_client/models/app_tokens_body.rb +212 -0
- data/lib/indexea_client/models/app_tokens_body_1.rb +212 -0
- data/lib/indexea_client/models/app_widget_body.rb +212 -0
- data/lib/indexea_client/models/apps_app_body.rb +216 -0
- data/lib/indexea_client/models/apps_body.rb +221 -0
- data/lib/indexea_client/models/auto_complete_item.rb +224 -0
- data/lib/indexea_client/models/blacklist_bean.rb +258 -0
- data/lib/indexea_client/models/bulletin.rb +312 -0
- data/lib/indexea_client/models/company_bean.rb +378 -0
- data/lib/indexea_client/models/contact_form.rb +258 -0
- data/lib/indexea_client/models/crawler_log.rb +270 -0
- data/lib/indexea_client/models/crawler_logs.rb +217 -0
- data/lib/indexea_client/models/crawler_task.rb +288 -0
- data/lib/indexea_client/models/global_option_form.rb +218 -0
- data/lib/indexea_client/models/index_bean.rb +390 -0
- data/lib/indexea_client/models/index_field_bean.rb +217 -0
- data/lib/indexea_client/models/index_form.rb +283 -0
- data/lib/indexea_client/models/index_rebuild_form.rb +254 -0
- data/lib/indexea_client/models/index_settings.rb +234 -0
- data/lib/indexea_client/models/index_settings_body.rb +212 -0
- data/lib/indexea_client/models/index_stat_bean.rb +270 -0
- data/lib/indexea_client/models/index_synonymsflush_body.rb +212 -0
- data/lib/indexea_client/models/index_task.rb +261 -0
- data/lib/indexea_client/models/index_template.rb +299 -0
- data/lib/indexea_client/models/index_templates.rb +219 -0
- data/lib/indexea_client/models/index_upload_body.rb +208 -0
- data/lib/indexea_client/models/intelligent_mapping.rb +217 -0
- data/lib/indexea_client/models/keyword_binding_bean.rb +274 -0
- data/lib/indexea_client/models/mentor_form.rb +220 -0
- data/lib/indexea_client/models/message.rb +306 -0
- data/lib/indexea_client/models/messages.rb +217 -0
- data/lib/indexea_client/models/oauth_app_bean.rb +329 -0
- data/lib/indexea_client/models/openid_bean.rb +238 -0
- data/lib/indexea_client/models/option_form.rb +287 -0
- data/lib/indexea_client/models/orders_ident_body.rb +206 -0
- data/lib/indexea_client/models/pay_result.rb +258 -0
- data/lib/indexea_client/models/payment_invoice.rb +283 -0
- data/lib/indexea_client/models/payment_order.rb +412 -0
- data/lib/indexea_client/models/payment_record.rb +261 -0
- data/lib/indexea_client/models/payment_service.rb +258 -0
- data/lib/indexea_client/models/query_action_bean.rb +391 -0
- data/lib/indexea_client/models/query_bean.rb +348 -0
- data/lib/indexea_client/models/query_form.rb +285 -0
- data/lib/indexea_client/models/query_node.rb +234 -0
- data/lib/indexea_client/models/query_sort_field.rb +264 -0
- data/lib/indexea_client/models/query_variable_bean.rb +335 -0
- data/lib/indexea_client/models/recommend_bean.rb +318 -0
- data/lib/indexea_client/models/record_filter.rb +242 -0
- data/lib/indexea_client/models/search_estimate_result.rb +242 -0
- data/lib/indexea_client/models/search_word.rb +218 -0
- data/lib/indexea_client/models/stat_index_bean.rb +270 -0
- data/lib/indexea_client/models/synonyms_bean.rb +274 -0
- data/lib/indexea_client/models/token_bean.rb +252 -0
- data/lib/indexea_client/models/trigger_bean.rb +263 -0
- data/lib/indexea_client/models/trigger_log_bean.rb +279 -0
- data/lib/indexea_client/models/value_of_field.rb +217 -0
- data/lib/indexea_client/models/widget_bean.rb +387 -0
- data/lib/indexea_client/models/widget_form.rb +328 -0
- data/lib/indexea_client/models/widget_logo.rb +206 -0
- data/lib/indexea_client/models/widget_logo_body.rb +206 -0
- data/lib/indexea_client/models/widget_status_form.rb +223 -0
- data/lib/indexea_client/version.rb +14 -0
- data/lib/indexea_client.rb +133 -0
- data/spec/api/account_api_spec.rb +200 -0
- data/spec/api/apps_api_spec.rb +492 -0
- data/spec/api/fields_api_spec.rb +86 -0
- data/spec/api/global_api_spec.rb +98 -0
- data/spec/api/indices_api_spec.rb +434 -0
- data/spec/api/message_api_spec.rb +96 -0
- data/spec/api/payment_api_spec.rb +227 -0
- data/spec/api/queries_api_spec.rb +482 -0
- data/spec/api/recommend_api_spec.rb +125 -0
- data/spec/api/records_api_spec.rb +107 -0
- data/spec/api/search_api_spec.rb +220 -0
- data/spec/api/stats_api_spec.rb +99 -0
- data/spec/api/widgets_api_spec.rb +174 -0
- data/spec/api_client_spec.rb +225 -0
- data/spec/base_object_spec.rb +109 -0
- data/spec/configuration_spec.rb +41 -0
- data/spec/models/account_bean_spec.rb +160 -0
- data/spec/models/account_passwd_body_spec.rb +46 -0
- data/spec/models/account_portrait_body_spec.rb +40 -0
- data/spec/models/account_profile_body_spec.rb +46 -0
- data/spec/models/account_resetpwd_body_spec.rb +52 -0
- data/spec/models/account_signin_body_spec.rb +52 -0
- data/spec/models/account_signup_body_spec.rb +58 -0
- data/spec/models/accounts_feedback_body_spec.rb +50 -0
- data/spec/models/accounts_message_body_spec.rb +46 -0
- data/spec/models/analyze_object_spec.rb +46 -0
- data/spec/models/analyze_token_spec.rb +64 -0
- data/spec/models/app_bean_spec.rb +136 -0
- data/spec/models/app_company_body_spec.rb +130 -0
- data/spec/models/app_index_body_spec.rb +40 -0
- data/spec/models/app_log_account_spec.rb +52 -0
- data/spec/models/app_log_bean_spec.rb +112 -0
- data/spec/models/app_logs_bean_spec.rb +52 -0
- data/spec/models/app_mentor_bean_spec.rb +82 -0
- data/spec/models/app_oauth_body_1_spec.rb +40 -0
- data/spec/models/app_oauth_body_spec.rb +40 -0
- data/spec/models/app_oauthresetsecret_body_spec.rb +40 -0
- data/spec/models/app_tokens_body_1_spec.rb +40 -0
- data/spec/models/app_tokens_body_spec.rb +40 -0
- data/spec/models/app_widget_body_spec.rb +40 -0
- data/spec/models/apps_app_body_spec.rb +46 -0
- data/spec/models/apps_body_spec.rb +46 -0
- data/spec/models/auto_complete_item_spec.rb +52 -0
- data/spec/models/blacklist_bean_spec.rb +70 -0
- data/spec/models/bulletin_spec.rb +92 -0
- data/spec/models/company_bean_spec.rb +142 -0
- data/spec/models/contact_form_spec.rb +64 -0
- data/spec/models/crawler_log_spec.rb +82 -0
- data/spec/models/crawler_logs_spec.rb +46 -0
- data/spec/models/crawler_task_spec.rb +94 -0
- data/spec/models/global_option_form_spec.rb +46 -0
- data/spec/models/index_bean_spec.rb +154 -0
- data/spec/models/index_field_bean_spec.rb +46 -0
- data/spec/models/index_form_spec.rb +88 -0
- data/spec/models/index_rebuild_form_spec.rb +70 -0
- data/spec/models/index_settings_body_spec.rb +40 -0
- data/spec/models/index_settings_spec.rb +58 -0
- data/spec/models/index_stat_bean_spec.rb +82 -0
- data/spec/models/index_synonymsflush_body_spec.rb +40 -0
- data/spec/models/index_task_spec.rb +76 -0
- data/spec/models/index_template_spec.rb +100 -0
- data/spec/models/index_templates_spec.rb +46 -0
- data/spec/models/index_upload_body_spec.rb +40 -0
- data/spec/models/intelligent_mapping_spec.rb +46 -0
- data/spec/models/keyword_binding_bean_spec.rb +82 -0
- data/spec/models/mentor_form_spec.rb +46 -0
- data/spec/models/message_spec.rb +106 -0
- data/spec/models/messages_spec.rb +46 -0
- data/spec/models/oauth_app_bean_spec.rb +118 -0
- data/spec/models/openid_bean_spec.rb +58 -0
- data/spec/models/option_form_spec.rb +62 -0
- data/spec/models/orders_ident_body_spec.rb +40 -0
- data/spec/models/pay_result_spec.rb +56 -0
- data/spec/models/payment_invoice_spec.rb +88 -0
- data/spec/models/payment_order_spec.rb +152 -0
- data/spec/models/payment_record_spec.rb +76 -0
- data/spec/models/payment_service_spec.rb +70 -0
- data/spec/models/query_action_bean_spec.rb +160 -0
- data/spec/models/query_bean_spec.rb +130 -0
- data/spec/models/query_form_spec.rb +88 -0
- data/spec/models/query_node_spec.rb +58 -0
- data/spec/models/query_sort_field_spec.rb +56 -0
- data/spec/models/query_variable_bean_spec.rb +104 -0
- data/spec/models/recommend_bean_spec.rb +106 -0
- data/spec/models/record_filter_spec.rb +58 -0
- data/spec/models/search_estimate_result_spec.rb +64 -0
- data/spec/models/search_word_spec.rb +46 -0
- data/spec/models/stat_index_bean_spec.rb +82 -0
- data/spec/models/synonyms_bean_spec.rb +82 -0
- data/spec/models/token_bean_spec.rb +70 -0
- data/spec/models/trigger_bean_spec.rb +76 -0
- data/spec/models/trigger_log_bean_spec.rb +88 -0
- data/spec/models/value_of_field_spec.rb +46 -0
- data/spec/models/widget_bean_spec.rb +132 -0
- data/spec/models/widget_form_spec.rb +84 -0
- data/spec/models/widget_logo_body_spec.rb +40 -0
- data/spec/models/widget_logo_spec.rb +40 -0
- data/spec/models/widget_status_form_spec.rb +46 -0
- data/spec/spec_helper.rb +110 -0
- metadata +501 -0
@@ -0,0 +1,27 @@
|
|
1
|
+
# IndexeaClient::QueryActionBean
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**id** | **Integer** | | [optional]
|
7
|
+
**app** | **Integer** | | [optional]
|
8
|
+
**index** | **Integer** | | [optional]
|
9
|
+
**query** | **Integer** | | [optional]
|
10
|
+
**widget** | **Integer** | | [optional]
|
11
|
+
**recomm** | **Integer** | | [optional]
|
12
|
+
**error** | **Object** | | [optional]
|
13
|
+
**user** | **String** | | [optional]
|
14
|
+
**q** | **Array<String>** | | [optional]
|
15
|
+
**referer** | **String** | | [optional]
|
16
|
+
**params** | **Object** | | [optional]
|
17
|
+
**hits** | **Integer** | | [optional]
|
18
|
+
**took** | **Integer** | | [optional]
|
19
|
+
**ip** | **String** | | [optional]
|
20
|
+
**nation** | **String** | | [optional]
|
21
|
+
**province** | **String** | | [optional]
|
22
|
+
**city** | **String** | | [optional]
|
23
|
+
**browser** | **String** | | [optional]
|
24
|
+
**os** | **String** | | [optional]
|
25
|
+
**clicks** | **Array<String>** | | [optional]
|
26
|
+
**created_at** | **DateTime** | | [optional]
|
27
|
+
|
data/docs/QueryBean.md
ADDED
@@ -0,0 +1,22 @@
|
|
1
|
+
# IndexeaClient::QueryBean
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**id** | **Integer** | | [optional]
|
7
|
+
**ident** | **String** | | [optional]
|
8
|
+
**account** | **Integer** | | [optional]
|
9
|
+
**app** | **Integer** | | [optional]
|
10
|
+
**indices** | [**Array<IndexBean>**](IndexBean.md) | 关联的索引列表 | [optional]
|
11
|
+
**name** | **String** | | [optional]
|
12
|
+
**intro** | **String** | | [optional]
|
13
|
+
**query** | **Object** | | [optional]
|
14
|
+
**suggest** | **Object** | | [optional]
|
15
|
+
**script_score** | **Object** | | [optional]
|
16
|
+
**script_fields** | **Object** | | [optional]
|
17
|
+
**sort_fields** | [**Array<QuerySortField>**](QuerySortField.md) | | [optional]
|
18
|
+
**created_at** | **DateTime** | | [optional]
|
19
|
+
**updated_at** | **DateTime** | | [optional]
|
20
|
+
**settings** | **Object** | 查询设置项 | [optional]
|
21
|
+
**status** | **Integer** | | [optional]
|
22
|
+
|
data/docs/QueryForm.md
ADDED
@@ -0,0 +1,15 @@
|
|
1
|
+
# IndexeaClient::QueryForm
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**name** | **String** | | [optional]
|
7
|
+
**intro** | **String** | | [optional]
|
8
|
+
**indices** | **Array<Integer>** | 关联的索引列表 | [optional]
|
9
|
+
**query** | **Object** | 查询条件 | [optional]
|
10
|
+
**suggest** | **Object** | | [optional]
|
11
|
+
**script_score** | **Object** | | [optional]
|
12
|
+
**script_fields** | **Object** | | [optional]
|
13
|
+
**sort_fields** | [**Array<QuerySortField>**](QuerySortField.md) | | [optional]
|
14
|
+
**status** | **Integer** | | [optional]
|
15
|
+
|
data/docs/QueryNode.md
ADDED
@@ -0,0 +1,10 @@
|
|
1
|
+
# IndexeaClient::QueryNode
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**account** | **Integer** | | [optional]
|
7
|
+
**query** | **Integer** | | [optional]
|
8
|
+
**nodes** | **Object** | | [optional]
|
9
|
+
**saved_at** | **DateTime** | | [optional]
|
10
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# IndexeaClient::QuerySortField
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**field** | **String** | 排序字段名 | [optional]
|
7
|
+
**label** | **String** | 排序字段在前端显示的名称 | [optional]
|
8
|
+
**order** | **String** | 默认排序方式 | [optional] [default to 'desc']
|
9
|
+
|
@@ -0,0 +1,17 @@
|
|
1
|
+
# IndexeaClient::QueryVariableBean
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**id** | **Integer** | | [optional]
|
7
|
+
**app** | **Integer** | | [optional]
|
8
|
+
**name** | **String** | 变量名 | [optional]
|
9
|
+
**pname** | **String** | 变量对应 HTTP 请求的参数名 | [optional]
|
10
|
+
**intro** | **String** | | [optional]
|
11
|
+
**type** | **String** | 变量类型 | [optional]
|
12
|
+
**required** | **BOOLEAN** | | [optional]
|
13
|
+
**format** | **String** | | [optional]
|
14
|
+
**value** | **String** | | [optional]
|
15
|
+
**values** | **String** | 变量可用值列表,以逗号分隔 | [optional]
|
16
|
+
**created_at** | **DateTime** | | [optional]
|
17
|
+
|
@@ -0,0 +1,365 @@
|
|
1
|
+
# IndexeaClient::RecommendApi
|
2
|
+
|
3
|
+
All URIs are relative to *https://api.indexea.com/v1*
|
4
|
+
|
5
|
+
Method | HTTP request | Description
|
6
|
+
------------- | ------------- | -------------
|
7
|
+
[**recommend_click**](RecommendApi.md#recommend_click) | **POST** /recommend/{ident}/click | 推荐结果点击行为收集
|
8
|
+
[**recommend_create**](RecommendApi.md#recommend_create) | **POST** /recommends/{app} | 创建新的推荐
|
9
|
+
[**recommend_delete**](RecommendApi.md#recommend_delete) | **DELETE** /recommends/{app} | 删除推荐
|
10
|
+
[**recommend_detail**](RecommendApi.md#recommend_detail) | **GET** /recommend/{ident} | 获取推荐的记录列表
|
11
|
+
[**recommend_fetch**](RecommendApi.md#recommend_fetch) | **POST** /recommend/{ident} | 获取推荐的记录列表
|
12
|
+
[**recommend_list**](RecommendApi.md#recommend_list) | **GET** /recommends/{app} | 获取已定义的推荐列表
|
13
|
+
[**recommend_update**](RecommendApi.md#recommend_update) | **PUT** /recommends/{app} | 更新推荐信息
|
14
|
+
|
15
|
+
# **recommend_click**
|
16
|
+
> BOOLEAN recommend_click(ident, action_id, doc_id, opts)
|
17
|
+
|
18
|
+
推荐结果点击行为收集
|
19
|
+
|
20
|
+
该接口主要用于记录用户对推荐结果的点击行为
|
21
|
+
|
22
|
+
### Example
|
23
|
+
```ruby
|
24
|
+
# load the gem
|
25
|
+
require 'indexea_client'
|
26
|
+
|
27
|
+
api_instance = IndexeaClient::RecommendApi.new
|
28
|
+
ident = 'ident_example' # String | 推荐的唯一标识
|
29
|
+
action_id = 'action_id_example' # String | 对应推荐行为编号
|
30
|
+
doc_id = 'doc_id_example' # String | 对应索引中的内部记录编号
|
31
|
+
opts = {
|
32
|
+
userid: 'userid_example', # String | 搜索者的唯一标识,该标识由搜索前端生成,长度不超过64
|
33
|
+
x_token: 'x_token_example' # String | 如果要使用非发布的组件,需要组件作者授权
|
34
|
+
}
|
35
|
+
|
36
|
+
begin
|
37
|
+
#推荐结果点击行为收集
|
38
|
+
result = api_instance.recommend_click(ident, action_id, doc_id, opts)
|
39
|
+
p result
|
40
|
+
rescue IndexeaClient::ApiError => e
|
41
|
+
puts "Exception when calling RecommendApi->recommend_click: #{e}"
|
42
|
+
end
|
43
|
+
```
|
44
|
+
|
45
|
+
### Parameters
|
46
|
+
|
47
|
+
Name | Type | Description | Notes
|
48
|
+
------------- | ------------- | ------------- | -------------
|
49
|
+
**ident** | **String**| 推荐的唯一标识 |
|
50
|
+
**action_id** | **String**| 对应推荐行为编号 |
|
51
|
+
**doc_id** | **String**| 对应索引中的内部记录编号 |
|
52
|
+
**userid** | **String**| 搜索者的唯一标识,该标识由搜索前端生成,长度不超过64 | [optional]
|
53
|
+
**x_token** | **String**| 如果要使用非发布的组件,需要组件作者授权 | [optional]
|
54
|
+
|
55
|
+
### Return type
|
56
|
+
|
57
|
+
**BOOLEAN**
|
58
|
+
|
59
|
+
### Authorization
|
60
|
+
|
61
|
+
No authorization required
|
62
|
+
|
63
|
+
### HTTP request headers
|
64
|
+
|
65
|
+
- **Content-Type**: Not defined
|
66
|
+
- **Accept**: application/json
|
67
|
+
|
68
|
+
|
69
|
+
|
70
|
+
# **recommend_create**
|
71
|
+
> RecommendBean recommend_create(bodyapp)
|
72
|
+
|
73
|
+
创建新的推荐
|
74
|
+
|
75
|
+
### Example
|
76
|
+
```ruby
|
77
|
+
# load the gem
|
78
|
+
require 'indexea_client'
|
79
|
+
# setup authorization
|
80
|
+
IndexeaClient.configure do |config|
|
81
|
+
end
|
82
|
+
|
83
|
+
api_instance = IndexeaClient::RecommendApi.new
|
84
|
+
body = IndexeaClient::RecommendBean.new # RecommendBean | 推荐信息
|
85
|
+
app = 'app_example' # String | 应用标识
|
86
|
+
|
87
|
+
|
88
|
+
begin
|
89
|
+
#创建新的推荐
|
90
|
+
result = api_instance.recommend_create(bodyapp)
|
91
|
+
p result
|
92
|
+
rescue IndexeaClient::ApiError => e
|
93
|
+
puts "Exception when calling RecommendApi->recommend_create: #{e}"
|
94
|
+
end
|
95
|
+
```
|
96
|
+
|
97
|
+
### Parameters
|
98
|
+
|
99
|
+
Name | Type | Description | Notes
|
100
|
+
------------- | ------------- | ------------- | -------------
|
101
|
+
**body** | [**RecommendBean**](RecommendBean.md)| 推荐信息 |
|
102
|
+
**app** | **String**| 应用标识 |
|
103
|
+
|
104
|
+
### Return type
|
105
|
+
|
106
|
+
[**RecommendBean**](RecommendBean.md)
|
107
|
+
|
108
|
+
### Authorization
|
109
|
+
|
110
|
+
[TokenAuth](../README.md#TokenAuth)
|
111
|
+
|
112
|
+
### HTTP request headers
|
113
|
+
|
114
|
+
- **Content-Type**: application/json
|
115
|
+
- **Accept**: application/json
|
116
|
+
|
117
|
+
|
118
|
+
|
119
|
+
# **recommend_delete**
|
120
|
+
> BOOLEAN recommend_delete(app, id)
|
121
|
+
|
122
|
+
删除推荐
|
123
|
+
|
124
|
+
### Example
|
125
|
+
```ruby
|
126
|
+
# load the gem
|
127
|
+
require 'indexea_client'
|
128
|
+
# setup authorization
|
129
|
+
IndexeaClient.configure do |config|
|
130
|
+
end
|
131
|
+
|
132
|
+
api_instance = IndexeaClient::RecommendApi.new
|
133
|
+
app = 'app_example' # String | 应用标识
|
134
|
+
id = 56 # Integer | 推荐编号
|
135
|
+
|
136
|
+
|
137
|
+
begin
|
138
|
+
#删除推荐
|
139
|
+
result = api_instance.recommend_delete(app, id)
|
140
|
+
p result
|
141
|
+
rescue IndexeaClient::ApiError => e
|
142
|
+
puts "Exception when calling RecommendApi->recommend_delete: #{e}"
|
143
|
+
end
|
144
|
+
```
|
145
|
+
|
146
|
+
### Parameters
|
147
|
+
|
148
|
+
Name | Type | Description | Notes
|
149
|
+
------------- | ------------- | ------------- | -------------
|
150
|
+
**app** | **String**| 应用标识 |
|
151
|
+
**id** | **Integer**| 推荐编号 |
|
152
|
+
|
153
|
+
### Return type
|
154
|
+
|
155
|
+
**BOOLEAN**
|
156
|
+
|
157
|
+
### Authorization
|
158
|
+
|
159
|
+
[TokenAuth](../README.md#TokenAuth)
|
160
|
+
|
161
|
+
### HTTP request headers
|
162
|
+
|
163
|
+
- **Content-Type**: Not defined
|
164
|
+
- **Accept**: application/json
|
165
|
+
|
166
|
+
|
167
|
+
|
168
|
+
# **recommend_detail**
|
169
|
+
> RecommendBean recommend_detail(ident, opts)
|
170
|
+
|
171
|
+
获取推荐的记录列表
|
172
|
+
|
173
|
+
### Example
|
174
|
+
```ruby
|
175
|
+
# load the gem
|
176
|
+
require 'indexea_client'
|
177
|
+
|
178
|
+
api_instance = IndexeaClient::RecommendApi.new
|
179
|
+
ident = 'ident_example' # String | 推荐定义的标识
|
180
|
+
opts = {
|
181
|
+
x_token: 'x_token_example' # String | 如果要使用非发布的组件,需要组件作者授权
|
182
|
+
}
|
183
|
+
|
184
|
+
begin
|
185
|
+
#获取推荐的记录列表
|
186
|
+
result = api_instance.recommend_detail(ident, opts)
|
187
|
+
p result
|
188
|
+
rescue IndexeaClient::ApiError => e
|
189
|
+
puts "Exception when calling RecommendApi->recommend_detail: #{e}"
|
190
|
+
end
|
191
|
+
```
|
192
|
+
|
193
|
+
### Parameters
|
194
|
+
|
195
|
+
Name | Type | Description | Notes
|
196
|
+
------------- | ------------- | ------------- | -------------
|
197
|
+
**ident** | **String**| 推荐定义的标识 |
|
198
|
+
**x_token** | **String**| 如果要使用非发布的组件,需要组件作者授权 | [optional]
|
199
|
+
|
200
|
+
### Return type
|
201
|
+
|
202
|
+
[**RecommendBean**](RecommendBean.md)
|
203
|
+
|
204
|
+
### Authorization
|
205
|
+
|
206
|
+
No authorization required
|
207
|
+
|
208
|
+
### HTTP request headers
|
209
|
+
|
210
|
+
- **Content-Type**: Not defined
|
211
|
+
- **Accept**: application/json
|
212
|
+
|
213
|
+
|
214
|
+
|
215
|
+
# **recommend_fetch**
|
216
|
+
> Object recommend_fetch(ident, opts)
|
217
|
+
|
218
|
+
获取推荐的记录列表
|
219
|
+
|
220
|
+
### Example
|
221
|
+
```ruby
|
222
|
+
# load the gem
|
223
|
+
require 'indexea_client'
|
224
|
+
|
225
|
+
api_instance = IndexeaClient::RecommendApi.new
|
226
|
+
ident = 'ident_example' # String | 推荐定义的标识
|
227
|
+
opts = {
|
228
|
+
x_token: 'x_token_example', # String | 如果要使用非发布的组件,需要组件作者授权
|
229
|
+
userid: 'userid_example', # String | 访客的唯一标识,该标识由搜索前端生成,长度不超过64
|
230
|
+
condition: {'key' => 'condition_example'}, # Hash<String, String> | 获取某个记录的参数,例如 id=11223(后端将使用 term query 进行匹配)
|
231
|
+
from: 0, # Integer | 起始值
|
232
|
+
count: 10 # Integer | 推荐的记录数
|
233
|
+
}
|
234
|
+
|
235
|
+
begin
|
236
|
+
#获取推荐的记录列表
|
237
|
+
result = api_instance.recommend_fetch(ident, opts)
|
238
|
+
p result
|
239
|
+
rescue IndexeaClient::ApiError => e
|
240
|
+
puts "Exception when calling RecommendApi->recommend_fetch: #{e}"
|
241
|
+
end
|
242
|
+
```
|
243
|
+
|
244
|
+
### Parameters
|
245
|
+
|
246
|
+
Name | Type | Description | Notes
|
247
|
+
------------- | ------------- | ------------- | -------------
|
248
|
+
**ident** | **String**| 推荐定义的标识 |
|
249
|
+
**x_token** | **String**| 如果要使用非发布的组件,需要组件作者授权 | [optional]
|
250
|
+
**userid** | **String**| 访客的唯一标识,该标识由搜索前端生成,长度不超过64 | [optional]
|
251
|
+
**condition** | [**Hash<String, String>**](String.md)| 获取某个记录的参数,例如 id=11223(后端将使用 term query 进行匹配) | [optional]
|
252
|
+
**from** | **Integer**| 起始值 | [optional] [default to 0]
|
253
|
+
**count** | **Integer**| 推荐的记录数 | [optional] [default to 10]
|
254
|
+
|
255
|
+
### Return type
|
256
|
+
|
257
|
+
**Object**
|
258
|
+
|
259
|
+
### Authorization
|
260
|
+
|
261
|
+
No authorization required
|
262
|
+
|
263
|
+
### HTTP request headers
|
264
|
+
|
265
|
+
- **Content-Type**: Not defined
|
266
|
+
- **Accept**: application/json
|
267
|
+
|
268
|
+
|
269
|
+
|
270
|
+
# **recommend_list**
|
271
|
+
> Array<RecommendBean> recommend_list(app)
|
272
|
+
|
273
|
+
获取已定义的推荐列表
|
274
|
+
|
275
|
+
### Example
|
276
|
+
```ruby
|
277
|
+
# load the gem
|
278
|
+
require 'indexea_client'
|
279
|
+
# setup authorization
|
280
|
+
IndexeaClient.configure do |config|
|
281
|
+
end
|
282
|
+
|
283
|
+
api_instance = IndexeaClient::RecommendApi.new
|
284
|
+
app = 'app_example' # String | 应用标识
|
285
|
+
|
286
|
+
|
287
|
+
begin
|
288
|
+
#获取已定义的推荐列表
|
289
|
+
result = api_instance.recommend_list(app)
|
290
|
+
p result
|
291
|
+
rescue IndexeaClient::ApiError => e
|
292
|
+
puts "Exception when calling RecommendApi->recommend_list: #{e}"
|
293
|
+
end
|
294
|
+
```
|
295
|
+
|
296
|
+
### Parameters
|
297
|
+
|
298
|
+
Name | Type | Description | Notes
|
299
|
+
------------- | ------------- | ------------- | -------------
|
300
|
+
**app** | **String**| 应用标识 |
|
301
|
+
|
302
|
+
### Return type
|
303
|
+
|
304
|
+
[**Array<RecommendBean>**](RecommendBean.md)
|
305
|
+
|
306
|
+
### Authorization
|
307
|
+
|
308
|
+
[TokenAuth](../README.md#TokenAuth)
|
309
|
+
|
310
|
+
### HTTP request headers
|
311
|
+
|
312
|
+
- **Content-Type**: Not defined
|
313
|
+
- **Accept**: application/json
|
314
|
+
|
315
|
+
|
316
|
+
|
317
|
+
# **recommend_update**
|
318
|
+
> BOOLEAN recommend_update(bodyapp)
|
319
|
+
|
320
|
+
更新推荐信息
|
321
|
+
|
322
|
+
### Example
|
323
|
+
```ruby
|
324
|
+
# load the gem
|
325
|
+
require 'indexea_client'
|
326
|
+
# setup authorization
|
327
|
+
IndexeaClient.configure do |config|
|
328
|
+
end
|
329
|
+
|
330
|
+
api_instance = IndexeaClient::RecommendApi.new
|
331
|
+
body = IndexeaClient::RecommendBean.new # RecommendBean | 推荐信息
|
332
|
+
app = 'app_example' # String | 应用标识
|
333
|
+
|
334
|
+
|
335
|
+
begin
|
336
|
+
#更新推荐信息
|
337
|
+
result = api_instance.recommend_update(bodyapp)
|
338
|
+
p result
|
339
|
+
rescue IndexeaClient::ApiError => e
|
340
|
+
puts "Exception when calling RecommendApi->recommend_update: #{e}"
|
341
|
+
end
|
342
|
+
```
|
343
|
+
|
344
|
+
### Parameters
|
345
|
+
|
346
|
+
Name | Type | Description | Notes
|
347
|
+
------------- | ------------- | ------------- | -------------
|
348
|
+
**body** | [**RecommendBean**](RecommendBean.md)| 推荐信息 |
|
349
|
+
**app** | **String**| 应用标识 |
|
350
|
+
|
351
|
+
### Return type
|
352
|
+
|
353
|
+
**BOOLEAN**
|
354
|
+
|
355
|
+
### Authorization
|
356
|
+
|
357
|
+
[TokenAuth](../README.md#TokenAuth)
|
358
|
+
|
359
|
+
### HTTP request headers
|
360
|
+
|
361
|
+
- **Content-Type**: application/json
|
362
|
+
- **Accept**: application/json
|
363
|
+
|
364
|
+
|
365
|
+
|
@@ -0,0 +1,18 @@
|
|
1
|
+
# IndexeaClient::RecommendBean
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**id** | **Integer** | 编号 | [optional]
|
7
|
+
**ident** | **String** | 推荐标识 | [optional]
|
8
|
+
**app** | **Integer** | 应用编号 | [optional]
|
9
|
+
**account** | **Integer** | 账号 | [optional]
|
10
|
+
**index** | **Integer** | 关联的索引编号 | [optional]
|
11
|
+
**name** | **String** | 名称 | [optional]
|
12
|
+
**intro** | **String** | 简介 | [optional]
|
13
|
+
**type** | **String** | 类型 | [optional]
|
14
|
+
**settings** | **Object** | 推荐设定 | [optional]
|
15
|
+
**status** | **Integer** | 状态 | [optional]
|
16
|
+
**created_at** | **DateTime** | 创建时间 | [optional]
|
17
|
+
**updated_at** | **DateTime** | 最后更新时间 | [optional]
|
18
|
+
|
@@ -0,0 +1,10 @@
|
|
1
|
+
# IndexeaClient::RecordFilter
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**filters** | **Array<Object>** | 过滤条件 | [optional]
|
7
|
+
**aggs** | **Object** | 聚合字段 | [optional]
|
8
|
+
**sorts** | **Array<Object>** | 排序字段 | [optional]
|
9
|
+
**post_filters** | **Object** | 聚合过滤条件 | [optional]
|
10
|
+
|