Skip to content

Commit

Permalink
Fixed several typos
Browse files Browse the repository at this point in the history
  • Loading branch information
epishkin authored and Holden Karau committed Jun 3, 2012
1 parent a16604b commit 4bbeb85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -38,7 +38,7 @@ A basic query against the SUserTest might look something like

val q = SUserTest where (_.fullname eqs "jon")

This would do a pharse search fro "jon" against the fullname field in SUserTest.
This would do a phrase search for "jon" against the fullname field in SUserTest.
A more complex query might specify a different query parser like so:

val q = SUserTest where (_.fullname eqs "holden") useQueryType("edismax")
Expand Down

0 comments on commit 4bbeb85

Please sign in to comment.