'multi field'에 해당되는 글 1건

  1. 2013.02.08 elasticsearch multi field type

elasticsearch multi field type

Elastic/Elasticsearch 2013. 2. 8. 12:04

http://www.elasticsearch.org/guide/reference/mapping/multi-field-type.html


It needs a sorting field.


"subject": { "type": "multi_field", "fields": { "subject": { "type": "string", "index": "analyzed", "store": "yes", "analyzer": "kr_analyzer" }, "sort_subject": { "include_in_all": false, "type": "string", "index": "not_analyzed", "store": "yes" } } },


: