01.12.2012 Views

ElasticSearch - Milton Keynes Perl Mongers

ElasticSearch - Milton Keynes Perl Mongers

ElasticSearch - Milton Keynes Perl Mongers

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Override the mapping<br />

"program": {<br />

"properties": {<br />

"starttime": {<br />

"type": "date",<br />

"format": "YYYY-MM-dd HH:mm:ss"<br />

},<br />

"callsign": {<br />

"type": "string",<br />

"analyzer": "keyword",<br />

},<br />

"category": {<br />

"type": "multi_field",<br />

"fields": {<br />

"category": { type: "string" },<br />

"category_term": {<br />

"type": "string",<br />

"index": "not_analyzed"<br />

}<br />

}<br />

}<br />

}<br />

}

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!