Elasticsearch
Quick Tips
POST http://$host:9200/$Index/$Type/_termvectors
{
"doc": {
"goods_name": "幫寶適 Pampers 超薄乾爽嬰兒紙尿褲 S (74片x4包)"
},
"term_statistics": true,
"field_statistics": true,
"positions": false,
"offsets": false,
"filter": {}
}
Troubleshooting
- As soon you provide a custom setting for network.host, Elasticsearch assumes that you are moving from development mode to production mode, and upgrades a number of system startup checks from warnings to exceptions.
- check ERROR message and check Bootstrap Checks sections.
Reference