当前位置:网站首页>Es interview questions
Es interview questions
2022-07-02 02:14:00 【CV Engineer】
1. How inverted indexing works
answer : Baidu
2. What are the word splitters
answer :
Standard participator : Break words according to words , English unified to lowercase , Filter punctuation , Chinese word segmentation
simple Word segmentation is : English word segmentation , English unified to lowercase , Remove the symbol , Chinese word segmentation according to the space
whitespace Word segmentation is : Chinese and English word segmentation according to the space , English will not be converted to lowercase , Without removing punctuation marks
3. There has been a query The query , Why are there filter queries
Filtering queries will not calculate data scores , file query Query the score of accounting data , Affect query performance . stay ES First, filter and query , Document again query Inquire about .
边栏推荐
- JVM面试篇
- WebGPU(一):基本概念
- Redis环境搭建和使用的方法
- What is the MySQL column to row function
- How to hide the scroll bar of scroll view in uniapp
- 【liuyubobobo-玩转Leetcode算法面试】【00】课程概述
- leetcode2310. 个位数字为 K 的整数之和(中等,周赛)
- How to batch add background and transition effects to videos?
- 软件开发生命周期 --瀑布模型
- Regular expression learning notes
猜你喜欢

WebGPU(一):基本概念

How does MySQL solve the problem of not releasing space after deleting a large amount of data

Word search applet design report based on cloud development +ppt+ project source code + demonstration video

Opengauss database backup and recovery guide

1222. Password dropping (interval DP, bracket matching)

Infix expression to suffix expression (computer) code

花一个星期时间呕心沥血整理出高频软件测试/自动化测试面试题和答案

医药管理系统(大一下C语言课设)

leetcode2309. 兼具大小写的最好英文字母(简单,周赛)

研发中台拆分过程的一些心得总结
随机推荐
2022 Q2 - 提升技能的技巧总结
Sword finger offer 31 Stack push in and pop-up sequence
golang---锁
leetcode2310. 个位数字为 K 的整数之和(中等,周赛)
Pytest testing framework
Deep learning: a solution to over fitting in deep neural networks
Decipher the AI black technology behind sports: figure skating action recognition, multi-mode video classification and wonderful clip editing
CSDN insertion directory in 1 second
Volume compression, decompression
AR增强现实可应用的场景
C language 3-7 daffodils (enhanced version)
734. Energy stone (greed, backpack)
How does MySQL solve the problem of not releasing space after deleting a large amount of data
leetcode2309. The best English letters with both upper and lower case (simple, weekly)
As a software testing engineer, will you choose the bank post? Laolao bank test post
Redis环境搭建和使用的方法
【毕业季】研究生学长分享怎样让本科更有意义
Kibana操控ES
正则表达式学习笔记
Infix expression to suffix expression (computer) code