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,
Click to show internal directories.
Click to hide internal directories.