- 数据
- 栏目列表_ChannelListGET
- 栏目对象_ChannelGET
- 栏目对象ByAlias_ChannelGET
- 文章列表_ArticleListGET
- 文章分页_ArticlePageGET
- 文章对象_ArticleGET
- 上一篇文章_ArticlePrevGET
- 下一篇文章_ArticleNextGET
- 全文检索文章分页_EsArticlePageGET
- 全文检索文章列表_EsArticleListGET
- 区块项列表_BlockItemListGET
- 字典列表_DictListGET
- 模型列表_ModelListGET
- 模型对象_ModelGET
- Tag列表_TagListGET
- Tag分页_TagPageGET
- 获取Tag对象GET
- 表单列表_FormListGET
- 表单分页_FormPageGET
- 获取表单对象GET
- 站点列表_SiteListGET
- 站点对象_SiteGET
- 投票列表_VoteListGET
- 投票分页_VotePageGET
- 投票对象_VoteGET
- 留言列表_MessageBoardListGET
- 留言分页_MessageBoardPageGET
- 获取留言对象GET
- 留言类型列表_MessageBoardTypeListGET
- 调查问卷列表_SurveyListGET
- 调查问卷分页_SurveyPageGET
- 调查问卷对象_SurveyGET
- 文章排行榜列表_LeaderBoardListGET
- 文章排行榜分页_LeaderBoardPageGET
- 内容
- 用户
- 系统
- 其它
全文检索文章分页_EsArticlePage
GET
/api/article/es/page
文章全文检索接口
请求参数
Query 参数
siteId
integer <int64>
可选
channel
string
栏目别名
channelId
integer <int64>
栏目ID
beginPublishDate
string <date-time>
可选
2008-08-01
2012-10-01 08:12:34
endPublishDate
string <date-time>
可选
2008-08-01
2012-10-01 08:12:34
isWithImage
boolean
可选
true
false
title
string
标题
text
string
正文
excludeId
string <int64 array>
可选
1,2,5
isIncludeSubChannel
boolean
可选
true
false
,默认true
isIncludeSubSite
boolean
可选
true
false
,默认false
isAllSite
boolean
可选
true
false
,默认false
page
integer <int32>
第几页
pageSize
integer <int32>
可选
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://demo.ujcms.com/api/article/es/page'
返回响应
🟢200成功
*/*
Body
totalPages
integer <int32>
可选
totalElements
integer <int64>
可选
size
integer <int32>
可选
content
array[object (EsArticle) {48}]
可选
url
string
URL地址
title
string
可选
description
string
可选
body
string
可选
image
string
图片
discType
string
类型
enabled
boolean
是否启用
site
object (WebPage.SiteInner)
全文检索站点实体类
highlightTitle
string
标题(含高亮标识)
highlightBody
string
正文(含高亮标识)
score
number <double>
得分
i1
integer <int64>
可选
i2
integer <int64>
可选
i3
integer <int64>
可选
i4
integer <int64>
可选
i5
integer <int64>
可选
i6
integer <int64>
可选
n1
number
可选
n2
number
可选
n3
number
可选
n4
number
可选
k1
string
可选
k2
string
可选
k3
string
可选
k4
string
可选
k5
string
可选
k6
string
可选
k7
string
可选
k8
string
可选
s1
string
可选
s2
string
可选
s3
string
可选
s4
string
可选
s5
string
可选
s6
string
可选
b1
boolean
可选
b2
boolean
可选
b3
boolean
可选
b4
boolean
可选
d1
string <date-time>
可选
d2
string <date-time>
可选
d3
string <date-time>
可选
d4
string <date-time>
可选
id
integer <int64>
ID
status
integer <int32>
状态
publishDate
string <date-time>
发布日期
channel
object (EsArticle.ChannelInner)
全文检索栏目实体类
targetBlank
boolean
是否新窗口打开
number
integer <int32>
可选
sort
array[object (SortObject) {5}]
可选
direction
string
可选
nullHandling
string
可选
ascending
boolean
可选
property
string
可选
ignoreCase
boolean
可选
first
boolean
可选
last
boolean
可选
numberOfElements
integer <int32>
可选
pageable
object (PageableObject)
可选
offset
integer <int64>
可选
sort
array[object (SortObject) {5}]
可选
pageSize
integer <int32>
可选
pageNumber
integer <int32>
可选
paged
boolean
可选
unpaged
boolean
可选
empty
boolean
可选
示例
{
"totalPages": 0,
"totalElements": 0,
"size": 0,
"content": [
{
"url": "string",
"title": "string",
"description": "string",
"body": "string",
"image": "string",
"discType": "string",
"enabled": true,
"site": {
"id": 0,
"name": "string",
"url": "string",
"paths": [
{
"id": 0,
"name": "string",
"url": "string",
"targetBlank": true
}
],
"targetBlank": true
},
"highlightTitle": "string",
"highlightBody": "string",
"score": 0,
"i1": 0,
"i2": 0,
"i3": 0,
"i4": 0,
"i5": 0,
"i6": 0,
"n1": 0,
"n2": 0,
"n3": 0,
"n4": 0,
"k1": "string",
"k2": "string",
"k3": "string",
"k4": "string",
"k5": "string",
"k6": "string",
"k7": "string",
"k8": "string",
"s1": "string",
"s2": "string",
"s3": "string",
"s4": "string",
"s5": "string",
"s6": "string",
"b1": true,
"b2": true,
"b3": true,
"b4": true,
"d1": "2019-08-24T14:15:22Z",
"d2": "2019-08-24T14:15:22Z",
"d3": "2019-08-24T14:15:22Z",
"d4": "2019-08-24T14:15:22Z",
"id": 0,
"status": 0,
"publishDate": "2019-08-24T14:15:22Z",
"channel": {
"id": 0,
"name": "string",
"url": "string",
"paths": [
{
"id": 0,
"name": "string",
"url": "string",
"targetBlank": true
}
],
"targetBlank": true
},
"targetBlank": true
}
],
"number": 0,
"sort": [
{
"direction": "string",
"nullHandling": "string",
"ascending": true,
"property": "string",
"ignoreCase": true
}
],
"first": true,
"last": true,
"numberOfElements": 0,
"pageable": {
"offset": 0,
"sort": [
{
"direction": "string",
"nullHandling": "string",
"ascending": true,
"property": "string",
"ignoreCase": true
}
],
"pageSize": 0,
"pageNumber": 0,
"paged": true,
"unpaged": true
},
"empty": true
}
修改于 2025-03-04 10:44:02