I have content that I index for several different domains. What I'd like to do is have all search results found for domainA returned first and results for domainB,C,D..etc.. returned second. I could do two different searches but was wondering if there was a way to only do one query but return results from a certain domain first followed by results from the rest of the domains second.
I thought about trying to boost but I question if the boost would always make domainA return first? Could someone please suggest a way to do this? Thanks! Example: Query for "apple" on "domainA" plus give me other domains that have "apple" in them also Example results: 1. DomainA, score .85 2. DomainA, score .84 3. DomainA, score .75 4. DomainA, score .65 5. DomainA, score .55 6. DomainA, score .35 ------- now network results -------- 7. DomainC, score .94 8. DomainE, score .75 9. DomainB, score .68 10. DomainG, score .55 11. DomainC, score .35 Thanks, Mike