elasticsearch_test_search_as_you_type

时间:2024-05-09 13:30:09
【文件属性】:

文件名称:elasticsearch_test_search_as_you_type

文件大小:3KB

文件格式:ZIP

更新时间:2024-05-09 13:30:09

PHP

在本地启动es,我使用elasticsearch-7.5.2 ./elasticsearch-7.5.2/bin/elasticsearch 创建索引 curl -X PUT "localhost:9200/test_search_as_you_type?pretty" -H 'Content-Type: application/json' -d' { "mappings": { "properties": { "my_field": { "type": "search_as_you_type", "analyzer": "analyzer_ik" } } } } 放入数据 php dump_key


【文件预览】:
elasticsearch_test_search_as_you_type-master
----composer.json(63B)
----search_as_you_type.php(865B)
----dump_keywords.php(518B)
----readme.md(1KB)
----index.html(461B)
----.gitignore(23B)

网友评论