End of record identification
Posted: Tue May 21, 2002 1:48 pm
I'm not able to replicate your problem with the following code. Can you? Are you doing something fundamentally different?
<sql "drop table tbldoc"></sql>
<sql "create table tbldoc(id int,ocr varchar(200))"></sql>
<apicp alpostproc 1>
<apicp allinear 1>
<apicp alintersects 1>
<apicp intersects -1>
<apicp alwithin 1>
<apicp minwordlen 5>
<$data="
CLMS
STM What is claimed is:
NUM 1.
PAR 1. sensxr notsensor forming method of forming an annular workpiece which
is pressed between a forming roll and a mandrel moved towards and away
from each other by a moving device, comprising the steps of:
CLMS
STM What is claimed is:
NUM 1.
PAR 1. notsensor forming method of forming an annular workpiece which
is pressed between a forming roll and a mandrel moved towards and away
from each other by a moving device, comprising the steps of:
">
<sql "insert into tbldoc values(1,$data)"></sql>
<sandr "sensxr" "sensor" $data>
<sql "insert into tbldoc values(2,$ret)"></sql>
<$q='sensor'
'sensor w/CLMS'
'sensor w/CLMS w/\P.=>>='
'notsensor w/CLMS w/\P.=>>='
>
<loop $q>
<fmt "Query: %s\n" $q>
<sql row "select id,ocr,mminfo($q,ocr,0,0,1) hit from tbldoc where ocr like $q">
--------------------------------------------------------------
Hit: $id, $hit
</sql>
Hitcount: $loop
</loop>
<sql "drop table tbldoc"></sql>
<sql "create table tbldoc(id int,ocr varchar(200))"></sql>
<apicp alpostproc 1>
<apicp allinear 1>
<apicp alintersects 1>
<apicp intersects -1>
<apicp alwithin 1>
<apicp minwordlen 5>
<$data="
CLMS
STM What is claimed is:
NUM 1.
PAR 1. sensxr notsensor forming method of forming an annular workpiece which
is pressed between a forming roll and a mandrel moved towards and away
from each other by a moving device, comprising the steps of:
CLMS
STM What is claimed is:
NUM 1.
PAR 1. notsensor forming method of forming an annular workpiece which
is pressed between a forming roll and a mandrel moved towards and away
from each other by a moving device, comprising the steps of:
">
<sql "insert into tbldoc values(1,$data)"></sql>
<sandr "sensxr" "sensor" $data>
<sql "insert into tbldoc values(2,$ret)"></sql>
<$q='sensor'
'sensor w/CLMS'
'sensor w/CLMS w/\P.=>>='
'notsensor w/CLMS w/\P.=>>='
>
<loop $q>
<fmt "Query: %s\n" $q>
<sql row "select id,ocr,mminfo($q,ocr,0,0,1) hit from tbldoc where ocr like $q">
--------------------------------------------------------------
Hit: $id, $hit
</sql>
Hitcount: $loop
</loop>