@@ -14,30 +14,41 @@ Must and should collection of objects is also **LeafQueryInterface**, so you can
1414- [ Implementation] ( https://github.com/Spameri/ElasticQuery/blob/master/src/Query/Match.php )
1515- [ Sample usage] ( https://github.com/Spameri/ElasticQuery/blob/master/tests/SpameriTests/ElasticQuery/Query/Match.phpt#L8 )
1616
17+ ##### MatchPhrase Query
18+ - Class ` \Spameri\ElasticQuery\Query\MatchPhrase `
19+ - [ Documentation] ( https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-match-query-phrase.html )
20+ - [ Implementation] ( https://github.com/Spameri/ElasticQuery/blob/master/src/Query/MatchPhrase.php )
21+ - [ Sample usage] ( https://github.com/Spameri/ElasticQuery/blob/master/tests/SpameriTests/ElasticQuery/Query/MatchPhrase.phpt#L8 )
22+
1723##### Fuzzy Query
1824- Class ` \Spameri\ElasticQuery\Query\Fuzzy `
1925- [ Documentation] ( https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-fuzzy-query.html )
2026- [ Implementation] ( https://github.com/Spameri/ElasticQuery/blob/master/src/Query/Fuzzy.php )
27+ - [ Sample usage] ( https://github.com/Spameri/ElasticQuery/blob/master/tests/SpameriTests/ElasticQuery/Query/Fuzzy.phpt#L8 )
2128
2229##### Range Query
2330- Class ` \Spameri\ElasticQuery\Query\Range `
2431- [ Documentation] ( https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-range-query.html )
2532- [ Implementation] ( https://github.com/Spameri/ElasticQuery/blob/master/src/Query/Range.php )
33+ - [ Sample usage] ( https://github.com/Spameri/ElasticQuery/blob/master/tests/SpameriTests/ElasticQuery/Query/Range.phpt#L8 )
2634
2735##### Term Query
2836- Class ` \Spameri\ElasticQuery\Query\Term `
2937- [ Documentation] ( https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-term-query.html )
3038- [ Implementation] ( https://github.com/Spameri/ElasticQuery/blob/master/src/Query/Term.php )
39+ - [ Sample usage] ( https://github.com/Spameri/ElasticQuery/blob/master/tests/SpameriTests/ElasticQuery/Query/Term.phpt#L8 )
3140
3241##### Terms Query
3342- Class ` \Spameri\ElasticQuery\Query\Terms `
3443- [ Documentation] ( https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-terms-query.html )
3544- [ Implementation] ( https://github.com/Spameri/ElasticQuery/blob/master/src/Query/Terms.php )
45+ - [ Sample usage] ( https://github.com/Spameri/ElasticQuery/blob/master/tests/SpameriTests/ElasticQuery/Query/Terms.phpt#L8 )
3646
3747##### WildCard Query
3848- Class ` \Spameri\ElasticQuery\Query\WildCard `
3949- [ Documentation] ( https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-wildcard-query.html )
4050- [ Implementation] ( https://github.com/Spameri/ElasticQuery/blob/master/src/Query/WildCard.php )
51+ - [ Sample usage] ( https://github.com/Spameri/ElasticQuery/blob/master/tests/SpameriTests/ElasticQuery/Query/WildCard.phpt#L8 )
4152
4253##### QueryCollection Query
4354- Class ` \Spameri\ElasticQuery\Query\QueryCollection `
0 commit comments