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.

Mappings<br />

• <strong>ElasticSearch</strong> generates this mapping:<br />

{<br />

}<br />

"program" : {<br />

"properties" : {<br />

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

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

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

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

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

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

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

"description" : { "type" : "string" }<br />

}<br />

}

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

Saved successfully!

Ooh no, something went wrong!