Skip to Content
Hands-On Software Engineering with Golang
book

Hands-On Software Engineering with Golang

by Achilleas Anagnostopoulos
January 2020
Intermediate to advanced
640 pages
16h 56m
English
Packt Publishing
Content preview from Hands-On Software Engineering with Golang

Listing the set of operations that the text indexer needs to support

For the text indexer component use case, we need to be able to perform the following set of operations:

  1. Add a document to the index or reindex an existing document when its content changes. This operation will normally be invoked by the crawler component.
  2. Perform a lookup for a document by its ID.
  3. Perform a full-text query and obtain an iterable list of results. The frontend component for our project will invoke this operation when the user clicks the search button and consume the returned iterator to present a paginated list of results to the end user.
  4. Update the PageRank score for a particular document. This operation will be invoked by the PageRank calculator component ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Hands-On Software Architecture with Golang

Hands-On Software Architecture with Golang

Jyotiswarup Raiturkar

Publisher Resources

ISBN: 9781838554491Supplemental Content