diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-08-16 10:28:54 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-08-16 11:20:29 +0700 |
commit | 75d5209e5c9dc8c9c22a5a865f7c7f8166b282e6 (patch) | |
tree | 9a6c40403a91536dc05fd38ff0b894164eb50c11 /content/book-reviews/relevant-search.md | |
parent | 4f02b06ad5e9a4e60f07afc08551bf4c611547af (diff) | |
download | blog-75d5209e5c9dc8c9c22a5a865f7c7f8166b282e6.tar.gz |
Switch data representation to definition list
Thank the author of the blog post [1] that helped me writing the CSS [1]: https://www.the-art-of-web.com/css/format-dl/
Diffstat (limited to 'content/book-reviews/relevant-search.md')
-rw-r--r-- | content/book-reviews/relevant-search.md | 28 |
1 files changed, 8 insertions, 20 deletions
diff --git a/content/book-reviews/relevant-search.md b/content/book-reviews/relevant-search.md index e5be78f..23b7374 100644 --- a/content/book-reviews/relevant-search.md +++ b/content/book-reviews/relevant-search.md @@ -3,28 +3,16 @@ categories: ["book review"] title: "[Book review] Relevant Search" date: 2021-05-06T16:35:08+07:00 tags: [book, review, search, programming, algorithm] +book: "Relevant Search: With applications for Solr and Elasticsearch" +authors: + - Doug Turnbull + - John Berryman +isbn: 9781617292774 +genres: [programming] +lang: en +layout: books --- -So I decided to review books as I write. As people say, you would understand -things better when you share it with each other. - -Each review will contain: - -- metadata: book name, author(s), ISBN, genres, language (please tell if there - are some more helpful information) -- summary: wrap up the content of the book; it should not no more than 5 - subsections of 150 words each -- comments: my thoughts on the book -- what I like and don't like about it - -# Metadata - -| Book | Relevant Search: With applications for Solr and Elasticsearch | -|---------|------------------------------| -| Authors | Doug Turnbull, John Berryman | -| ISBN | 9781617292774 | -| Genres | Programming | -| Language| English | - # Summary ## The search relevance problem |