On 8/27/08 5:54 PM, "Yonik Seeley" <[EMAIL PROTECTED]> wrote:
> 
> That's really only one use case though... the other being to have a
> single stored field that is analyzed multiple different ways.

We are the other use case. We take a title and put it in three
fields: one merely lowercased, one stemmed and stopped, and one
phonetic. At query time, we search all three with decreasing
weights. An exact match is weighted more than a stemmed and
stopped match, and so on.

wunder
--
Search Guy, Netflix


Reply via email to