Hi,
w/line in my query is not working at all, but w/sent is working well..
so, Am I missing something, or how texis is defining a w/line proximity..for ex, it's returning the following paragraph for '+harley +noise @0 w/line'
"I want to do something with my front yard, to spruce it up with some
colorful plants, and also block traffic noise a bit. We live on a very busy
road during the summertime, as we're very near the beach, so any sound
buffer would benefit us from those darn muscle cars, Harleys, and
crotch-rockets screaming past doing wheelies. roll eyes"
Obviousley, the two mandatory words are not in the same line..
I have the following apicp configs:
<apicp qmaxsetwords 10000>
<apicp qminwordlen 1>
<apicp qminprelen 1>
<apicp alwild on>
<apicp alwithin on>
<apicp alpostproc on>
<apicp alintersects 1>
<$noiselist = "">
<apicp noise $noiselist>
The mentioned paragraph is returned from a fetch statment, and then stored in metamorph indexed table.
again, w/sent looks working fine.
w/line in my query is not working at all, but w/sent is working well..
so, Am I missing something, or how texis is defining a w/line proximity..for ex, it's returning the following paragraph for '+harley +noise @0 w/line'
"I want to do something with my front yard, to spruce it up with some
colorful plants, and also block traffic noise a bit. We live on a very busy
road during the summertime, as we're very near the beach, so any sound
buffer would benefit us from those darn muscle cars, Harleys, and
crotch-rockets screaming past doing wheelies. roll eyes"
Obviousley, the two mandatory words are not in the same line..
I have the following apicp configs:
<apicp qmaxsetwords 10000>
<apicp qminwordlen 1>
<apicp qminprelen 1>
<apicp alwild on>
<apicp alwithin on>
<apicp alpostproc on>
<apicp alintersects 1>
<$noiselist = "">
<apicp noise $noiselist>
The mentioned paragraph is returned from a fetch statment, and then stored in metamorph indexed table.
again, w/sent looks working fine.