2014年8月6日 星期三

[elasticsearch] url query_string length limit



elasticsearch url query_string length limit


使用 elasticsearch url search 送出的 query string 預設的 HTTP URL 長度 4kb 。
當發生 送出的 url 長度,超過預設值時,可以調整 "http.max_initial_line_length" 這個參數。

ps. post body 內預設是 100M 的長度。


http.max_initial_line_length
The max length of an HTTP URL. Defaults to 4kb


HTTP
http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-http.html#_settings_2

cf.
peicheng-note: elasticsearch 相關 elasticsearch文章
http://peichengnote.blogspot.tw/search/label/elasticsearch
peicheng note: [elasticsearch] 關於 brain split / cluster split 成兩個 clusters
peicheng note: [elasticsearch] 再談 _all field
http://peichengnote.blogspot.tw/2014/06/elasticsearch-all-field.html
peicheng note: [elasticsearch]range query depends on the field type
http://peichengnote.blogspot.tw/2014/06/elasticsearchrange-query-depends-on.htmlpeicheng-note: [elasticsearch] document id _id field uuid
http://peichengnote.blogspot.tw/2014/05/elasticsearch-document-id-id-field-uuid.html
peicheng-note: [elasticsearch/logstash] logstash id 自動產生 document id "_id" automatic id generation
http://peichengnote.blogspot.tw/2014/04/elasticsearchlogstash-logstash-id.html
peicheng note: [elasticsearch] index size , shard size , heap size design
http://peichengnote.blogspot.tw/2014/07/elasticsearch-index-size-shard-size.html
peicheng note: [Elasticsearch] NumberFormatException / Invalid shift value in prefixCoded bytes

沒有留言:

張貼留言