search

command
v2.2.1+incompatible Latest Latest
Warning

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

Go to latest
Published: Dec 9, 2015 License: Apache-2.0, Apache-2.0 Imports: 14 Imported by: 0

Documentation

Overview

This 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 three functions:

  • 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.
  • Clear the table. This deletes and recreates the Bigtable,

Jump to

Keyboard shortcuts

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