Skip to content

Commit

Permalink
Merge pull request #331 from olleolleolle/patch-1
Browse files Browse the repository at this point in the history
README: formatting typo
  • Loading branch information
pyromaniac committed Feb 15, 2016
2 parents 32ea56f + c34acb3 commit d232be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ To define a multi field you have to specify any type except for `object` or `nes

```ruby
field :full_name, type: 'string', value: ->{ full_name.strip } do
field :ordered, analyzer: `ordered`
field :ordered, analyzer: 'ordered'
field :untouched, index: 'not_analyzed'
end
```
Expand Down

0 comments on commit d232be5

Please sign in to comment.