Re: Fuzzy searching, tildes and solr

2007-01-26 Thread Yonik Seeley
On 1/26/07, Walter Lewis <[EMAIL PROTECTED]> wrote: Yonik Seeley wrote: > +(+text:jame +text:sutherland) +searchSet:testSet >> +(+text:james~0.75 +text:sutherland~0.75) +searchSet:testSet > > I can tell from the first that this is a stemmed field... "james" is > transformed to "jame" "James" bein

Re: Fuzzy searching, tildes and solr

2007-01-26 Thread Walter Lewis
Yonik Seeley wrote: +(+text:jame +text:sutherland) +searchSet:testSet +(+text:james~0.75 +text:sutherland~0.75) +searchSet:testSet I can tell from the first that this is a stemmed field... "james" is transformed to "jame" "James" being the plural of "Jame" according to the stemmer. I guess my