Cfsearch in combination of documents and indexed query data?
        Posted  
        
            by Bart B
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Bart B
        
        
        
        Published on 2010-03-17T21:42:51Z
        Indexed on 
            2010/03/17
            23:41 UTC
        
        
        Read the original article
        Hit count: 613
        
hi!
I have an application which stores all kind of data about people. The current cfsearch functionality (in Verity) includes searching documents that are attached to these people.
If i have 2 documents attached to 1 person, 1 with say ABC in it and the other with XYZ in it, my ideal searchresult for "ABC AND XYZ" would return the 1 person. But as both 'words' are indexed in different documents, the standard behaviour is not to return any result from the cfsearch, because the combination doesnt exist in any of the 2 documents.
Is there any way to combine indexed documents and/or query data in a way that the search is executed in the combination of relevant docs and data? In my application that would mean that i could index all documents and data regarding people and have an intelligent 'global' search to find the right person.
any pointers and help very much appreciated! (should Solr offer new possibilities in comparison to Verity, no problem!)
thanks!
Bart
© Stack Overflow or respective owner