0
0

Merge pull request #99 from jingweno/patch-1

Update README.md
This commit is contained in:
Marty Schoch 2014-09-13 22:45:21 -04:00
commit 3dc66b5338

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