search

command
v0.0.0-...-3ead613 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 14, 2018 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Overview

Search is a sample web server that uses Cloud Bigtable as the storage layer for a simple document-storage and full-text-search service. It has four functions:

  • Initialize and clear the table.
  • Add a document. This adds the content of a user-supplied document to the Bigtable, and adds references to the document to an index in the Bigtable. The document is indexed under each unique word in the document.
  • Search the index. This returns documents containing each word in a user query, with snippets and links to view the whole document.
  • Copy table. This copies the documents and index from another table and adds them to the current one.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL