Return-Path: X-Original-To: apmail-incubator-accumulo-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-accumulo-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5504E9CDB for ; Mon, 6 Feb 2012 19:59:35 +0000 (UTC) Received: (qmail 46506 invoked by uid 500); 6 Feb 2012 19:59:35 -0000 Delivered-To: apmail-incubator-accumulo-commits-archive@incubator.apache.org Received: (qmail 46470 invoked by uid 500); 6 Feb 2012 19:59:35 -0000 Mailing-List: contact accumulo-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: accumulo-dev@incubator.apache.org Delivered-To: mailing list accumulo-commits@incubator.apache.org Received: (qmail 46460 invoked by uid 99); 6 Feb 2012 19:59:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Feb 2012 19:59:34 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Feb 2012 19:59:33 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id BE7CC23889EC for ; Mon, 6 Feb 2012 19:59:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r804019 - /websites/staging/accumulo/trunk/content/accumulo/example/wikisearch.html Date: Mon, 06 Feb 2012 19:59:13 -0000 To: accumulo-commits@incubator.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120206195913.BE7CC23889EC@eris.apache.org> Author: buildbot Date: Mon Feb 6 19:59:13 2012 New Revision: 804019 Log: Staging update by buildbot for accumulo Modified: websites/staging/accumulo/trunk/content/accumulo/example/wikisearch.html Modified: websites/staging/accumulo/trunk/content/accumulo/example/wikisearch.html ============================================================================== --- websites/staging/accumulo/trunk/content/accumulo/example/wikisearch.html (original) +++ websites/staging/accumulo/trunk/content/accumulo/example/wikisearch.html Mon Feb 6 19:59:13 2012 @@ -97,9 +97,9 @@

Starting with release 1.4, Accumulo includes an example web application that provides a flexible, scalable search over the articles of Wikipedia, a widely available medium-sized corpus.

The example uses an indexing technique helpful for doing multiple logical tests against content. In this case, we can perform a word search on Wikipedia articles. The sample application takes advantage of 3 unique capabilities of Accumulo:

    -
  1. Extensible iterators that operate within the distributed region servers of the key-value store
  2. +
  3. Extensible iterators that operate within the distributed tablet servers of the key-value store
  4. Custom aggregators which can efficiently condense information during the various life-cycles of the log-structured merge tree
  5. -
  6. Custom load balancing, which ensures that a table is evenly distributed on all region servers
  7. +
  8. Custom load balancing, which ensures that a table is evenly distributed on all tablet servers

In the example, Accumulo tracks the cardinality of all terms as elements are ingested. If the cardinality is small enough, it will track the set of documents by term directly. For example: