Skip to content

Commit

Permalink
A couple of test documents
Browse files Browse the repository at this point in the history
Used them for debugging with search-cmd and the Erlang API
  • Loading branch information
michaelklishin committed Sep 11, 2012
1 parent 696505c commit bb498c2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test/resources/search/profiles/documents/1.json
@@ -0,0 +1,9 @@
{
"name": "Alyssa P. Hacker",
"username": "alyssa",
"bio": "I'm an engineer, making awesome things.",
"favorites":{
"book": "The Moon is a Harsh Mistress",
"album": "Magical Mystery Tour"
}
}
5 changes: 5 additions & 0 deletions test/resources/search/tweets/documents/1.json
@@ -0,0 +1,5 @@
{
"username": "clojurewerkz",
"text": "Elastisch beta3 is out, several more @elasticsearch features supported github.com/clojurewerkz/elastisch, improved docs http://clojureelasticsearch.info #clojure",
"timestamp": "20120802T101232+0100"
}

0 comments on commit bb498c2

Please sign in to comment.