How to tweak metamorph search

Post Reply
chand012
Posts: 70
Joined: Mon Dec 18, 2000 4:34 pm

How to tweak metamorph search

Post by chand012 »

I have some unwanted search results that I'd like to eliminate from a metamorph search. When I search the term "eric", the system is matching "American". How do I control this behavior?

Thanks,
David
User avatar
Kai
Site Admin
Posts: 1272
Joined: Tue Apr 25, 2000 1:27 pm

How to tweak metamorph search

Post by Kai »

Make sure your Metamorph index is up to date; some versions of Texis will match words as a substring of another word for unindexed rows. Also check the HTML source of the results page for errors in comments. What is the full Metamorph query you're using?
chand012
Posts: 70
Joined: Mon Dec 18, 2000 4:34 pm

How to tweak metamorph search

Post by chand012 »

Updating the metamorph (inverted) index fixed the problem. Thanks!
User avatar
Kai
Site Admin
Posts: 1272
Joined: Tue Apr 25, 2000 1:27 pm

How to tweak metamorph search

Post by Kai »

FYI, make sure you update all Metamorph indexes on a regular basis (hourly/daily, or after batch table updates); the more the table is modified since the last update, the slower searches become. Regular (B-tree) indexes do not require updating.
chand012
Posts: 70
Joined: Mon Dec 18, 2000 4:34 pm

How to tweak metamorph search

Post by chand012 »

Right, I did insert lines in shell script run by daily cron job to update the indexes in question. Thanks for the note.
Post Reply