Re: A special PhraseQuery

2005-05-21 Thread Dave Kor
Quoting Chris Hostetter <[EMAIL PROTECTED]>: > : I'm in need of a special version of the phrase query. For example, given a > : search phrase "alpha beta gamma", I'ld like a to score documents something > like > : the following manner. > > it sounds like what you want isn't really a special type o

Re: A special PhraseQuery

2005-05-20 Thread Chris Hostetter
: I'm in need of a special version of the phrase query. For example, given a : search phrase "alpha beta gamma", I'ld like a to score documents something like : the following manner. it sounds like what you want isn't really a special type of query, it's a special type of query parser. all of ht

A special PhraseQuery

2005-05-20 Thread Dave Kor
Hi all, its me again. I'm in need of a special version of the phrase query. For example, given a search phrase "alpha beta gamma", I'ld like a to score documents something like the following manner. If document contains exactly "alpha beta gamma", score = 1 If document contains "alpha gamma beta"