0
0

Merge branch 'master' of github.com:blevesearch/bleve

This commit is contained in:
Marty Schoch 2014-09-16 11:22:01 -04:00
commit 608b9163a3

View File

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