0
0
Fork 0

Update README.md

Fix broken example.
This commit is contained in:
Jingwen Owen Ou 2014-09-13 19:38:24 -07:00
parent 198ca1ad4d
commit 79691770c4
1 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,10 @@ Discuss usage and development of bleve in the [google group](https://groups.goog
## Indexing
message := struct{
Id string,
From string,
Body string,
}{
Id: "example",
From: "marty.schoch@gmail.com",
Body: "bleve indexing is easy",