
ElasticSearch Query builder
用户量:4000大小:590KiB版本:v 0.0.2更新时间:2021-12-21
ElasticSearch Query Builder
ElasticSearch Query builder 的使用方法详解,最全面的教程
ElasticSearch Query builder 描述:
用户数:4000
分类:开发者工具插件
扩展大小:590 KiB
最后更新时间:2021-12-21
版本:v 0.0.2
ElasticSearch Query builder 插件简介:
这是来自Chrome商店的 ElasticSearch Query builder 浏览器插件,您可以在当前页面下载它的最新版本安装文件,并安装在Chrome、Edge等浏览器上。
ElasticSearch Query builder插件下载方法/流程:
点击下载按钮,关注“扩展迷Extfans”公众号并获取验证码,在网页弹窗中输入验证码,即可下载最新安装文件。
ElasticSearch Query builder插件安装教程/方法:
(1)将扩展迷上下载的安装包文件(.zip)解压为文件夹,其中类型为“crx”的文件就是接下来需要用到的安装文件
(2) 从设置->更多工具->扩展程序 打开扩展程序页面,或者地址栏输入 Chrome://extensions/ 按下回车打开扩展程序页面
(3) 打开扩展程序页面的“开发者模式”
(4) 将crx文件拖拽到扩展程序页面,
完成安装如有其它安装问题,
请扫描网站底部二维码与客服联系如有疑问请参考:
https://www.extfans.com/installation/This chrome extension provides easy to use interface to configure different weightage and dynamically boost the search results for a selected fields.This will reduce the learning curve by giving Index settings and document mappings required to obtain the desired search results.It also builds the query for you to reduce the development time by running the same query in the ES and show you the result in the Result panel.
One can change the settings at run time to fine-tune the search results and save all the setting under favorite for later use.
Connecting to ElasticSearch Server :
Mention the host and port (10.240.0.251:9200) on which the ES is running and press the connect button .
Building the Query :
Once it is connects to the server, it will list all the Indexes and their corresponding document under the available Indexes and documents drop-down.
Select the document for which you want to build the query.Now,under the configure tab you can see list of all the fields of the selected document.
options under Configure Tab
Dynamic Score: It is used to boost a particular record from multiple matching records that has the value defined in the booster field in addition to the search keyword.
Search In Same order : This will give priority to the words that are found in the same order as oppose to be found in the same line in different order.
Special Characters : This will allow the search of a alpha numeric, camelCase, and words separated with special characters like (_,- etc).
Generate Query : Based on the selected options,it will dynamically generate the required Index setting,document mappings and build query.
Options under Configure Tab
Weightage: This is used to give a priority to a field ,if same word is found in multiple fields. The record having higher score for the given field will be given more priority and come at the top.
Filter: This is used to filter out the results received from query.If any filter is selected along with value ,only those records will be shown which fulfills filter criteria .
Filters like (must, range) can be added/deleted on different numeric fields by pressing on the +/- button
Show in the Results: This allow to configure the fields that ,one wants to see in the results You can choose number of result to be displayed along with the field that you want to see by default first five fields are shown. You can select any fields as per your requirement. The results of the query will be shown in a table.
Search in the Fields : This allow the user to select the document fields which should be searched for the given query.
Show Results: This button will take the words to be searched along with the maximum size of the results to be shown and build a dynamic query ,which is fired against the select document Index and it will fetch the result and show under the results panel.