Relevance

Post Reply
vaibhav.choksey
Posts: 17
Joined: Tue Apr 10, 2001 11:14 am

Relevance

Post by vaibhav.choksey »

I have one more question about relevance.
e.g. I have data model like this

Content_id_PK Parent_Id Parent_Type_id Header Text
--------------------------------------------------------
1 1 1 Vaibhav ContentText blah blah1
2 1 1 vaibhav Content Textblah blah2

If I do Search on Vaibhav, will Relevance get affected? As I will return Header and Parent_id and Parent_Type_Id.
If I do search on Blah, will Relevance get affected? Again I will return Header and Parent_id and Parent_Type_Id.

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

Relevance

Post by mark »

It's very unclear what you're asking. Please try to restate your question using specific examples of SQL queries.

Also, the fields you return(ie select) have no bearing on the rank value.
Post Reply