House of Fusion
Home of the ColdFusion Community
Hostmysite VPS Hosting

Search cf-talk

August 28, 2008

<<   <   Today   >   >>
Su Mo Tu We Th Fr Sa
           1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31             

Subscribe Now
Fusion Authority Quarterly Update - ColdFusion 8 Special Edition

For ColdFusion hosting try HostMySite.com.
Search over 2,500 ColdFusion resources here  >>>      
Home /  Groups /  ColdFusion Talk (CF-Talk)

Search opinion needed

  << Previous Post |  RSS |  Sort Oldest First |  Sort Latest First |  Subscribe to this Group Next >> 
Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Stone, Lori
03/25/2008 09:30 AM

We have a verity search that searches db and docs.  They want to combine the results and then sort by relevance then date.  I have done the combination before by just putting it in a structure.  Any better ideas?

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Dawson, Michael
03/25/2008 09:47 AM

Use a Query of a Query to join the two search results and sort as needed. m!ke We have a verity search that searches db and docs.  They want to combine the results and then sort by relevance then date.  I have done the combination before by just putting it in a structure.  Any better ideas?

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Raymond Camden
03/25/2008 10:40 AM

Michale's QofQ is a good idea - but don't forget you can search multiple collections at once. On Tue, Mar 25, 2008 at 8:31 AM, Stone, Lori <Lori.Stone@acqsolinc.com> wrote: > We have a verity search that searches db and docs.  They want to combine >  the results and then sort by relevance then date.  I have done the >  combination before by just putting it in a structure.  Any better ideas?

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Stone, Lori
03/26/2008 07:11 AM

Yeah, that is exactly what I was planning on doing.  I just know how QoQ is usually the last resort so I wanted to make sure that there wasn't a better way to do it. Thanks for the input Mike and Ray! -Lori Michale's QofQ is a good idea - but don't forget you can search multiple collections at once. On Tue, Mar 25, 2008 at 8:31 AM, Stone, Lori <Lori.Stone@acqsolinc.com> wrote: > We have a verity search that searches db and docs.  They want to combine >  the results and then sort by relevance then date.  I have done the >  combination before by just putting it in a structure.  Any better ideas? > >  

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Jim Wright
03/27/2008 01:40 AM

On Tue, Mar 25, 2008 at 9:31 AM, Stone, Lori <Lori.Stone@acqsolinc.com> wrote: > We have a verity search that searches db and docs.  They want to combine >  the results and then sort by relevance then date.  I have done the >  combination before by just putting it in a structure.  Any better ideas? > You may want to look further at searching multiple collections, as Ray pointed out.  If you are doing two separate cfsearches and then combining the results, I don't think that the relevancy scores would match up.


<< Previous Thread Today's Threads Next Thread >>

Mailing Lists