文件名称:go-search:使用弹性搜索键入场景时用于搜索的助手库
文件大小:9KB
文件格式:ZIP
更新时间:2024-03-30 00:53:19
Go
去搜索 通用的Elasticsearch用例的开箱即用配置。 计划支持: 键入时搜索 术语汇总(类别,例如性别,体裁,类别等) 筛选器 这应该涵盖大多数搜索方案,并包含人员数据库或产品数据库等可选方面 概述 这是管理弹性搜索索引的便利包装,当您键入场景时,该弹性搜索索引用于多字段搜索。 例如,如果你有,你想跑搜索文档作为您在输入firstname lastname和postcode ,就可以使用这个库来轻松管理indicies与检索查询的样板。 管理查询语法和响应格式变得困难: index := search . NewIndex ( es , "testing" , search. SchemaParams { SearchFields : [] string { "firstname" , "lastname" , "postcod
【文件预览】:
go-search-master
----go.mod(100B)
----go.sum(197B)
----search()
--------response.go(2KB)
--------errors.go(805B)
--------schema_test.go(836B)
--------query.go(3KB)
--------schema.go(1KB)
--------query_test.go(1KB)
--------index.go(3KB)
----README.md(1KB)
----Makefile(104B)
----.gitignore(5B)
----cmd()
--------main.go(2KB)