phrasewordproc in "all" mode doesn't seem to be working for me. My query looks something like "select author from mytable where author like '"bear arm"'". Its returning 0 hit.
Data in mytable.author field :
author
------------+
bearing potatoe arms
bearing potatoe arm
bear arms
bear arm
bearing arms
beared arms
Apicp settings:
---------------
<apicp allinear "on">
<apicp alpostproc "on">
<apicp minwordlen 3>
<apicp exactphrase "on">
<apicp suffixproc "on">
<$suffixlist="'" "ed" "'s" "" "er" "ual" "ing" "s">
<apicp suffix $suffixlist>
<apicp phrasewordproc "all">
index Expressions:
------------------
set delexp=0;
set addexp='[\alnum\punct]{1,30}';
set addexp='\punct{1,5}';
set keepnoise='on';
set addexp='\alnum{1,99}';
set addexp='>>\alpha{1,50},=\alpha{1,50}';
create metamorph inverted index idxmsuff_auth on mytable(author);"
texis version info: Commercial Version 5.00.1086121238 20040601 (i686-unknown-linux2.4.9-64-32)
Thanks in advance.
Data in mytable.author field :
author
------------+
bearing potatoe arms
bearing potatoe arm
bear arms
bear arm
bearing arms
beared arms
Apicp settings:
---------------
<apicp allinear "on">
<apicp alpostproc "on">
<apicp minwordlen 3>
<apicp exactphrase "on">
<apicp suffixproc "on">
<$suffixlist="'" "ed" "'s" "" "er" "ual" "ing" "s">
<apicp suffix $suffixlist>
<apicp phrasewordproc "all">
index Expressions:
------------------
set delexp=0;
set addexp='[\alnum\punct]{1,30}';
set addexp='\punct{1,5}';
set keepnoise='on';
set addexp='\alnum{1,99}';
set addexp='>>\alpha{1,50},=\alpha{1,50}';
create metamorph inverted index idxmsuff_auth on mytable(author);"
texis version info: Commercial Version 5.00.1086121238 20040601 (i686-unknown-linux2.4.9-64-32)
Thanks in advance.