withinmode

Post Reply
gazim
Posts: 66
Joined: Sun Feb 18, 2001 1:01 pm

withinmode

Post by gazim »

I've noticed some anomalous behavior with the witinmode='word' setting. tsql appears to be finding hits that are beyond the proximity buffer.

My Index Expression:

tsql -q "set keepnoise='on';set delexp=0;set addexp='\punct{1,5}';set addexp='\alnum{1,99}';set addexp='>>\alpha{1,50},=\alpha{1,50}';create metamorph inverted index idx_FIELDREC on tbltest(FIELDREC);"

and My SQL statement looks like -

set withinmode='word';select FIELDREC from tbltest where FIELDREC like 'foo w/2 bar'


it's finding the following hit even though foo is not within 2 words of bar. texis version 05.01.1138031466(20060123)

"Jones, Russel" <Russel.Jones@msn.com>"'Mulder, Smith'" <Smith.Mulder@msn.com>, "Short, foo" <foo.Short@msn.com>, "Garnet, Brad" <Brad.Garnet@msn.com>, "Jabbar, Karim" <Karim.Jabbar@msn.com>, "bar" <bar@msn.com>, "Gimoure, Richard" <Richard.Gilmoure@msn.com>
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

withinmode

Post by mark »

ticket 44b3e6b02
Post Reply