From 79691770c42fa94aaa3c2ed731bea75332481497 Mon Sep 17 00:00:00 2001 From: Jingwen Owen Ou Date: Sat, 13 Sep 2014 19:38:24 -0700 Subject: [PATCH] Update README.md Fix broken example. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index bef207b1..a6dce2cc 100644 --- a/README.md +++ b/README.md @@ -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",