java 输出参数屏蔽某些字段_使elasticsearch只返回某些字段?

可以使用'_source'参数进行REST API GET请求 .

示例请求

http://localhost:9200/opt_pr/_search?q=SYMBOL:ITC AND OPTION_TYPE=CE AND TRADE_DATE=2017-02-10 AND EXPIRY_DATE=2017-02-23&_source=STRIKE_PRICE

响应

{

"took": 59,

"timed_out": false,

"_shards": {

"total": 5,

"successful": 5,

"failed": 0

},

"hits": {

"total": 104,

"max_score": 7.3908954,

"hits": [

{

"_index": "opt_pr",

"_type": "opt_pr_r",

"_id": "AV3K4QTgNHl15Mv30uLc",

"_score": 7.3908954,

"_source": {

"STRIKE_PRICE": 160

}

},

{

"_index": "opt_pr",

"_type": "opt_pr_r",

"_id": "AV3K4QTgNHl15Mv30uLh",

"_score": 7.3908954,

"_source": {

"STRIKE_PRICE": 185

}

},

{

"_index": "opt_pr",

"_type": "opt_pr_r",

"_id": "AV3K4QTgNHl15Mv30uLi",

"_score": 7.3908954,

"_source": {

"STRIKE_PRICE": 190

}

},

{

"_index": "opt_pr",

"_type": "opt_pr_r",

"_id": "AV3K4QTgNHl15Mv30uLm",

"_score": 7.3908954,

"_source": {

"STRIKE_PRICE": 210

}

},

{

"_index": "opt_pr",

"_type": "opt_pr_r",

"_id": "AV3K4QTgNHl15Mv30uLp",

"_score": 7.3908954,

"_source": {

"STRIKE_PRICE": 225

}

},

{

"_index": "opt_pr",

"_type": "opt_pr_r",

"_id": "AV3K4QTgNHl15Mv30uLr",

"_score": 7.3908954,

"_source": {

"STRIKE_PRICE": 235

}

},

{

"_index": "opt_pr",

"_type": "opt_pr_r",

"_id": "AV3K4QTgNHl15Mv30uLw",

"_score": 7.3908954,

"_source": {

"STRIKE_PRICE": 260

}

},

{

"_index": "opt_pr",

"_type": "opt_pr_r",

"_id": "AV3K4QTgNHl15Mv30uL5",

"_score": 7.3908954,

"_source": {

"STRIKE_PRICE": 305

}

},

{

"_index": "opt_pr",

"_type": "opt_pr_r",

"_id": "AV3K4QTgNHl15Mv30uLd",

"_score": 7.381078,

"_source": {

"STRIKE_PRICE": 165

}

},

{

"_index": "opt_pr",

"_type": "opt_pr_r",

"_id": "AV3K4QTgNHl15Mv30uLy",

"_score": 7.381078,

"_source": {

"STRIKE_PRICE": 270

}

}

]

}

}

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值