Page 1 of 1
Advanced Metamorph Queries
Posted: Wed Mar 20, 2002 12:58 pm
by source1Tamer
How could I enable XPM, NPM Metamorph queries in my script?
I tried to search for "%70Michigan" on existing metamorph index but it returned nothing.
Advanced Metamorph Queries
Posted: Wed Mar 20, 2002 1:00 pm
by source1Tamer
could I also be able to enable users to search by Rex expressions?
Advanced Metamorph Queries
Posted: Wed Mar 20, 2002 1:58 pm
by mark
If you view the source of the results page when you do that you should see a warning message in html comments indicating that linear searches are not allowed. The default query protection (
http://thunderstone.master.com/texis/ma ... ction&s=.2 ) disables linear searches to prevent users from killing your server. If you want to allow linear searches use <apicp allinear 1>
Advanced Metamorph Queries
Posted: Wed Mar 20, 2002 2:12 pm
by source1Tamer
yaah,, when I turn on the linear search,It's runnung too slow cause it's not using the Metamorph index,, and the table is pretty huge....
so, any other way to achieve this dream??
Advanced Metamorph Queries
Posted: Thu Mar 21, 2002 10:22 am
by doran
What might make sense, is to allow XPM, REX etc. only together with an "anchor" (indexed) word. So, for example, "%70Michigan +whatever" would be allowed, but not "%70Michigan" alone. For this, you would use <apicp alpostproc 1>.