当前位置:网站首页>Es uses collapsebuilder to de duplicate and return only a certain field
Es uses collapsebuilder to de duplicate and return only a certain field
2022-07-05 01:26:00 【talen_ hx296】
duplicate removal
SearchRequest searchRequest = new SearchRequest(esIndices2.toArray(new String[esIndices2.size()]));
// Build search criteria
SearchSourceBuilder sourceBuilder = new SearchSourceBuilder();
// Specify the de duplication field
CollapseBuilder collapseBuilder = new CollapseBuilder("userName.keyword");
searchRequest.source(sourceBuilder.query(boolBuilder).collapse(collapseBuilder).trackTotalHits(true));
Specified field
earchSourceBuilder searchSourceBuilder = new SearchSourceBuilder();
searchSourceBuilder.fetchSource("userName", null)
边栏推荐
- 142. Circular linked list II
- POAP:NFT的采用入口?
- node工程中package.json文件作用是什么?里面的^尖括号和~波浪号是什么意思?
- Pycharm professional download and installation tutorial
- Applet live + e-commerce, if you want to be a new retail e-commerce, use it!
- Basic operations of database and table ----- delete index
- 多模输入事件分发机制详解
- 流批一体在京东的探索与实践
- Basic operation of database and table ----- the concept of index
- Global and Chinese market of optical densitometers 2022-2028: Research Report on technology, participants, trends, market size and share
猜你喜欢
Express routing, express middleware, using express write interface
[pure tone hearing test] pure tone hearing test system based on MATLAB
流批一體在京東的探索與實踐
To sort out messy header files, I use include what you use
A simple SSO unified login design
Innovation leads the direction. Huawei Smart Life launches new products in the whole scene
Inventory of more than 17 typical security incidents in January 2022
Take you ten days to easily complete the go micro service series (IX. link tracking)
Expose testing outsourcing companies. You may have heard such a voice about outsourcing
Main window in QT application
随机推荐
Introduction to the gtid mode of MySQL master-slave replication
Wechat applet: new independent backstage Yuelao office one yuan dating blind box
FEG founder rox:smartdefi will be the benchmark of the entire decentralized financial market
Great God developed the new H5 version of arXiv, saying goodbye to formula typography errors in one step, and mobile phones can also easily read literature
Maximum number of "balloons"
【海浪建模2】三维海浪建模以及海浪发电机建模matlab仿真
ROS command line tool
Take you ten days to easily complete the go micro service series (IX. link tracking)
【CTF】AWDP总结(Web)
POAP:NFT的采用入口?
Intel sapphire rapids SP Zhiqiang es processor cache memory split exposure
[pure tone hearing test] pure tone hearing test system based on MATLAB
Inventory of more than 17 typical security incidents in January 2022
Global and Chinese markets for industrial X-ray testing equipment 2022-2028: Research Report on technology, participants, trends, market size and share
無心劍英譯席慕容《無怨的青春》
Research Report on the overall scale, major producers, major regions, products and application segmentation of agricultural automatic steering system in the global market in 2022
LeetCode周赛 + AcWing周赛(T4/T3)分析对比
Talking about JVM 4: class loading mechanism
微信小程序:全网独家小程序版本独立微信社群人脉
Applet live + e-commerce, if you want to be a new retail e-commerce, use it!