Open Source Analog to Microsoft's Index Server?
An Anonymous Coward asks: "I have been tasked by my noble employer to find a better way accessing the 4,000 odd management documents and procedures we have. Currently MS Index Server is being used to provide a fairly good searching system. Index Server (for those that don't know) trawls through files and indexes their content.. ASP is then used to search the resulting database. My question is, there has to be a way to do this with nice open source software? Does anyone know of any competitors to index server that can index microsoft office documents? Thanks!" Might not HT://dig be a good foundation on which to build such a system?
It's not open source, but Sherlock for MacOS (part of the OS) has always featured hard drive or folder indexing features that can scan contents of documents fairly quickly and efficiently. I've not seen its performance on a /huge/ archive, though.
--Fifster
Dont google license their engine (which reads word, powerpoint etc?)
I tried mnogosearch and swish-e. Different plusses and minuses. Later on I discovered that mnogosearch has a PHP front end and can be installed from a Debian package.
My advice is to set up two entirely different search databases. Otherwise it's very difficult to compare hits, ranking performance, or discovered differences in the lexeme policy.
Check out this page on twiki.org: http://twiki.org/cgi-bin/view/Codev/SearchEngineVs GrepSearch -- it discusses some search engines that have been / are being considered to replace the grep based search on TWiki.
.cgi based environment quite well, and can index Word documents.
To me, Namazu and Bool sound promising, but some others are discussed there as well.
TWiki is a Perl and cgi based wiki, and Namazu seems to be able to integrate into a
Hope this helps!
Haven't tried the latter, but it may fit the bill. DocumentLibrary home
Hello there.
I have done all of this before in a commercial environment using Glimpse and Perl.
I'd recommend you check out glimpse and webglimpse. They ought to do what you are after, for free.
Cheers
Stor
"Yeah well there's a lot of stuff that should be, but isn't"
I don't know if you'd consider using Perl, but I've had some good luck with the Fluid Dynamics Search Engine. By default it can search text and PDF documents, and after some work I was able to get it to search the text of Microsoft Word documents too.
Try xapian, www.xapian.org, about to undergo it's first release.
It is based on an temporary open-source release of one of SmartLogik's products.
I swear by it and find it highly flexible.
I guess, though, unless you are a hacker - say capable of using to actually index your documents, you might want to wait for the next release.
I use it in preference to htdig, swish++ and others I have looked at and sadly left; xapian is very fast and easily passes the 2G limit systems such as swish++ suffer from, and supports dynamic aggregation of multiple indexes into one search!
Sam
blog.sam.liddicott.com