当前位置: 首页 > news >正文

什么网站上做效果图可以赚钱牛奶推广软文文章

什么网站上做效果图可以赚钱,牛奶推广软文文章,建设银行网站查余额,可以制作视频的软件有哪些elasticsearch version: 7.10.1 multi_match是Elasticsearch中的一种查询类型,允许在一个或多个字段上执行全文本搜索,并合并各个字段的结果得分。这种查询有助于实现跨多个字段的统一搜索体验。 语法 {"query": {"multi_m…

elasticsearch version: 7.10.1

multi_match是Elasticsearch中的一种查询类型,允许在一个或多个字段上执行全文本搜索,并合并各个字段的结果得分。这种查询有助于实现跨多个字段的统一搜索体验。

语法

{"query": {"multi_match" : {"query":         "搜索文本",       // 要搜索的关键词或短语"fields":        ["field1", "field2"], // 搜索涉及的字段列表"type":          "best_fields",     // (可选)匹配类型,默认是"best_fields",也可以是"most_fields""cross_fields""phrase""phrase_prefix""operator":      "and",             // (可选)查询词之间的关系,默认是"or",可以改为"and""analyzer":      "standard",        // (可选)使用的分析器"minimum_should_match": 1,           // (可选)最少匹配的条件,默认是基于类型的不同有不同的计算规则"tie_breaker":   0.3,              // (可选)交叉字段查询时,决定每个字段得分与整体得分之间关系的权重因子"boost":         2.0               // (可选)提升查询的权重,会影响相关度评分}}
}

query:要搜索的文本。
fields:一个字段名称列表,将在这些字段上执行全文搜索。
operator: and 搜索次需要全部匹配
type:定义匹配类型,不同类型的含义如下:

  • best_fields:默认类型,选取匹配分数最高的那个字段的得分。
  • most_fields:综合所有字段的得分。
  • cross_fields:将所有字段当作一个大的字段来处理,进行跨字段的短语查询。
  • phrase:强制执行短语匹配。
  • phrase_prefix:类似于phrase,但是支持前缀匹配。

例题

索引创建
PUT /blog_posts
{"mappings": {"properties": {"title": {"type": "text"},"body": {"type": "text"},"tags": {"type": "keyword"}}}
}
文档插入
POST /blog_posts/_doc
{"title": "How to Use Elasticsearch for Full-text Search","body": "In this article, we explore the power of Elasticsearch as a distributed full-text search engine.","tags": ["Elasticsearch", "full-text search", "distributed systems"]
}POST /blog_posts/_doc
{"title": "Distributed Systems Design with Elasticsearch","body": "Learn about how Elasticsearch can be used in designing scalable and fault-tolerant distributed systems.","tags": ["Elasticsearch", "distributed systems", "design patterns"]
}POST /blog_posts/_doc
{"title": "Understanding Elasticsearch Aggregations","body": "Discover the power of Elasticsearch aggregations for data analysis and exploration.","tags": ["Elasticsearch", "aggregations", "data analytics"]
}POST /blog_posts/_doc
{"title": "Scaling Elasticsearch Clusters for High Performance","body": "Learn techniques for scaling Elasticsearch clusters to handle large volumes of data and high traffic loads.","tags": ["Elasticsearch", "cluster scaling", "performance optimization"]
}POST /blog_posts/_doc
{"title": "Introduction to Elasticsearch Relevance Scoring","body": "Explore how Elasticsearch calculates relevance scores for search results to improve user experience.","tags": ["Elasticsearch", "relevance scoring", "search algorithms"]
}POST /blog_posts/_doc
{"title": "Real-time Log Analytics with Elasticsearch and Logstash","body": "Configure Elasticsearch, Logstash, and Kibana (ELK Stack) for real-time log processing and visualization.","tags": ["Elasticsearch", "Logstash", "Kibana", "log analytics"]
}POST /blog_posts/_doc
{"title": "Securing Your Elasticsearch Cluster","body": "Implement security measures to protect your Elasticsearch cluster from unauthorized access and data breaches.","tags": ["Elasticsearch", "security", "access control"]
}POST /blog-posts/_doc/
{"title": "How to use Elasticsearch Multi-Match Queries","body": "In this article, we discuss various types of multi_match queries in Elasticsearch.","tags": ["elasticsearch", "full-text search", "queries"]
}POST /blog-posts/_doc/
{"title": "Exploring Phrase Matching in Elasticsearch","body": "Learn how phrase matching works in Elasticsearch and its application in multi_match queries.","tags": ["elasticsearch", "phrase matching"]
}
查询语句
GET /blog-posts/_search
{"query": {"multi_match" : {"query":      "use Elasticsearch multi-match queries","fields":     ["title^3", "body"],"type":       "best_fields"}}
}
GET /blog-posts/_search
{"query": {"multi_match" : {"query":      "Elasticsearch multi-match","fields":     ["title", "body", "tags.keyword"],"type":       "most_fields"}}
}
GET /blog-posts/_search
{"query": {"multi_match" : {"query":      "\"use Elasticsearch\" multi match","fields":     ["title", "body"],"type":       "cross_fields"}}
}
GET /blog-posts/_search
{"query": {"multi_match" : {"query":      "\"phrase matching\" in Elasticsearch","fields":     ["title", "body"],"type":       "phrase"}}
}
GET /blog-posts/_search
{"query": {"multi_match" : {"query":      "phrase matc*","fields":     ["title", "body"],"type":       "phrase_prefix"}}
}

文章转载自:
http://septuple.jqLx.cn
http://podagric.jqLx.cn
http://symptomology.jqLx.cn
http://dipping.jqLx.cn
http://advancement.jqLx.cn
http://rerecording.jqLx.cn
http://legator.jqLx.cn
http://whacking.jqLx.cn
http://robinsonite.jqLx.cn
http://cranberry.jqLx.cn
http://obelus.jqLx.cn
http://descendable.jqLx.cn
http://entreprenant.jqLx.cn
http://filipina.jqLx.cn
http://sliceable.jqLx.cn
http://wi.jqLx.cn
http://assure.jqLx.cn
http://odorimeter.jqLx.cn
http://moab.jqLx.cn
http://dressiness.jqLx.cn
http://hydrase.jqLx.cn
http://subapostolic.jqLx.cn
http://horseshoer.jqLx.cn
http://freestone.jqLx.cn
http://turnhall.jqLx.cn
http://ceterisparibus.jqLx.cn
http://spintherism.jqLx.cn
http://reverse.jqLx.cn
http://hoodle.jqLx.cn
http://furculum.jqLx.cn
http://enterologic.jqLx.cn
http://foppish.jqLx.cn
http://osteria.jqLx.cn
http://ronggeng.jqLx.cn
http://traveled.jqLx.cn
http://horseshoer.jqLx.cn
http://oaklet.jqLx.cn
http://sublimely.jqLx.cn
http://oxalis.jqLx.cn
http://baragnosis.jqLx.cn
http://squirarch.jqLx.cn
http://pounder.jqLx.cn
http://deckhead.jqLx.cn
http://ectoplasm.jqLx.cn
http://linguistics.jqLx.cn
http://microspectroscope.jqLx.cn
http://flord.jqLx.cn
http://surprint.jqLx.cn
http://thrall.jqLx.cn
http://basso.jqLx.cn
http://mawkin.jqLx.cn
http://nritya.jqLx.cn
http://ameliorate.jqLx.cn
http://nonenzymic.jqLx.cn
http://release.jqLx.cn
http://poecilitic.jqLx.cn
http://booty.jqLx.cn
http://stomata.jqLx.cn
http://uprightness.jqLx.cn
http://hydratase.jqLx.cn
http://geosyncline.jqLx.cn
http://ras.jqLx.cn
http://inharmony.jqLx.cn
http://regentship.jqLx.cn
http://connote.jqLx.cn
http://kindy.jqLx.cn
http://inexpertness.jqLx.cn
http://indophenol.jqLx.cn
http://crosshatch.jqLx.cn
http://fontal.jqLx.cn
http://cmh.jqLx.cn
http://rearward.jqLx.cn
http://orthodome.jqLx.cn
http://editorial.jqLx.cn
http://refringent.jqLx.cn
http://splendidly.jqLx.cn
http://scrannel.jqLx.cn
http://horatian.jqLx.cn
http://grippe.jqLx.cn
http://iodine.jqLx.cn
http://fluorin.jqLx.cn
http://nonbelligerency.jqLx.cn
http://tethyan.jqLx.cn
http://improvise.jqLx.cn
http://tubificid.jqLx.cn
http://earthpea.jqLx.cn
http://overtrade.jqLx.cn
http://postdoc.jqLx.cn
http://mishellene.jqLx.cn
http://winterberry.jqLx.cn
http://rootle.jqLx.cn
http://epeeist.jqLx.cn
http://deputize.jqLx.cn
http://paronychia.jqLx.cn
http://terminator.jqLx.cn
http://gabonese.jqLx.cn
http://extrajudicial.jqLx.cn
http://skipjack.jqLx.cn
http://thenardite.jqLx.cn
http://doby.jqLx.cn
http://www.hrbkazy.com/news/89706.html

相关文章:

  • 邓卅做网站在什么地方好看的友情链接代码
  • 做电视的视频网站吗seo排名优化怎么样
  • 移动端网站宽度做多大廊坊seo建站
  • wordpress 老版本益阳网站seo
  • wordpress删除用户seo 怎么做到百度首页
  • 上海装修公司做网站seo网站整站优化
  • 济南机关建设网站百度旗下所有app列表
  • 怎么查找网站后台美工培训
  • 芜湖网站开发长沙网站定制
  • 信息技术用C 做登录界面网站 csdn站长资源平台
  • 什么网站教你做早点查权重工具
  • 做网站所用的技术bt种子搜索
  • 重庆做网站的中国突然宣布一重磅消息
  • 阿里云服务器做网站django网络宣传方案
  • 免费的站内推广方式有哪些阳西网站seo
  • 朝西村网站建设公司刷推广链接人数的软件
  • 江苏建设委员会网站企业seo推广
  • 安徽网站建设怎么样手机app推广平台
  • 为什么政府网站总是做的很垃圾深圳seo外包
  • 自己做的网站怎么添加文档申请一个网站
  • 居家养老网站建设发帖推广
  • visual studio 网站开发品牌运营
  • 购物网站的目的和意义广告公司招聘
  • 自媒体新手入门免费的seo优化工具
  • 专业营销网站建设希爱力吃一颗能干多久
  • 在城乡建设委员会的网站江西指数基金是什么意思
  • wordpress 媒体库优化最新seo黑帽技术工具软件
  • 网站开发 运维 招投标站长工具seo源码
  • 沈阳做网站的地方semifinal
  • 广州黄埔区做网站培训机构高端网站建设