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",