o19s / relevant-search-book

Code and Examples for Relevant Search
298 stars 108 forks source link

Typo in Listing 6.2.1 #4

Closed consulthys closed 8 years ago

consulthys commented 8 years ago

In listing 6.2.1, the index names int he comments are wrong:

# PUT albinoelphant/docs/1
# { "title":"albino", "body": "elephant"}
# PUT albinoelphant/docs/1
# { "title":"elephant", "body": "elephant"}

should be

# PUT albinoelephant/docs/1
              ^
# { "title":"albino", "body": "elephant"}
# PUT albinoelephant/docs/1
              ^
# { "title":"elephant", "body": "elephant"}