forked from go-ego/riot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,15 @@ | ||
# Riot examples | ||
# Riot examples | ||
|
||
#### [Look at an example](/examples/simple/main.go) | ||
|
||
#### [Look at Store example](https://github.com/go-ego/riot/blob/master/examples/store/main.go) | ||
|
||
#### [Look at Logic search example](https://github.com/go-ego/riot/blob/master/examples/logic/main.go) | ||
|
||
#### [Look at Pinyin search example](https://github.com/go-ego/riot/blob/master/examples/pinyin/main.go) | ||
|
||
#### [Look at different dict and language search example](https://github.com/go-ego/riot/blob/master/examples/dict/main.go) | ||
|
||
#### [Look at benchmark example](https://github.com/go-ego/riot/blob/master/examples/benchmark/benchmark.go) | ||
|
||
#### [Riot search engine templates, client and dictionaries](https://github.com/go-ego/riot/tree/master/data) |