Question about prefixproc

Post Reply
krisfromohio
Posts: 9
Joined: Wed Oct 30, 2002 8:00 pm

Question about prefixproc

Post by krisfromohio »

Hi Guys,

When I do a search like so...

select count(*) from searchtable where field likep 'project';

I get 1024 as a result

However, when I turn on prefixproc, I get zero!

My minwordlen is 4.

What can I do to handle this? I'd like to take full advantage of texis's very powerfull morpheme based searching, but I'd also like to be able to perform searches general enough that I don't have to adjust my api settings for each search.

Please help!

Thanks again,

Kris
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Question about prefixproc

Post by mark »

As always when getting unexpected results from vortex ... Everybody now, sing the Vortex song, I know you know it ... View the source of the results page and look for errors within html comments.

Probably query protection as prefix processing can't use an index.
Post Reply