Building intranet search
        Posted  
        
            by 
                gmkv
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by gmkv
        
        
        
        Published on 2011-03-04T23:19:35Z
        Indexed on 
            2011/03/04
            23:26 UTC
        
        
        Read the original article
        Hit count: 266
        
At work, we have lots of information squirreled away in many different sites -- wikis, product docs, ticketing system, etc -- many of which require authentication.
I'm very interested in having a single way to search all our various silos, and in my spare time have looked at Nutch, Grub, Django + Haystack, etc. None of these is a complete solution a la Google Mini or Google Search Appliance.
Has anybody built a basic intranet search engine out of a mixture of these tools? Would you have recommendations about how to go about it? I like Django, and Haystack seems to be a mildly popular search solution for it, but I'd need to wire up a crawler that can support crawling authenticated sites to it.
© Server Fault or respective owner