Return-Path: william@bourbon.usc.edu
Delivery-Date: Tue Apr 17 15:36:09 2007
X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on merlot.usc.edu
X-Spam-Level: 
X-Spam-Status: No, score=-3.3 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,
	NO_REAL_NAME autolearn=ham version=3.1.3
Received: from bourbon.usc.edu (bourbon.usc.edu [128.125.9.75])
	by merlot.usc.edu (8.13.5/8.13.5) with ESMTP id l3HMa8Rb019174
	for <cs551@merlot.usc.edu>; Tue, 17 Apr 2007 15:36:08 -0700
Received: from bourbon.usc.edu (localhost.localdomain [127.0.0.1])
	by bourbon.usc.edu (8.13.5/8.13.5) with ESMTP id l3HMaBRf003021
	for <cs551@merlot>; Tue, 17 Apr 2007 15:36:11 -0700
Message-Id: <200704172236.l3HMaBRf003021@bourbon.usc.edu>
To: cs551@merlot.usc.edu
Subject: Re: bit vector on keywords 
Date: Tue, 17 Apr 2007 15:36:11 -0700
From: william@bourbon.usc.edu

Someone wrote:

  > If the user enters:
  > 
  > store chess.jpg 1 categories="audio mp3" artist="Blondie"
  > 
  > Should we compute bit-vector for, in this case, each of the
  > 6 keywords above *ONE BY ONE*, or for the following
  > concatenated, quote-free string in *ONE PASS* ?
  > 
  > "category audio mp3 artisti Blondie"

One by one and then OR'ed the results together.  Please
remember to make everything lowercase before you do compute
the bit-vector for a keyword.
--
Bill Cheng // bill.cheng@usc.edu <URL:http://merlot.usc.edu/william/usc/>
