about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNgô Ngọc Đức Huy <huyngo@disroot.org>2021-05-06 16:48:57 +0700
committerNgô Ngọc Đức Huy <huyngo@disroot.org>2021-05-06 16:48:57 +0700
commit6670e5a5b6d51d78f105430e416155e73c9a09a9 (patch)
tree5c1f5329a629b4cf3ba41f98ee28b5bebdc8e5ac
parentedd4b08b1fcc20bc000b48f5c710c3b20e0883d2 (diff)
downloadblog-6670e5a5b6d51d78f105430e416155e73c9a09a9.tar.gz
Add a book review
-rw-r--r--content/posts/2021-05-06-book-review-relevant-search.md (renamed from content/posts/2021-05-02-book-review-relevant-search.md)36
1 files changed, 24 insertions, 12 deletions
diff --git a/content/posts/2021-05-02-book-review-relevant-search.md b/content/posts/2021-05-06-book-review-relevant-search.md
index 0f4ef18..6241ed6 100644
--- a/content/posts/2021-05-02-book-review-relevant-search.md
+++ b/content/posts/2021-05-06-book-review-relevant-search.md
@@ -1,9 +1,8 @@
 ---
 categories: [blog, "book review"]
 title: "[Book review] Relevant Search"
-date: 2021-05-02T21:35:08+07:00
+date: 2021-05-06T16:35:08+07:00
 tags: [book, review, search, programming, algorithm]
-draft: true
 ---
 
 So I decided to review books as I write. As people say, you would understand
@@ -49,14 +48,27 @@ the field and the application purpose.
 ## Tackling the problem
 
 The book approaches the problem first by a top-down analysis of how a typical
-search engine works.
-
-## Taming token
-## Multifield search
-## Term-centric search
-## Shaping relevance function
-## Providing relevance feedback
-## Designing a relevance-focused search application
-## The relevance-centered enterprise
-## Semantic and personalized search
+search engine works.  It then shows how a search query is processed by the
+search engine.  After providing basic knowledge of how search work, the authors
+give some examples of relevance score tuning and show how it helps improving
+the relevance of the search results.  Not stopping at the technical view, the
+authors also approach the problem from business view: they note that
+interdiscipline collaboration is important in order to define and increase
+relevance.
+
 # Comments
+
+## What I like
+
+The book approaches the problem from various views: business view, algorithmic
+view, and practical view (giving examples). The book accentuates the diversity
+of problems and thereby encouraging readers to critically think of their own
+problems.  While it suggests that search results should be influenced by
+sponsors, it also notes that without balance that will as well lead to failure.
+
+## What I don't like
+
+Its structure is somewhat unclear and flow to me.  I think some chapters can be
+re-ordered so it's more logical.  Also, I find weighing sponsors' priorities
+over customers' unethical, but that is probably just a harsh truth in this
+society rather than the authors' view.