91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

如何進行elasticsearch 前綴匹配的代碼分析

發布時間:2022-01-10 11:43:58 來源:億速云 閱讀:135 作者:柒染 欄目:開發技術

小編今天帶大家了解如何進行elasticsearch 前綴匹配的代碼分析,文中知識點介紹的非常詳細。覺得有幫助的朋友可以跟著小編一起瀏覽文章的內容,希望能夠幫助更多想解決這個問題的朋友找到問題的答案,下面跟著小編一起深入學習“如何進行elasticsearch 前綴匹配的代碼分析”的知識吧。

curl -XDELETE 'http://localhost:9200/ess/';

curl -XPOST 'http://localhost:9200/ess' -d '{

        "analysis": {

            "filter": {

                "autocomplete_filter": { 

                    "type":     "edge_ngram",

                    "min_gram": 1,

                    "max_gram": 20,

"token_chars": ["whitespace"]

                }

            },

            "analyzer": {

                "autocomplete": {

                    "type":      "custom",

                    "tokenizer": "whitespace",

                    "filter": [

                        "lowercase",

                        "autocomplete_filter" 

                    ]

                },

"postsearch": { 

                   "tokenizer": "keyword",

  "filter": [

                        "lowercase"

                    ]

                }

            }

        }

}'

curl -XPOST 'http://localhost:9200/ess/ess/_mapping' -d'

{

    "ess": {

      "properties": {

        "id": {

          "type" : "long"

        },

        "fullname": {

          "type" : "string"

        },

        "allname": {

          "type" : "string",

          "analyzer":  "autocomplete", 

          "search_analyzer": "postsearch"

        }

      }

      }

}'

curl 'localhost:9200/ess/_analyze?pretty=1&analyzer=autocomplete' -d 'zs zhangsan zsan zhangs 張三 張s zns'

curl 'localhost:9200/ess/_analyze?pretty=1&analyzer=postsearch' -d 'Z'

curl -XPOST http://localhost:9200/ess/ess/1 -d'

{"fullname":"張三" , "allname" : "zs zhangsan zsan zhangs 張三 張s zns" }

'

curl -XPOST http://localhost:9200/ess/ess/2 -d'

{"fullname":"張三風" , "allname" : "zsf zhangsanfeng zsanfeng zhangsf 張三 三風 張sf znsf" }

'

curl -XPOST http://localhost:9200/ess/ess/3 -d'

{"fullname":"李三風" , "allname" : "lsf lisanfeng lsanfeng lsf 李三 三風 李s lsf" }

'

curl -XGET 'http://localhost:9200/ess/_search?pretty' -d '{

   "query": {

        "match": {

            "allname": "張S"

        }

    }

}'

感謝大家的閱讀,以上就是“如何進行elasticsearch 前綴匹配的代碼分析”的全部內容了,學會的朋友趕緊操作起來吧。相信億速云小編一定會給大家帶來更優質的文章。謝謝大家對億速云網站的支持!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

鹤岗市| 平阳县| 鄄城县| 东乡族自治县| 莎车县| 壤塘县| 全椒县| 黄骅市| 兴山县| 五指山市| 荔浦县| 安塞县| 乌兰浩特市| 华亭县| 涞源县| 沁源县| 绥棱县| 丽水市| 永嘉县| 绍兴市| 广东省| 益阳市| 永顺县| 右玉县| 西贡区| 崇仁县| 麻阳| 安义县| 神池县| 丹江口市| 交城县| 宁化县| 新闻| 修武县| 荃湾区| 定陶县| 兴义市| 财经| 桐乡市| 无锡市| 会昌县|