01.12.2012 Views

ElasticSearch - Milton Keynes Perl Mongers

ElasticSearch - Milton Keynes Perl Mongers

ElasticSearch - Milton Keynes Perl Mongers

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Optimising the query<br />

my $data = $es->search(<br />

index => 'mythtv',<br />

size => 5,<br />

query => {<br />

query_string => {<br />

query => "Doctor Who",<br />

fields => [ 'title^3', 'description' ],<br />

use_dis_max => 1,<br />

},<br />

}<br />

);

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

Saved successfully!

Ooh no, something went wrong!