Re: Boolean query term match count

2006-05-25 Thread Paul Elschot
On Thursday 25 May 2006 21:08, Crump, Michael wrote: > Hello, > > > > I'm working on a search application and I need to know if it is possible > to get the number of terms that actually matched a Boolean query. For > example let's say I have field test with values aaa bbb ccc d e f and I > con

Boolean query term match count

2006-05-25 Thread Crump, Michael
Hello, I'm working on a search application and I need to know if it is possible to get the number of terms that actually matched a Boolean query. For example let's say I have field test with values aaa bbb ccc d e f and I constructed a Boolean query like this: test:aaa OR test:bbb OR test:e i