• HOME
  • SEARCH
  • TOPICS
  • DATA

  • Elasticsearch 使用 filter 和 range 过滤器搜索

    使用过滤器搜索 query->bool->must->match filter->range curl -X GET "localhos

    2019-04-25, Views: 4234 , Topics: Elasticsearch 全文检索

  • Elasticsearch 使用查询表达式搜索

    查询表达式搜索 query->match curl -X GET "localhost:9200/megacorp/employee/_search?pr

    2019-04-25, Views: 3572 , Topics: Elasticsearch 全文检索

  • Elasticsearch 出现 circuit_breaking_exception 异常

    异常信息 { "error" : { "root_cause" : [ { "type" : "circuit_brea

    2019-04-25, Views: 17595 , Topics: Elasticsearch

  • Elasticsearch 轻量搜索 _search 和 q=

    轻量搜索 使用_search curl -X GET "localhost:9200/megacorp/employee/_search?pretty=true

    2019-04-25, Views: 5053 , Topics: Elasticsearch 全文检索

  • Elasticsearch 检索文档 GET

    检索文档 使用GET指令 curl -X GET "localhost:9200/megacorp/employee/1?pretty=true" 输出: {

    2019-04-25, Views: 2639 , Topics: Elasticsearch

  • Elasticsearch GET/PUT/DELETE/HEAD 指令

    新增或更新 PUT 获取 GET 删除 DELETE 检查是否存在 HEAD

    2019-04-25, Views: 3544 , Topics: Elasticsearch

  • Elasticsearch 插入数据 PUT

    插入数据 使用PUT方法 curl -X PUT "localhost:9200/megacorp/employee/1" -H 'Content-Type:

    2019-04-25, Views: 4094 , Topics: Elasticsearch

  • Elasticsearch 获取记录总数 _count

    计算文档数量 _count curl -XGET "localhost:9200/_count?pretty" 输出: { "count" : 0, "

    2019-04-25, Views: 12735 , Topics: Elasticsearch

  • Elasticsearch 使用 RESTful API 进行通信

    说明 一个Elasticsearch请求和任何HTTP请求一样由若干相同的部件组成: curl -X<VERB> '<PROTOCOL>

    2019-04-25, Views: 2865 , Topics: Elasticsearch curl

  • Elasticsearch 监控运行状态

    监控运行状态 curl -X GET "localhost:9200/_cluster/health" 输出: {"cluster_name":"elastic

    2019-04-25, Views: 3452 , Topics: Elasticsearch

  • Windows 使用 curl

    下载地址 https://curl.haxx.se/download.html 选择Windows版本 配置环境变量 配置bin文件夹目录至pat中 使用 c

    2019-04-25, Views: 3933 , Topics: Windows curl

  • Elasticsearch 9200 端口和 9300 端口区别

    9200 端口 9200是HTTP协议的RESTful接口。 9300 端口 9300是TCP通讯端口,集群间和TCPClient都走的它。

    2019-04-25, Views: 6375 , Topics: Elasticsearch

  • Java jdbc 批处理 rewriteBatchedStatements=true

    设置允许批处理 rewriteBatchedStatements=true jdbc:mysql://127.0.0.1:3306/test_db?useUni

    2019-04-25, Views: 3951 , Topics: Java

  • Git 合并两个分支

    把test2合并到test1分支 切换到test1分支 git checkout test1 合并test2到test1 git merge test2 解决冲

    2019-04-25, Views: 3308 , Topics: Git

  • Elasticsearch 安装中文分词器 ik 插件

    中文分词器开源地址 https://github.com/medcl/elasticsearch-analysis-ik Elasticsearch安装ik分词

    2019-04-25, Views: 3393 , Topics: Elasticsearch

  • Elasticsearch can not run elasticsearch as root

    ES启动报错 [2019-04-24T17:27:27,226][ERROR][o.e.b.Bootstrap ] [root] Except

    2019-04-24, Views: 7207 , Topics: Elasticsearch

  • Elasticsearch 后台启动

    添加 -d 参数 ./elasticsearch -d

    2019-04-24, Views: 3248 , Topics: Elasticsearch

  • Linux top 命令单位切换

    前提 3.2.8版本没有改指令。 文章基于3.3.9版本。 查看版本号:top -v E(大写) 原始top命令显示 按E切换后显示 e(小写) 原始top

    2019-04-24, Views: 5909 , Topics: Linux top

  • Go 预定义标识符

    36 个预定义标识符 - - - - - append bool byte cap close complex complex64 comple

    2019-04-23, Views: 3374 , Topics: Go

  • Go 关键字

    25 个关键字 - - - - - break default func interface select case defer go map

    2019-04-23, Views: 3046 , Topics: Go

  • First Prev
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • Next Last

©2025 沪ICP备18012661号-1 阿里云

Messages Sitemap GitHub